Bonuspunkt
Bonuspunkt
if you think about accepting this PR, make sure you have tavis ci activated on the repo. it helped me track down that the actual required node version is 0.9.1+
fix for https://github.com/gf3/sandbox/issues/50
im running this on Win10 21H2 (Build 19044.1415) and trying to make a call from the .net framework to my .net 6 greeter service Server ```csharp using web.Services; var builder...
the generated `swagger.json` `components/schema/_type_/properties` are all in PascalCasing, while its serialized from asp.net core with camelCasing `SystemTextJsonSchemaGeneratorSettings.SerializerOptions` should be resolved to `Microsoft.AspNetCore.Http.Json.JsonOptions` property `SerializerOptions`