-
### APM Agent version
1.26.0
### Environment
**Operating system and version:**
N/A
**.NET Framework/Core name and version**
.NET 8.0.2
**Application Target Framework(s)** (e.g. net462,…
-
At the moment all API requests in C# clients are executed synchronously. Is there plan to introduce asynchronous methods with async/await and cancellation token support?..
-
Starting with a C# Controller with a method like this:
```
[HttpPut("[action]")]
public async Task PutSubcRtgLink(int subcontractRtgLinkId, SubcRtgLinkDTO subcRtgLink)
```
Compiling for .Net 6, u…
-
**Describe the bug**
A clear and concise description of what the bug is.
**To Reproduce**
Steps to reproduce the behavior:
1. Download the source code
2. build the solution
**Expected beha…
-
I am trying to write unit tests in xUnit in .NET Framework 4.6.2, and when used in conjunction with Moq, we get a NullReferenceException. This is a unit test project in Visual Studio 2022 that targets…
-
The following unit test succeeds today:
```
[Fact]
public void RefSafety()
{
var consumer = @"
using System;
class Program
{
Span Test()
{
…
-
Currently it looks like a new temp slot is allocated in IL for each collection expression which uses the InlineArray or ref to single temp lowering strategy. We should figure out how to reuse these te…
-
**INSTALL STEPS**
1. Clean machine: Win11 x64 23h2 ENU
1. Install VS 17.12 Preview 3, latest build
- includes .NET SDK 9.0 rc2
- includes Aspire 8.2.0 workload
1. Install Aspire.ProjectTempl…
-
**Version Used**: .NET SDK 8.0.100 (and older also, as I wrote this on accident ages ago), targetting `net5.0` or `net6.0` (doesn't occur on `netcoreapp3.1` nor `net7.0`)
**Steps to Reproduce**:
…
-
### Description
Array.IndexOf on string array slower in 2.5 times that naive iterraction and compare.
### Configuration
```
BenchmarkDotNet v0.13.12, Windows 10 (10.0.19045.4291/22H2/2022Upd…