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 .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