Extensions: Is there support for appsettings.JSON transforms? similar to XML config file transformations

Created on 18 Dec 2018  路  1Comment  路  Source: dotnet/extensions

_From @aberbegall on Monday, 03 December 2018 17:33:41_

Issue Title

I'm not able to make the content of appsettings.json from Nuget package to be transformed in .NET Core project.

General

I generate a Nuget package (.NET Standard library) which contains a default appsettings.json.
If I try to add that package to my .NET Core App the file content is being replace instead of transformed or merged.

With .NET FW I was able to use web.config transformations, as described here.

Is there a way to achieve that in .Net Core?

Connected issue:
https://github.com/NuGet/docs.microsoft.com-nuget/issues/1063

Thank you

_Copied from original issue: dotnet/core#2095_

Won't Fix area-config

>All comments

Thanks for requesting this, but it is not something we plan to implement.

Was this page helpful?
0 / 5 - 0 ratings

Related issues

christiannagel picture christiannagel  路  4Comments

SnakyBeaky picture SnakyBeaky  路  6Comments

halter73 picture halter73  路  6Comments

JunTaoLuo picture JunTaoLuo  路  4Comments

grahamehorner picture grahamehorner  路  3Comments