-
I've noticed that for larger API surface areas the code generated can grow exponentially. One way around this would be to use TypeScript more effectively to enforce standard fetch conventions.
This…
-
This is re-creatable by creating a new asp.net Core Web Api using Visual Studio 2022 (not sure if this matters) and .net 6.0. This will generate the WeatherForecast API.
Add NSwag.AspNetCore nuget pa…
-
I'm using NSwag in my ASP.NET Core project (`app.UseOpenApi()`).
Is it possible to add additional models, which are not used in any controller action, to the generated api descriptions?
-
Hello,
Currently, I am working on a .NET 5 ASP.NET API application that leverages EF Core and Sqlite.
I need to install the dotnet-ef tool to create migrations, as I have updated the DbContext …
-
```
What's the problem?
Hello. In this extention catrgry is sorted by name . I want sort by order or
mother category . beacuas I use persian category and some of my category is
same name in other c…
-
Consider those 2 methods:
``` fsharp
let test() =
while Console.ReadLine() null do
Console.WriteLine(1)
```
``` csharp
static void Test()
{
while (Console.ReadLine() != n…
-
**Version Used**:
VS2019 16.11.5
**Steps to Reproduce**:
1. Save follow content to `asdf.csproj`
```xml
net48;net5.0
false
A.Net48
A.Net5…
-
Apologies if this is not a WinForms issue but upgrading net48 apps to net50 results in the loss of access to ApplicationSettings PropertyBinding...e.g. https://www.dropbox.com/s/wakm27dyuprh6c1/Screen…
-
## Description
Trying to find a way to produce NuGet packages with Azure pipelines in a Continuous Delivery mode, I tested different approaches:
- `gitversion.tool` **with** the `gitversion/setu…
-
I'm currently running NSwag as a task in an Azure DevOps pipeline when targeting dotnet 5.
Early in the pipeline executing:
- task: UseDotNet@2
displayName: 'Use .NET Core sdk 5.x'
inputs:…