-
Any plans on creating a [source generator package](https://devblogs.microsoft.com/dotnet/introducing-c-source-generators/) as a next-gen `NSwag.MSBuild` for C# code generation? Sounds like it would be…
-
nswag.msbuild.13.4.2.nupkg has vulnerabilities CVE-2019-1075, CVE-2019-0548, CVE-2019-0564, and CVE-2017-0247.
Related to [Microsoft Security Advisory 4021279: Vulnerabilities in .NET Core, ASP.NE…
-
Hi all, I am using NSwagStudio with https://polygon.io/docs/swagger.json and I get the below error:
System.InvalidCastException: Unable to cast object of type 'NJsonSchema.JsonSchema' to type 'NSwa…
-
## **Because:**
When I use a `netcoreapp2.x` with a _project reference_ to a `netstandard2.x` project and I set the `BaseIntermediateOutputPath`, then the build/publish failed with this error:
```…
-
### Verification
### Describe the bug
The code example at: https://github.com/dotnet/MQTTnet/wiki/Server#using-websockets-with-net50 does not work, it returns:
![image](https://github.com/user-…
-
##[error]The nuget command failed with exit code(1) and error(NU1202: Package NEasyAuthMiddleware 2.0.0 is not compatible with net50-windows7.0 (.NETFramework,Version=v5.0,Profile=windows7.0). Package…
-
I am generating a single client and might have collisions on Type with too many using statements. Is there a way to generate using fully qualified type names?
-
I have an API which generates a relatively large swagger document (2.1mb). This is because there are a lot of models and DTOs, and heaps of controllers and methods. When I generate the swagger on star…
-
I have ported my WPF application to .NET 5 using net50-windows. The build succeeds without warnings or errors. When running the application, however, one of the DLLs my application uses fails because …
rbqm updated
5 months ago
-
Hi, I'm wondering if there's [dataloaders](https://graphql-dotnet.github.io/docs/guides/dataloader) or something similar is available.