-
**Version Used**:
Visual Studio 2022 17.0.4
Microsoft.CodeAnalysis.Analyzers 3.3.3
Microsoft.CodeAnalysis.CSharp.Workspaces 4.0.1
**Steps to Reproduce**:
1. Clone the [repro project](http…
-
Hi,
Already opened a community topic [here](https://community.sonarsource.com/t/loggermessage-fail-when-build-with-sonarscanner/58547) but no answer.
### Description
When using `[LoggerMessag…
-
I wanted to get into Roslyn Source Generators and had some fun with the [SourceGeneratorTemplate](https://github.com/davidwengier/SourceGeneratorTemplate), just to get started. After a short while I n…
-
Hi,
I've included your repository in my personal [C# Source Generators list](https://github.com/amis92/csharp-source-generators) to help gather these kind of projects in one place and hopefully und…
-
### Is there an existing issue for this?
- [X] I have searched the existing issues
### Describe the bug
My blazor wasm project publish fails after updating nuget packages to 6.0.6 and my visu…
-
**Describe the bug**
Build fails after installing Pharmacist
**Steps To Reproduce**
1. Install Phamacist nuget into shared project (.Net Standard 2.0)
```
```
2. Try to build …
-
**Azure DevOps work item:** https://devdiv.visualstudio.com/DevDiv/_workitems/edit/1284417
**Testcases Affected**
[[6.0] SimpleWebAppRazorEditingWithVSCode](https://github.com/aspnet/Tooling-Man…
-
## Background and Motivation
The file scoped namespaces feature #49000 introduces new syntax nodes. Those syntax nodes are naturally part of the public API.
## Proposed API
```diff
namespace…
-
Parse `o is not null` as an expression, and you get:
```cs
IsPatternExpression(
IdentifierName("o"),
UnaryPattern(
ConstantPattern(
LiteralExpression(
…
-
For instance:
The base `SwitchLabelSyntax` defines:
https://github.com/dotnet/roslyn/blob/62528a6843dc5b21b1a7d399bae814868456e823/src/Compilers/CSharp/Portable/Syntax/Syntax.xml#L2798-L2799
…