-
### Description
`UseWindowsService()` then run in windows service will crash.
### Reproduction Steps
Just `.UseWindowsService()` and run in windows serivice will crash.
```
Process has exited, so…
-
Repro: (target framework: net6.0)
```cs
[assembly: DisableRuntimeMarshalling]
namespace System.Runtime.InteropServices
{
[AttributeUsage(AttributeTargets.Assembly)]
internal sealed class Dis…
-
### Description
I have a project here: https://github.com/Webreaper/Damselfly which I upgraded to .Net 7 preview 5 this evening, and also updated EF Core and a bunch of other dependencies (https://…
-
### Description
While attempting to use ILVerify to diagnose a compiler output problem, it instead blew up in my face, dumping a `NullReferenceException` stack trace on me.
### Reproduction Step…
-
**Version Used**:
.NET 6.0.1 - **Apple M1 Pro**
.NET SDK 6.0.201
**Steps to Reproduce**:
1. Open the attached project uint-bug.zip in an "Apple Silicon" machine. I've used a 16" Macbook pro,…
-
Table ARTOMADU contains composite primary key from two columns, (TOODE, ARTOMALIIK)
Those columns are foreign keys to TOODE and ARTOMALIIK tables.
TOODE table contains foreign key to ARTOMALIIK ta…
-
### Steps to Reproduce
Two devices: one Windows, one macOS.
1. On both devices, add a private NuGet source use
```powershell
dotnet nuget add source -n -u Username -p --store…
-
### Analyzer
Diagnostic ID: [RS1024](https://docs.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/rs1024): `Compare symbols correctly`
### Analyzer source
**SDK**: [Built-in CA …
-
Derived from https://github.com/dotnet/aspnetcore/pull/38062#issuecomment-961208415.
Our current localization strategy for templates in the repo is outdated and requires copying generated assets fr…
-
Maybe there's no need to depend on [System.Runtime.CompilerServices.Unsafe](https://www.nuget.org/packages/System.Runtime.CompilerServices.Unsafe/) for the `System.Diagnostics.DiagnosticSource` packag…