-
I upgraded a Xamarin.Android project to .NET Android (7.0) as recommended by Microsoft now that xamarin went out of support last month.
I get the following error:
##[error]The nuget command failed…
-
I'm seeing an issue very similar to [this one](https://github.com/dotnet/runtime/issues/70718) when running a memory-heavy app on a linux container with memory limit >128GB RAM.
The app started th…
-
I was able to use NSwag to generate a TypeScript wrapper on a fresh new C# project. However, the same settings don't work on our large commercial project. I set up the NuGet packages like this:
~~~…
-
I got an error when executing nswag:
```
$ npx nswag aspnetcore2openapi /assembly:./IST.dll
NSwag NPM CLI
NSwag command line tool for .NET Core Net70, toolchain v13.18.2.0 (NJsonSchema v10.8.0.0…
-
We have an ASP.NET Core project (.NET 7) which has controllers/actions exposing a Web API. We have been using NSwag.MSBuild to generate the corresponding TypeScript wrappers during build.
However, …
-
Runtime specified in nswag.json as "Net80".
![image](https://github.com/RicoSuter/NSwag/assets/2852839/a56dd040-ba7a-446e-9c8e-78f8c544a8a6)
Not quite sure if it's needed in both places, but d…
-
I'm trying to build this library so I can convert to pix for tesseract, using c# in .net core. I thought I'd convert this to the sdk project format and multipart the net452;net462;net471;net50;net60;…
-
Using version 1.1.2-beta1.23509.1 of the code generation testing assemblies, it appears that the `GeneratedSources` is being compared in order, as opposed to just having the same contents. That's a p…
-
Attach the domain to the API
-
As Visual Studio for Mac will retire next year, I am trying to deploy eShopOnWeb via Visual Studio Code. When I try to deploy the Web project, it happens successfully but the webpage on the deployed s…