Skip to content

Conversation

@overem-eit
Copy link
Contributor

Added support of ASP.Net MVC Controllers.
Added simple interface IFW.
Added standard configuration approach (different settings file per environment).

Because the work with config file (appsettings.json) now updated to use the standard approach (use specific config file per environment), we need to use new command line parameter /p:EnvironmentName=EnvironmentName if we want to specify the specific environment.

Example:

dotnet publish .MyProject.csproj /p:Configuration=Release /p:EnvironmentName=QA

In this case if appsettings.QA.json file will exists - it will override data from appsettings.json.

Added support of ASP.Net MVC Controllers.
Added simple interface IFW.
Added standard configuration approach (different settings file per environment).
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant