79077607

Date: 2024-10-11 09:32:29
Score: 1
Natty:
Report link

I use this to remove development config in a release build:

  <!-- Exclude appsettings.Development.json in release build -->
  <ItemGroup Condition="'$(Configuration)' == 'Release'">
    <Content Remove="appsettings.Development.json"></Content>
  </ItemGroup>
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Leo Lloyd Andrade