A library that makes it easy to create and display diagnostics of different kinds.
Перейти к файлу
Patrik Svensson 7aa230e83f Update dependencies 2022-02-10 21:44:59 +01:00
.github Update dependencies 2022-02-10 21:44:59 +01:00
examples Update dependencies 2022-02-10 21:44:59 +01:00
resources/gfx Update screenshot 2021-08-28 13:42:10 +02:00
src Update dependencies 2022-02-10 21:44:59 +01:00
.editorconfig Initial commit 2021-08-20 12:04:26 +02:00
.gitignore Initial commit 2021-08-20 12:04:26 +02:00
CODE_OF_CONDUCT.md Initial commit 2021-08-20 12:04:26 +02:00
LICENSE.md Initial commit 2021-08-20 12:04:26 +02:00
README.md Acknowledge Ariadne 2021-08-25 21:16:19 +02:00
build.cake Update dependencies 2022-02-10 21:44:59 +01:00
dotnet-tools.json Update dependencies 2022-02-10 21:44:59 +01:00
global.json Update dependencies 2022-02-10 21:44:59 +01:00

README.md

Errata

_Errata NuGet Version_

A library that makes it easy to create and display diagnostics of different kinds.

Example

Running examples

To see Errata in action, install the dotnet-example global tool.

> dotnet tool install -g dotnet-example

Now you can list available examples in this repository:

> dotnet example

Building

We're using Cake as a dotnet tool for building. So make sure that you've restored Cake by running the following in the repository root:

> dotnet tool restore

After that, running the build is as easy as writing:

> dotnet cake

Acknowledgement

Inspired by the excellent Ariadne crate.