A library that makes it easy to create and display diagnostics of different kinds.
Перейти к файлу
Simon Cropp b73faca763 cleanup Errata.Tests.csproj 2024-06-25 03:53:48 +02:00
.github Update GitHub Actions 2023-11-15 00:11:12 +01:00
examples Add .net8.0 support 2023-11-15 00:07:39 +01:00
resources/gfx Update screenshot 2021-08-28 13:42:10 +02:00
src cleanup Errata.Tests.csproj 2024-06-25 03:53:48 +02:00
.editorconfig Upgrade solution to C# 10 and .NET 6 2022-06-14 17:17:44 +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 Add setting for left padding 2024-01-30 14:47:59 +01:00
global.json Add .net8.0 support 2023-11-15 00:07:39 +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.