-
**Version Used**:
```
Branch main (8 Mar 2021)
Latest commit eddde7c by Sam Harwell:
Merge pull request #51559 from sharwell/current-thread
Use Environment.CurrentManagedThreadId
```
**Ste…
-
@luisabreu commented on [Wed Jan 17 2018](https://github.com/NuGet/Home/issues/6446)
## Details about Problem
Nuget.server: 3.0.2
## Detailed repro steps so we can see the same problem
1. Crea…
-
**Repro steps**
1. Start debugging the following app:
```csharp
class Program
{
static void Main()
{
var data = new byte[10];
data[1] = byte.MaxValue;
System.Diagnostics.D…
-
### Background and motivation
Most of the time when I need to suppress a particular code analysis rule, I will omit the category, like so:
```csharp
[SuppressMessage("", "CA1008", Justification =…
-
**Version Used**:
```
commit a1b867054dff97e5e5f44c7ad742c8ffb740b2eb
Merge: 8f4fdad99ae 6bf71e1a37d
Author: msftbot[bot]
Date: Wed Apr 22 09:50:57 2020 +0000
Merge pull request #435…
-
### Describe the bug
In enabling the AOT readiness analyzers, the MessagePack codebase produces a lot of warnings. Among them is an AD0001 warning about a failed analyzer. See Exceptions section for …
-
### Describe the problem you are trying to solve
Over time, a project can accrete a large number of unused RESX resource entries (e.g. strings). If the project is localised into several languages, …
-
Consider the below test snippet, with the desired IDE0007 diagnostics:
```csharp
public class Class1
{
public static void M()
{
Class1 x = new Class1(); // Want "use var" to b…
-
# Bug or Enhancement
With v1.0.3 the following generates warnings CC0091 and CC0021:
````csharp
[CompilerGenerated]
public class TestCompilerGenerated
{
public string My…
-
Hi,
I'm porting code that uses types in `Microsoft.CodeAnalysis` to the new .NET core world. I've already hit up against #17439, and have pulled the [relevant code](https://github.com/OmniSharp/omn…