You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There is the option in roslyn to embed source files directly into the pdb. Is support plan to handle such scenarios? In corefx we are missing source files from System.Private.CoreLib which is located in another repository (coreclr). If we would embed the sources directly into the pdb we could mitigate this issue but that requires support from both coverlet and ReportGenerator.
There is the option in roslyn to embed source files directly into the pdb. Is support plan to handle such scenarios? In corefx we are missing source files from System.Private.CoreLib which is located in another repository (coreclr). If we would embed the sources directly into the pdb we could mitigate this issue but that requires support from both coverlet and ReportGenerator.
dotnet/roslyn#19127
cc @danmosemsft @stephentoub
The text was updated successfully, but these errors were encountered: