• Stars
    star
    289
  • Rank 138,636 (Top 3 %)
  • Language
    C#
  • License
    MIT License
  • Created over 2 years ago
  • Updated about 1 year ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

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

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.