-
Type: Bug
There's some new test output auto-diffing feature that is rendering the test output window entirely useless for Roslyn. The actual test output from the log is:
```
[xUnit.net 00:00:00.43]…
-
In some cases when trying to list code actions in Neovim I do not get anything as if there isn't anything to fix. However, the response I get from the server is an error with a stack trace:
```Intern…
-
Start with (but the same happens for records as well)
```
class C1(int x);
class C3(int a10000, int a20000) : C1(a10000 + 1)
{
int F1 = a10000;
int M1() => a10000 + a20000;
}
```
…
-
### Analyzer
**Diagnostic ID**: [CA2263](https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca2263): `Prefer generic overload when type is known`
### Describe the bug
…
-
### Context
In net 9.0 we delivered initial preview of BuildCheck feature.
* Spec: https://github.com/dotnet/msbuild/blob/main/documentation/specs/BuildCheck/BuildCheck.md
* Work track: https://g…
-
I'm attempting to use Omnisharp with the Roslyn analyzers feature enabled (in VSCode) and it keeps timing out on a particularly large file containing my database context that was generated by Entity F…
-
https://github.com/dotnet/roslyn-analyzers/blob/master/src/Roslyn.Diagnostics.Analyzers/Core/DoNotCopyValue.cs
Implemented in Roslyn.Diagnostics.Analyzers (an analyzer very specific to the .NET Com…
ufcpp updated
3 years ago
-
A nice article here explains how some files can inflate the repo a lot:
https://www.jonathancreamer.com/how-we-shrunk-our-git-repo-size-by-94-percent/
-
When using class `AnalyzerTest` and a diagnostic is detected, the following output is written to the test log
```
System.InvalidOperationException
Context: Diagnostics of test state
Mismatch bet…
-
When using code actions on types that hasn't been imported OmniSharp fails to suggest any options.
Code actions like adding param to constructor works. There seems to be something with imports.
…