-
https://github.com/thepirat000/Audit.NET/blob/7f0df5359224a3ce87e7719b36848e35a91ff636/src/Audit.WebApi/AuditMiddleware.cs#L54
When exception is thrown somewhere in controller InvokeNextAsync catch…
-
We've made changes to our target frameworks for our next major version but none of this has been released yet. With so much time passed and the .NET Core landscape changing I think we need to re-evalu…
-
Repro:
```cmd
git clone https://github.com/dotnet/performance.git
py .\performance\scripts\benchmarks_ci.py -f net5.0 net6.0 --filter "System.Text.Tests.Perf_StringBuilder.ctor_capacity"
```
…
-
### Steps To Reproduce:
1) Dotnet new android
2) Add to csproj so LaunchProfiles start up
```xml
true
```
3) Modify MainActivity.cs by adding the following code.
4) Build and Run in…
-
PRs on BDN still seem to publish to the AppVeyor feed. They also overwrite existing versions. See https://github.com/dotnet/BenchmarkDotNet/issues/1937.
We have to include the SHA and/or publishing t…
-
The same code takes different time in .net framework4.7.2 , .net core3.1 , rust
code:
Stopwatch watch = new Stopwatch();
watch.Start();
Parallel.For(0, 10, …
-
## Data
This time we have covered following configs:
* architectures: x64, x86, arm64, arm
* Unix: Ubuntu 18.04, Ubuntu 20.04, pop 20.04, Alpine 3.13, Debian 11, macOS 11.6.3, macOS 12.2.1
* W…
-
When run this bench i have different result if running as admin or standard user
``` csharp
[MemoryDiagnoser]
[RankColumn(BenchmarkDotNet.Mathematics.NumeralSystem.Arabic)]
[Simp…
-
**Description**
Custom responses generated in a `WebResourceRequested` callback are ignored if async is used, but only in case of a net50/net60 Win32 project and not a UAP/UWP project.
The same …
-
**Version Used**: NET48 (although it would appear to be the same in NET60)
Our team implements a web service that builds upon ASP.NET, and has an async framework that abstracts away logic common t…