-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Open
Milestone
Description
There is an increasing number of systems that adapt YAML as a configuration format. Unfortunately, .NET requires much more effort to use appsetings.yml than to use appsetings.json. One piece to it that is small but very annoying when put to scale is having to explicitly include the following code in a csproj:
<ItemGroup>
<None Include="appsettings.*" CopyToPublishDirectory="PreserveNewest" />
</ItemGroup>
This is a suggestion to adjust the build tool to handle appsettings.*.yml the same way appsettings.*.json are handled, which is, I guess, copying them to publish directory without having that piece in the csproj.
m3nax and maxisam
Metadata
Metadata
Assignees
Labels
No labels