Sergey Tihon

Results 189 comments of Sergey Tihon

It look like type names list https://github.com/fsprojects/FSharp.TypeProviders.SDK/blob/master/src/ProvidedTypes.fs#L1247-L1260 out of sync with types from `Microsoft.FSharp.Data.UnitSystems.SI` namespace https://github.com/fsharp/fsharp/blob/master/src/fsharp/FSharp.Core/SI.fs @martinjoshua Do you want to contribute back the fix? It should as easy as:...

Generally I am OK with this change...Just not sure about most useful format. What about `Errors:string list` and allow user work with errors as with data?

Agree with `SchemaReaderErrors` name. > But the errors should be clearly visible. ".S" is far away in the property list, so that's why Errors would be better. Or some note...

Sure, this project is integration tests only https://github.com/fsprojects/SwaggerProvider/tree/master/tests/SwaggerProvider.ProviderTests and here is the execution point https://github.com/fsprojects/SwaggerProvider/blob/master/build.fsx#L254

It is quite strange ... there are multiple ctors for provided client. can you please try FSI? ```fsharp #r "nuget: SwaggerProvider, 1.0.0-beta4" let [] Schema = "https://petstore.swagger.io/v2/swagger.json" type PetStore =...

`OpenApiClientProvider` support `v2` and `v3` schemas, it uses different schema parser that more sensitive for spec compliance, but it may work for you as well and definitely worth to try.

Please try [SwaggerProvider 1.0.0-beta5](https://www.nuget.org/packages/SwaggerProvider/1.0.0-beta5) I reverted optional parameters in provided actor's - it may help with intellisence

@jkone27 report it please, it is definitely looks weird.

@rchybicki do you repro for this that you can share?

It is strange on macOS ... `dotnet build` fail with error inside `fsc` msbuild task > /usr/local/share/dotnet/sdk/5.0.301/FSharp/Microsoft.FSharp.Targets(281,9): error MSB6006: "dotnet" exited with code 1. [/Users/sergey_tihon/git/sandbox/SwaggerProviderIssueRepro/src/SwaggerProviderIssueRepro/SwaggerProviderIssueRepro.fsproj] but it build without error...