-
In the company where I work, they have this weird lint rule of not allowing any file to have an empty line at the end of the file.
Every time I go to the end of the file and add a new line, the LSP…
-
Currently the `IServiceMetadata` implementations that are created within the `Projects` namespace are discovered and compiled using the following MSBuild target:
https://github.com/dotnet/aspire/bl…
-
https://github.com/open-telemetry/opentelemetry-dotnet-instrumentation/actions/runs/10296118859/job/28497283365
```
Error: [xUnit.net 00:10:33.55] IntegrationTests.DotNetCliTests.WorkFlow [FAI…
-
I maintain a list of Roslyn Source Code Generators at [ignatandrei.github.io/RSCG_Examples/v2/docs/List-of-RSCG](https://ignatandrei.github.io/RSCG_Examples/v2/docs/List-of-RSCG)
However, the sourc…
-
Hi,
Is there any chance you could bring this logic into a VSIX that enhances Visual Studio's built-in IntelliSense?
https://github.com/dotnet/roslyn/issues/18866
-
This feature intends to allow developers to apply attributes directly to the backing fields of auto-implemented properties.
```C#
[field: SomeAttribute]
public int { get; set; }
```
- [X] Pro…
-
Hi, great work here!
Are you going to keep this up to date with Roslyn? I see that as of writing this there are already >3k new commits to Roslyn's master branch.
-
- [x] Proposal added: https://github.com/dotnet/csharplang/blob/main/proposals/csharp-10.0/parameterless-struct-constructors.md
- [x] Discussed in LDM
- [x] Decision in LDM
- [x] Finalized: Done
-…
-
**Version Used**: Roslyn 4.10.0; .NET 8.0; Visual Studio 2022
**Steps to Reproduce**:
1. Create a Blazor WebAssembly project (with the default Visual Studio template)
2. Inside Counter.razor, change …
-
This issue allow us to track the difference with the Roslyn API so we get closer to it's API.