-
Follow-up of the .NET ITs merging to `CSharpLatest`.
There are a few projects that only test that we do not fail for specific SDK versions.
It makes more sense to have these as Java ITs than .NET IT…
-
I'm using `nswag run /runtime:NetCore31` with the below `nswag.json` config file. In the settings for the `openApiToTypeScriptClient` code generator, when I added the value for `extensionCode` it does…
-
It seems, that the NSwagStudio generates slightly different C# class regarding parameter order, comparing with nswag.msbuild.
I use both of them with version 13.4.1.0.
I use __x-position__ to es…
-
Hi,
I have below class definition:
```
public class SomeClass
{
public DateTime SomeDateTime { get; set; }
}
```
After generating C# client with below command:
```
nswag openapi2cscl…
-
- Microsoft.CodeAnalysis.CSharp.LanguageVersion.Default
-
I have a XML Comments that have custom fields in a table under the remarks section, that Sandcastle and GhostDoc does not have issues with but using DocFx it removes all of the table cells but descr…
-
I am facing this issue for my .netcore project with NSWag in my Mac system. However, this issue. is not coming in windows for the same project.
WebUI.csproj(67, 5): [MSB3073] The command "dotnet "…
-
# .NET 5 and Windows Embedded Standard 7 support
I would like to know if .NET 5 will officially supports Windows Embedded Standard 7. I know, the Windows 7 extended support period has ended a while…
-
I tried to update all .net core packages to 3.1.3 version. After, my build started to fail with DI exception. Despite this fact, project compilation with debug and release configurations was successfu…
-
Using nswag MSBuild tool's `aspnetcore2openapi` command does not correctly resolve the XML documentation on macos.
See this repro: https://github.com/dasMulli/nswag-macos-issue
After building th…