-
**Version Used**:
main branch
**Steps to Reproduce**:
Compile the following code:
```c#
// ReSharper disable UnusedVariable
unsafe class NotUsedField
{
private S _s; // warning CS01…
-
From crpg created by [verdie-g](https://github.com/verdie-g): verdie-g/crpg#708
null
-
Extracted from https://github.com/Microsoft/vscode/issues/32280#issuecomment-333843440
From @martinsuchan
---
Shift+Tab does not outdent. Tested in *.ps1 files. No idea if this has worked in …
-
```
What steps will reproduce the problem?
1. Create New MbUnit Test Project (class version; not MVC)
2. Create a Test
3. Run in Icarus (or Resharper)
What is the expected output? What do you see ins…
-
```c#
foreach (object key in Data.Keys)
{
object value = Data[key]; // Data is an IDictionary
// ...
}
```
The code above warns of `NotSupportedException`, which occurs when setting a …
-
```cs
class Foo
{
static int Value1 = [|Value2|];
static int Value2 = 2;
}
```
Resharper has a check for this, don't know if there is anything in the compiler, should be a warning a…
-
Below is a list of Code Analysis errors in a Pastebin, we should go through case by case and suppress them or fix them
http://pastebin.com/JY9nmGiB
-
## Current behavior
Setting `configurationSection ` parameter doesn't work, configuration is not read from config file when the config section doesn't match the class name
Setting `configSectio…
-
Currently you cannot infer from the message what the threshold value of a rule is and what the current value is. It would be nice to include this information in the message (could be opt-in in the opt…
-
### Description
I have a problem to debug and step into the source code for my package.
SourceLink is not working properly for my own package (see attached screenshot).
---
### Package Informa…