-
Compile and run the following code:
https://sharplab.io/#v2:EYLgtghglgdgNAFxAJwK4wD4GIaoDZ4TB4CmABACZQDORpAsAFBMuMACATGQMJMDeTMkLJsAjADYyAZTIBZUQAoAlGQC8APjIwSAd2nKyfMgDE1ZURbIBfANythIiWVgI5HBchIAz…
-
**Version Used**:
```
commit 65dc2845b5287ac972f7299616c13d3270720e44
Author: Chris Sienkiewicz
Date: Mon Aug 15 15:07:24 2022 -0700
Dont throw on null return (#63267)
```
**Steps t…
-
Is there any way to tell some analyzer that it should run only for open documents (regardless of "Full solution analysis" settings)?
Here's our setup:
- We have some big C# solutions (100+ project…
-
### Analyzer
**Diagnostic ID**: [IDE0031](https://learn.microsoft.com/en-us/dotnet/fundamentals/code-analysis/style-rules/ide0031: `Use null propagation`
### Analyzer source
.NET7
### Descri…
-
Add ```c.GetEmitDiagnostics()``` at the end of Microsoft.CodeAnalysis.VisualBasic.UnitTests.ImplicitClassTests.ScriptClassSymbol unit-test and run it:
```
Debug.Assert(_getAwaiterMethod IsNot Nothin…
-
_This issue has been moved from [a ticket on Developer Community](https://developercommunity.visualstudio.com/t/Im-getting-lots-of-Roslyn-Errors/10637071)._
---
[severity:I'm unable to use this versi…
-
currently we have this in compiler side.
http://source.roslyn.io/#Microsoft.CodeAnalysis/DiagnosticAnalyzer/CompilerDiagnosticAnalyzer.cs,10
at the time, reasoning was that we shouldn't treat comp…
-
Based on https://github.com/OmniSharp/omnisharp-vscode/issues/43#issuecomment-481442970
With minimal repro
[analyzer-doesnt-show-up-puma-issue.zip](https://github.com/OmniSharp/omnisharp-roslyn/f…
-
While building in the [CentOSStream9_Mono_Offline_CurrentSourceBuiltSdk_x64 leg](https://dev.azure.com/dnceng/internal/_build/results?buildId=2520749&view=logs&j=76d03db3-bc49-53a7-a20b-1050f0eb5e47&t…
-
Roslyn now allows to delete type members. Deleted method bodies are updated to throw MissingMethodException or to call to the new method (WIP). The deletions are however not reflected in metadata retu…
tmat updated
3 months ago