Version Used:
4.8.0-3.23518.7
Steps to Reproduce:
- Download NuGet package from https://www.nuget.org/packages/Microsoft.NETCore.App.Runtime.win-x64/8.0.0
- Go to folder
runtimes/win-x64/lib/net8.0 and find Microsoft.CSharp.dll.
- Download its pdb at http://msdl.microsoft.com/download/symbols/Microsoft.CSharp.pdb\6b0e3c54f1b8eadd4968a9c4faa40bdfFFFFFFFF\Microsoft.CSharp.pdb
- Go to
CustomDebugInformation table and there's no TypeDefinitionDocuments entry for enum Microsoft.CSharp.RuntimeBinder.CSharpArgumentInfoFlags
Expected Behavior:
Document info for enum Microsoft.CSharp.RuntimeBinder.CSharpArgumentInfoFlags should be found in CustomDebugInformation table
Actual Behavior:
No TypeDefinitionDocuments entry found for enum Microsoft.CSharp.RuntimeBinder.CSharpArgumentInfoFlags
System.Net.NetworkInformation.GatewayIPAddressInformation in System.Net.NetworkInformation.dll is missing from the Document table.


Version Used:
4.8.0-3.23518.7
Steps to Reproduce:
runtimes/win-x64/lib/net8.0and findMicrosoft.CSharp.dll.CustomDebugInformationtable and there's noTypeDefinitionDocumentsentry for enumMicrosoft.CSharp.RuntimeBinder.CSharpArgumentInfoFlagsCase dotnet/roslyn#1:
Expected Behavior:
Document info for enum
Microsoft.CSharp.RuntimeBinder.CSharpArgumentInfoFlagsshould be found inCustomDebugInformationtableActual Behavior:
No
TypeDefinitionDocumentsentry found for enumMicrosoft.CSharp.RuntimeBinder.CSharpArgumentInfoFlagsCase dotnet/roslyn#2:
System.Net.NetworkInformation.GatewayIPAddressInformationinSystem.Net.NetworkInformation.dllis missing from theDocumenttable.