Kirill Osenkov
Kirill Osenkov
System.Diagnostics.Debug.dll for instance - AssemblyName.GetAssemblyName() doesn't work?
| String.Substring Line 1282 -- | -- | TypeNameHelper.GetTypeNameForGenericType Line 65 | ValueTupleResolvedParameter.AppendTypeName Line 23 | ResolvedParameter.Append Line 34 | ResolvedMethod.Append Line 93 | EnhancedStackTrace.Append Line 103 | EnhancedStackTrace.ToString Line...
I am demystifying a first-chance exception that happens in Roslyn. Roslyn source-links all their assemblies, so the file paths in the .pdb look like: ``` /_/src/EditorFeatures/Core.Wpf/Suggestions/SuggestedActionsSource.cs ``` Unfortunately constructing a...
For debugging the Demystifier.dll itself it would be super useful if the file paths in the .pdb pointed to GitHub so that VS debugger could automatically download sources from GitHub...
I'm seeing dotnet.exe crashes when Coverlet is trying to modify the test .dll on disk and it's locked (by a debugger or antivirus). ``` > KERNELBASE.dll!RaiseException(unsigned long dwExceptionCode, unsigned long...
I'd expect this to embed `C:\temp\1.txt` into the binlog, but it doesn't: ``` ``` As a workaround to fix this, also need to add an explicit ItemGroup: ``` ``` I...