We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Version Used: 4.8.0-3.23518.7 Steps to Reproduce:
runtimes/win-x64/lib/net8.0
Microsoft.CSharp.dll
CustomDebugInformation
TypeDefinitionDocuments
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.
System.Net.NetworkInformation.GatewayIPAddressInformation
System.Net.NetworkInformation.dll
Document
The text was updated successfully, but these errors were encountered:
Tagging subscribers to this area: @cston See info in area-owners.md if you want to be subscribed.
Sorry, something went wrong.
Move to dotnet/roslyn #100051
No branches or pull requests
Version Used:
4.8.0-3.23518.7
Steps to Reproduce:
runtimes/win-x64/lib/net8.0
and findMicrosoft.CSharp.dll
.CustomDebugInformation
table and there's noTypeDefinitionDocuments
entry for enumMicrosoft.CSharp.RuntimeBinder.CSharpArgumentInfoFlags
Case dotnet/roslyn#1:
Expected Behavior:
Document info for enum
Microsoft.CSharp.RuntimeBinder.CSharpArgumentInfoFlags
should be found inCustomDebugInformation
tableActual Behavior:
No
TypeDefinitionDocuments
entry found for enumMicrosoft.CSharp.RuntimeBinder.CSharpArgumentInfoFlags
Case dotnet/roslyn#2:
System.Net.NetworkInformation.GatewayIPAddressInformation
inSystem.Net.NetworkInformation.dll
is missing from theDocument
table.The text was updated successfully, but these errors were encountered: