#TIL If a #NuGet package, such as System.CommandLine, provides satellite assemblies for localized strings, you can bundle only selected ones. To do this, add a line in your #CsProj like this:
<SatelliteResourceLanguages>fr;de;he;uk</SatelliteResourceLanguages>
BTW, I don't know how to skip bundling them at all, maybe an empty tag will suffice. #DotNet #CSharp #MSBuild #Programming
Using PowerShell to make bulk changes to DotNet .csproj files http://dlvr.it/THHwGF via PlanetPowerShell #PowerShell #DotNet #CSproj #SoftwareDevelopment
Using PowerShell to make bulk changes to DotNet .csproj files

When working on a big DotNet team, it’s easy to create a library but forget to set a configuration property according to your team’s standards. Most people don’t spend a lot of time looking at their…

tedspence.com