https://github.com/rachitdhar/add-app-settings
An application to write app settings into a particular .NET project as per the selected environment
https://github.com/rachitdhar/add-app-settings
appsettings azure csharp dotnet
Last synced: about 2 months ago
JSON representation
An application to write app settings into a particular .NET project as per the selected environment
- Host: GitHub
- URL: https://github.com/rachitdhar/add-app-settings
- Owner: rachitdhar
- Created: 2025-02-04T06:37:48.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-02-04T08:02:17.000Z (over 1 year ago)
- Last Synced: 2025-03-29T16:28:52.136Z (over 1 year ago)
- Topics: appsettings, azure, csharp, dotnet
- Language: Visual Basic .NET
- Homepage:
- Size: 14.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# add-app-settings
An application to write app settings into a particular .NET project as per the selected environment. In particular, this adds settings into appsettings.json, and additional settings for local.settings.json and host.json files, which are typical files used in .NET development.
## How to use
- In the paths.json file, include the DefaultMainPath (which should be the path to your main directory)
- In the same file, also include the relative paths to your individual projects inside the directory (for which you need to add the app settings). The name of the project should match the dropdown text of the selected project.
- Settings are to be included through json files to be added inside the appsettings folder. The name of the file should match the dropdown text of the selected environment.