-
Code generation should be placed in a separate library, so the Roslyn Source Generator will use the library to produce code. It can be helpful for such cases as the reverse engineering domain models f…
-
Derive naming and (package) structure from [Microsoft.CodeAnalysis.Testing](https://github.com/dotnet/roslyn-sdk/tree/main/src/Microsoft.CodeAnalysis.Testing).
Supply types for:
- [x] #3
- [ ] #4…
-
# Roslyn 入门:使用 Roslyn 静态分析现有项目中的代码 - walterlv
Roslyn 入门:使用 Roslyn 静态分析现有项目中的代码
[https://blog.walterlv.com/post/analysis-code-of-existed-projects-using-roslyn.html](https://blog.walterlv.com/post/ana…
-
Many projects in the source-build-reference-packages repository currently target netstandard1.x. Targeting netstandard1.x is now discouraged with the latest .NET SDK and we should remove those from SB…
-
`--binarylog` no longer seems to work. I bisected dotnet-format, and it was broken by https://github.com/dotnet/format/commit/f58bc29a159f43a71e6ac21fd2734f5d10807a72.
This related issue is mention…
-
Latest VS preview introduced refreshed UI, with lots of new color themes:
We have a mechanism that used to update F# specific semantic colors on theme change, to make sure there is enough contras…
-
**Version Used**: VS 16.0.0 Preview 4.1- 28701.123.d16.0
**Steps to Reproduce**:
1. ./Restore.cmd
2. ./Build.cmd
3. Open Roslyn.sln
4. Run CSharpIntelliSense tests in Test Explorer
**Expec…
-
See the following test for example:
https://github.com/dotnet/roslyn/blob/b21007bf0b5206eaee41245a0a9f28684254bbb6/src/EditorFeatures/CSharpTest/EditorConfigSettings/Updater/SettingsUpdaterTests.cs…
-
**Describe the solution you'd like**
Fill Document Outline view in VS for F# code.
-
With RequiresAssemblyFiles and RequiresDynamicCode analyzers we are deviating from the common practice of building generic .NET libraries analyzers in https://github.com/dotnet/roslyn-analyzers. Movin…