Marc-André Moreau @awakecoding.com · 20d

Who in the .NET team do I need to convince to get crossgen2 distributed as a simple .NET tool? I've been calling it directly in custom scripts for years because the current official way of calling it through msbuild is simply not suitable for large builds and CI optimizations

3 likes 1 replies

?

Replies

Marc-André Moreau · 20d

"Internal implementation package not meant for direct consumption. Please do not reference directly." is what the nuget.org package description says, because you're not *supposed* to call crossgen2 directly, but there's no good reason msbuild should be the only way