-
This is in terms of the issue a copy of https://github.com/dotnet/BenchmarkDotNet/issues/2548.
However, since I run into this problem on windows, Linux and mac and based on my code review this woul…
-
### Describe the bug
Using the changes in #5693 secure-CI failed on sky130hd/gcd during eqy check. It looks like the changes in the PR are fine, they might just be exposing some bug on pin swapping…
-
**Version Used**: current
**Steps to Reproduce**:
Create and execute a Test method like:
```csharp
[Fact]
public void TestDebugAssert()
{
var code = """
using System;
…
-
The specified runtime in the document (Net70) differs from the current process runtime (WinX64). Change the runtime with the '/runtime:Net70' parameter or run the file with the correct command line bi…
-
Would be beneficial if there were ```(ReadOnly)Span``` overloads to reduce allocations and make using existing buffers easier.
I'm happy to do a PR to implement if you are interested.
The native m…
-
1. Net (all versions, 6, 7 8 and comming 9 are all very slow compared to other languages)
I do not expect to be as fast as e.g. rust, but being 10x slower than slow python is a bit of a shame:
https…
-
### Description
For my BVH building I need to find pairs of bounding boxes which when combined produce a bounding box with the smallest surface area. After upgrading from .NET 8 to preview 9.0.100-…
-
### Description
I was cleaning up some code, and made a simple change in my repo, something like this:
Before:
```cs
if (!value && _state != null && curTime - _state._nextTime …
-
**Describe the bug**
When we run the "dotnet run" command in the web folder, it is not possible to launch the project without errors.
**To Reproduce**
Steps to reproduce the behavior:
1..Create a …
-
### Description
After re-running your benchmark for S3260 on .Net 8 and 9, it looks like this rule has become irrelevant :
```
BenchmarkDotNet v0.14.0, Windows 11 (10.0.22631.4169/23H2/2023Upda…