Skip to content

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

License

Notifications You must be signed in to change notification settings

spectreconsole/errata

Folders and files

NameName
Last commit message
Last commit date

Latest commit

b73faca · Jun 25, 2024

History

39 Commits
Nov 14, 2023
Nov 14, 2023
Aug 28, 2021
Jun 25, 2024
Jun 14, 2022
Aug 20, 2021
Aug 20, 2021
Aug 20, 2021
Aug 25, 2021
Feb 10, 2022
Jan 30, 2024
Nov 14, 2023

Repository files navigation

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.