-
This type existed so we could compute push diagnostics and get them sent across for C# or C#-razor. Now that we've switched to pull diags, this type (and all the logic related to it) can likely go aw…
-
> Switch to "RegisterAdditionalFileAction" available in Microsoft.CodeAnalysis "3.8.x" to report additional file diagnostics.
❔ File an issue for this?
_Originally posted by @sharwell in https:/…
-
## Issue Description ##
Invalid Intellisense warnings/errors in a brand new Blazor WASM project. In particular, it doesn't recognize the `App` type in `Program.cs` and it doesn't recognize the compon…
-
**Version Used**: C# Tools 4.10.0-3.24211.4+e482b6e
**Steps to Reproduce**:
1. Make a fresh analyzer with the template
2. Upgrade all NuGet packages; the template doesn't know `context.Register…
-
**Version Used**:
2.7.0
**Steps to Reproduce**:
1. We are trying to open a ".csproj" project using Roslyn's code below:
```
using (var workspace = MSBuildWorkspace.Create())
{
Projec…
-
## Summary
Add support to IDE0250 for respecting dotnet_code_quality.IDE0250.api_surface or the like
## Background and Motivation
Many of the dotnet/roslyn-analyzer rules respect an api_surfa…
-
**Version Used**: 2.3.1
**Steps to Reproduce**:
Consider this csproj file:
```xml
Debug
AnyCPU
Library
TestApp
v4.6.2
.\
…
-
Running omnisharp-roslyn running in -lsp mode and the project is initialised with csproj file targetting netcoreapp3 framework.
I see no errors in initialisation and the project is loaded successfu…
-
### Current behavior
Winui project in startup errors
uno platform - xaml
info: Microsoft.Hosting.Lifetime[0]
Application started. Press Ctrl+C to shut down.
info: Microsoft.Hosting.Lif…
-
When testing the configuration binder source generator we discovered that the way the runtime source generators emit diagnostics is not suppressible in source. This is a regression from previous rele…