-
Roslyn은 Microsoft가 개발한 오픈 소스 .NET 컴파일러 플랫폼입니다. "Roslyn"은 프로젝트 코드명이자 컴파일러를 구성하는 구성 요소의 이름입니다. Roslyn은 C# 및 Visual Basic.NET과 같은 .NET 언어를 컴파일하고 실행하기 위한 도구를 제공합니다.
기존의 .NET 컴파일러는 입력된 코드를 분석하고 이해하는 과정에…
-
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…
-
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…
-
When I run the newest server version (`4.13.0-2.24554.8`), I see the following warnings and errors in the LSP log:
```
[WARN][2024-11-05 10:34:02] ...m/lsp/client.lua:1016 "server_request: no hand…
-
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…
-
Discussion: https://github.com/dotnet/roslyn/issues/71162
Implementation: https://github.com/dotnet/roslyn/pull/71163/files
-
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…
-
https://devblogs.microsoft.com/dotnet/configureawait-faq/
https://docs.microsoft.com/en-us/visualstudio/code-quality/ca2007?view=vs-2019
https://github.com/dotnet/roslyn-analyzers/issues/6757
-
If this is possible, we'd get a lot of benefits:
- C# integration via the C# extension itself
- We might not need anything special for MSBuild
- Possible support of `dotnet format` (maybe just ne…
-
- [ ] Proposal added
- [ ] Discussed in LDM
- [ ] Decision in LDM
- [ ] Finalized (done, rejected, inactive)
- [ ] Spec'ed
See
- https://github.com/MattWindsor91/roslyn/blob/master/concepts/do…