-
- [ ] Proposal added
- [x] [Discussed in LDM](https://github.com/dotnet/csharplang/blob/master/meetings/2017/LDM-2017-02-21.md#replaceoriginal)
- [ ] Decision in LDM
- [ ] Finalized (done, rejected…
-
`--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…
-
For debug Roslyn Source Code Generators in VS2022 , we have had first
Debugger.Launch
and later
```
true
```
But I cannot figure how to do it in VS2022. What will be the profile ?
…
-
# Context
The binary scan now shows this:
```
src/aspnetcore/src/SignalR/clients/java/signalr/gradle/wrapper/gradle-wrapper.jar
src/roslyn/src/ExpressionEvaluator/Core/Source/ExpressionCompiler/Resou…
-
AppInsights query:
```Kusto
exceptions
| where type == 'System.InvalidOperationException'
| where method == 'Roslyn.Utilities.Contract.Fail'
```
-
Likely, it is about two rules, but the go nicely together:
1. There should be a (single) empty line between Depth 1 nodes (and root nodes),
2. There should not be empty lines between Depth 2 and u…
-
## Repo URL where the string lives
https://github.com/dotnet/roslyn
## File Name
https://github.com/dotnet/roslyn/blob/main/src/Compilers/CSharp/Portable/xlf/CSharpResources.zh-Hans.xlf
##…
-
This link doesn't seem to work: https://msdn.microsoft.com/query/roslyn.query?appId=roslyn&k=k(CS8344)
I end up here: https://learn.microsoft.com/en-us/dotnet/csharp/misc/sorry-we-don-t-have-specif…
-
When using C#/WinRT, how developers do COM interop has changed a bit.
Before:
```csharp
Guid guid = new Guid(ISurfaceImageSourceNative);
var imageSource = new MyImageSource();
IntPtr pointe…
-
```
Analyzer 'PropertyChangedAnalyzers.AssignmentAnalyzer' threw an exception of type 'System.IO.FileNotFoundException' with message 'Could not load file or assembly 'Gu.Roslyn.Extensions, Version=0.…