-
### Please confirm these before moving forward
- [X] I have searched for my issue and have not found a work-in-progress/duplicate/resolved issue.
- [X] I have tested that this issue has not been fixe…
-
Hello,
I have a Benchmark that looks like
```
namespace Cobra.Exoda.Matching.Benchmarks.Base;
using BenchmarkDotNet.Attributes;
using BenchmarkDotNet.Jobs;
using JetBrains.Annotations;
[C…
-
### Description
Net MAUI Project creating Pipeline having issue with compatible several packages one of example is here
`Package Microsoft.Extensions.DependencyInjection 8.0.0 is not compatible wi…
-
We recently upgrading our entire solution from .NET 6 to .NET 8.
One of the asp.net core web project has NSwag post-build event configured:
`Command="$(NSwagExe_Net60) run nswag.json /variables:Conf…
-
`
Error
Severity Code Description Project File Line Suppression State
Error NSwag command line tool for .NET Core Net80, toolchain v14.0.3.0 (NJsonSchema v11.0.0.0 (Newtonsoft.Json v13.0.0.0));Vis…
-
**Is your feature request related to a problem? Please describe.**
I want to minimise dependencies in my project by utilising framework dependencies wherever possible
**Describe the solution you'd…
-
Referring to #1182. I have problem when I run tests using **nunit console 3.18: spurious error is report for main project that targets .NET Standard 2.0**
A description of my solution file: it co…
-
Hi,
I'm trying to automatically start nswag through msbuild using the following:
`
`
The issue is that while it is running, NSwag starts hundrets of processes, slowing my pc down and un…
-
The tests below reflects the current behavior:
```
[Fact]
public void Test()
{
var src = @"
using System;
using System.Threading.Tasks;
interface IMyAsync…
-
First call to any of the `RSA.Export*` functions are around 4-5 times slower on Linux systems with OpenSSL 3.0 and later, than on Windows or distributions with OpenSSL 1.1. Only happens for key length…