Sjoerd van der Meer
Sjoerd van der Meer
Sorry about the late comment! I will take a look how I can add some tests. I see two options: 1. add a unit test file for bin/demeteorizer 2. move...
> > I think it's important that MS eventually also even owns the JSON Schema model and generate it as part of System.Text.Json, eventually even the JsonConverter should have a...
I do versioning the explict/KISS way, that is, checking the namespace of the endpoint whether a part contains a version. Split on '.' and looking for V{0}. And then duplicating...
I also want to add, custom json schema support is, I would say, a must. To support custom STJ converters, for example for GeoJSON.
For people searching for a temporary work around, set environment variable `DOTNET_SYSTEM_GLOBALIZATION_INVARIANT=1` as described here: https://learn.microsoft.com/en-US/dotnet/core/runtime-config/globalization#invariant-mode. i.e. in csproj: ``` ```
> @desjoerd can you confirm you are not doing anything culture specific in your project? Not in our apis or in the codepath the generator uses, so thats probably why...
Hi @edelstone, Awesome little project! I really wanted this so I created a 'hacky' script to export it in the chrome dev tools which I want to share: ```js const...
It would be great if instead of inheriting from Dictionary to inherit from OrderedDictionary from an ASP.NET Core openapi perspective. It allows uses to reorder the elements as they wish....
I think this change should also be applied for GetDocument, but I am not sure.
It's not in the filtered solution, but the dotnet tool/executable which extracts the document during build.