Steeltoe appsettings.config schema generator for modern IDEs (Visual Studio 2019, Visual Studio Code, and Rider)
Перейти к файлу
Bart Koelman 56fa59e60f
New tool to produce JSON Configuration Schema file (#8)
* Replace existing tool to generate JSON configuration schemas

* Remove old tool, cleanup, refresh .gitignore

* Account for OS-specific line endings

* Update schemas from Steeltoe codebase
2024-07-08 09:50:23 +02:00
ConfigurationSchemaGenerator
ConfigurationSchemaGeneratorTest
.gitignore
LICENSE
README.md
Schema.sln

README.md

Steeltoe JSON Configuration Schema generator

Generates the schema file that provides validation and IntelliSense when used in modern editors that support JSON Schema, such as Visual Studio 2022, Visual Studio Code and Rider.

How to use

Add the following line to your appsettings.json file:

{
    "$schema": "https://steeltoe.io/schema/latest/schema.json"
    ...
}