-
-
Notifications
You must be signed in to change notification settings - Fork 8
Open
Labels
is:bugSomething isn't workingSomething isn't workingis:enhancementNew feature or requestNew feature or requestpri:high
Description
This issue has been with us since we converted the embedded resource files to satellite assemblies. We currently use the al.exe tool from .NET Framework to generate the satellite assemblies, which doesn't support non-Windows operating systems.
This has been partly addressed in #75, but we need a more robust solution that will generate all of the satellite assemblies, not just some of them.
This code seems to be how MS is doing it in .NET Core (using the Csc task rather than al.exe):
So, we need to experiment with this approach to see if we can get our satellite assemblies to build.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
is:bugSomething isn't workingSomething isn't workingis:enhancementNew feature or requestNew feature or requestpri:high