Перейти к файлу
Austin Richardson aa114d6921 Add devinit example 2020-11-02 10:01:30 -08:00
DotnetCoreDevinitExample Add devinit example 2020-11-02 10:01:30 -08:00
.devcontainer.json Add devinit example 2020-11-02 10:01:30 -08:00
.devinit.json Add devinit example 2020-11-02 10:01:30 -08:00
.gitignore Initial commit 2020-10-28 12:20:38 -07:00
CONTRIBUTING.md Add devinit example 2020-11-02 10:01:30 -08:00
LICENSE Initial commit 2020-10-28 12:20:38 -07:00
README.md Add devinit example 2020-11-02 10:01:30 -08:00
SECURITY.md Add devinit example 2020-11-02 10:01:30 -08:00
global.json Add devinit example 2020-11-02 10:01:30 -08:00

README.md

.NET Core Devinit Example

Summary

A small example .NET Core project that utilizes devinit.

There are three important parts of this repository:

  • The global.json, which specifies the required .NET Core version.
  • The devcontainer.json, which specifies which command to run when creating the Codespace.
  • The devinit.json, which specifies which devinit tools to execute.

Trademarks

This project may contain trademarks or logos for projects, products, or services. Authorized use of Microsoft trademarks or logos is subject to and must follow Microsoft's Trademark & Brand Guidelines. Use of Microsoft trademarks or logos in modified versions of this project must not cause confusion or imply Microsoft sponsorship. Any use of third-party trademarks or logos are subject to those third-party's policies.

Notices