home.social

#csproj — Public Fediverse posts

Live and recent posts from across the Fediverse tagged #csproj, aggregated by home.social.

  1. #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