Skip to content

Instantly share code, notes, and snippets.

View ridgew's full-sized avatar
🎯
Focusing

问道老王 ridgew

🎯
Focusing
View GitHub Profile
@ridgew
ridgew / README.md
Created April 9, 2022 01:20 — forked from natemcmaster/README.md
runtimeconfig.json schema

This defines the schema for .NET Core's runtimeconfig.json file.

Usage in an editor

Using Visual Studio, you can get auto-completion if you import the schema in your .JSON file like this:

{
  "$schema": "https://gist.github.com/natemcmaster/0bdee16450f8ec1823f2c11af880ceeb/raw/runtimeconfig.template.schema.json"
}