fsprojects / FSharp.Data

F# Data: Library for Data Access
https://fsprojects.github.io/FSharp.Data
Other
806 stars 288 forks source link

Updated ProvidedTypes.fs #1497

Closed Thorium closed 7 months ago

Thorium commented 7 months ago

Updated ProvidedTypes.fs

Thorium commented 7 months ago

I guess this failed because Microsoft doesn't allow anymore connections to http://schemas.microsoft.com/sqlserver/2004/sqltypes

Thorium commented 7 months ago

I think the error is on MS-side:

\FSharp.Data\tests\FSharp.Data.Tests\Data\IncludeFromWeb.xsd refers "http://schemas.microsoft.com/sqlserver/2004/sqltypes/sqltypes.xsd" and "http://schemas.microsoft.com/sqlserver/2004/sqltypes"

But if you visit the xsd, first line has xmlns:sqltypes="http://schemas.microsoft.com/sqlserver/2004/sqltypes" but loading that yields http status 301 permanent redirect.

I think this is irrelevant to this PR and the issue should be focused in this TP separately.