jaredpar / basic-reference-assemblies

Produce NuPkg files that have .NET Reference assemblies as resources
MIT License
96 stars 15 forks source link

Issue 43 #44

Closed jaredpar closed 1 year ago

jaredpar commented 1 year ago

The core issue here is that "metadata" is a valid culture on Linux. Once I moved the build machines to Linux this caused the System.Reflection.Metadata.dll entry to be silently removed from the DLL. Needed to put WithCulture="false" to prevent that from happening.

https://github.com/dotnet/msbuild/issues/9152