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
The .NET 6 provides new System.Reflection.Metadata model for reading metadata from assembly file.
This will allow the build task to read the assembly without executing it and without requiring to resolved references.
Reference: https://learn.microsoft.com/en-us/dotnet/api/system.reflection.metadata?view=net-6.0
The text was updated successfully, but these errors were encountered:
jozefizso
No branches or pull requests
The .NET 6 provides new System.Reflection.Metadata model for reading metadata from assembly file.
This will allow the build task to read the assembly without executing it and without requiring to resolved references.
Reference: https://learn.microsoft.com/en-us/dotnet/api/system.reflection.metadata?view=net-6.0
The text was updated successfully, but these errors were encountered: