Open benvillalobos opened 2 years ago
Porting MSBuild to net7.0 unfortunately runs into deprecated AssemblyName members errors. It looks like resolving these newly-obsolete members is going to be an involved change. @Forgind has started a thread asking about how we can get a dll's processor architecture in a safe .net sort of way: https://github.com/dotnet/runtime/issues/74040
Relevant code: https://github.com/forgind/msbuild/tree/net7.0-here-we-go
The current pain point is figuring out a way to correctly check processor architecture of files in a multi-platform sort of way.
Issue Description
Porting MSBuild to net7.0 unfortunately runs into deprecated AssemblyName members errors. It looks like resolving these newly-obsolete members is going to be an involved change. @Forgind has started a thread asking about how we can get a dll's processor architecture in a safe .net sort of way: https://github.com/dotnet/runtime/issues/74040