-
### Describe the Issue
transferred from https://github.com/dotnet/vscode-csharp/issues/7617, filed by @glen-84
Type: Bug
## Issue Description ##
There is an excessive amount of logging in th…
-
I have a solution with multiple test projects, I have reached the point where adding a test, any test, will make other tests, that usually pass, fail.
I am using this command
dotnet-coverage…
-
### Description
Building a MAUI project targeting net9.0-android is much slower when EmbedAssembliesIntoApk is enabled compared to building under net8.0-android (500s in net9 vs 90s in net8). Most of…
-
Provide .NET Core template for building external scalers.
Starting a new external scaler should be dead simple:
```cli
> dotnet new keda-scaler
```
https://docs.microsoft.com/en-us/dotnet/cor…
-
**Issue:** I'm encountering an unhandled null exception using this library.
The exception occurs randomly.
Cannot read properties of null (reading 'assignedSlot') TypeError: Cannot read properti…
-
-
dotnet/sdk is carrying an old version of dotnet/format in release/6.0.2xx
```
https://github.com/dotnet/format
68bc36719088c86b0ff01334039b0611741b8276
```
Thi…
-
Processing https://github.com/dotnet/runtime/pull/109014#issuecomment-2422228175 command:
Command
-arm64 -profiler -nonativepgo -perf_events ld_align_lat
```cs
using BenchmarkDotNet.Attributes;
…
-
### Description
Error while targetting net5.0 framework.
### Repro steps
1. dotnet new -i Saturn.Template
2. md saturn2net5
3. dotnet new saturn -lang F#
4. Change TFM in saturn2net5.fspro…
-
### Is there an existing issue for this?
- [x] I have searched the existing issues
### Describe the bug
when upgrading my blazor website from .net8 to .net9 rc2, i moved a couple of shared ProjectR…