-
I am new to this project and can not be sure what is causing this issue, I am using the new clean architecture template proposed by Jason Taylor https://github.com/JasonTaylorDev/CleanArchitecture.
…
-
Hi @iammukeshm,
I have update to lasted hotfix, but stills have error with nswag-regen.ps1 in both MacOS/Rider and Windows/VS as
+ MacOS:
+ Windows:
![image](https://github.com/user-attac…
-
Hello all,
## Issue description
When I deploy my Azure Function project (dotnet isolated `net80`) from my IDE (in my case Rider) to a new Function App / Service plan, I can nicely see the funct…
-
(BenchmarkDotNet v0.14 on Windows 11.)
I have a solution that uses [NuGet package source mapping](https://learn.microsoft.com/en-us/nuget/consume-packages/package-source-mapping). There's a benchma…
-
### Description
I was wondering, why writing a custom `InterpolatedStringHandler` is suggested to be done with an inner `StringBuilder` (e.g. https://learn.microsoft.com/en-us/dotnet/csharp/whats-n…
-
In https://github.com/nietras/Sep (a fast highly optimized CSV parser) I have been comparing performance `comparison-bench.ps1` between .NET 8 and .NET 9 RC2 and have observed what appears to be consi…
-
I have a minimal api .net8 app and I need an automated way to generate an OpenApi file at build time (one without the Servers property). I thought aspnetcore2openapi would be the ideal tool because S…
-
We've recently encountered the following exception when trying to generate C# DTOs from a large schema:
System.InvalidOperationException: Error while rendering Liquid template CSharp/Class:
…
-
Spun-off from #71195
See the following simple test case, which has IL size 66 for the Span/CopyTo strategy and 18 for the AddRange strategy.
Perf of these two strategies *appears* to be similar …
-
Running the following benchmark
```c#
using BenchmarkDotNet.Attributes;
using BenchmarkDotNet.Jobs;
using BenchmarkDotNet.Running;
using System.Buffers;
BenchmarkRunner.Run(args: args);
[Di…