ccrooks
Joined: 10 Mar 2009 Posts: 11 Location: UNITED STATES
|
Posted: Wed Jul 11, 2018 4:03 pm Post subject: Support for "new" csproj format |
|
|
We recently update our csproj files to the new "<Project SDK=whatever>" format, the one where you no longer explicitly call out each file included in the project, instead, by convention, they are just included. This is the default format for .NET Core csproj, but it can be used (and we do) for Full Framework projects as well.
The downside seems to be with out Globalizer 3 install, which (after the latest re-scan), has marked a whole bunch of resources in the resx files as Unused.
Does this sound correct (as in, that is probably what happened)? Will updating to Globalizer 4 fix this for us, or is this an unsupported scenario currently? Is there any was of "forcing" it to scan the resx files in certain directories? |
|