-
The test passes today:
```
[Fact]
public void CreateMethod_InDifferentAssembly()
{
var myCollection_v0Source = """
using System.Collections.Generic;
public…
-
I have tested with NSwag.ApiDescription.Client v14.0.0.preview10 and v14.0.0.preview12
In my csproj file:
```
https://localhost:44317/openapi
/GenerateClientInterfaces:true…
-
Hi!
We use NSwag to generate TypeScript clients for our internal controller-based APIs. This works well with `NSwag.MSBuild` 13.20.0 and .NET 7.
During the .NET 8 upgrade, I have made the follow…
-
Hi,
I am quite new to NSwag so maybe I am doing something wrong, but I want to generate a swagger.json file every time my project is build.
I have NSwag MSBuild Nuget package installed and added…
-
### Issue Description
Whe csproj references a vcxproj updated to copy the native dll to the .net folder, the initial build will copy the dll but any subsequent build triggered from the C# project fol…
-
Hello,
The rule S6602, which suggests using `Find` instead of `FirstOrDefault`, may no longer be applicable for projects targeting **.NET 9.0**.
[Recent benchmarks](https://www.youtube.com/watch…
-
Hi,
Your documentation is very outdated and not easy to understand as well. Example below wiki document is completely outofdate as we are no longer using webApiToDocument for .NET 6 or plus. Nor ass…
-
```
[Fact]
public void Test()
{
string sourceA = """
using System;
using System.Collections;
using System.Col…
-
I am in the process of adding Prometheus metrics to my [YARP](https://github.com/microsoft/reverse-proxy/tree/6736e0a2e3bab0185c67d51e9530969c9dc4800d)-based application. Using [their sample implement…
-
Hi,
NSwag command line tool for .NET Core Net80, toolchain v14.0.0.0 (NJsonSchema v11.0.0.0 (Newtonsoft.Json v13.0.0.0))
The API is this:
![image](https://github.com/RicoSuter/NSwag/assets/728911…