diff --git a/ErrorOrX.slnx b/ErrorOrX.slnx index ab55825..fd2875b 100644 --- a/ErrorOrX.slnx +++ b/ErrorOrX.slnx @@ -20,11 +20,15 @@ - + + + + diff --git a/samples/ErrorOrX.Samples.Diagnostics/README.md b/samples/ErrorOrX.Samples.Diagnostics/README.md index f6fd252..d858f26 100644 --- a/samples/ErrorOrX.Samples.Diagnostics/README.md +++ b/samples/ErrorOrX.Samples.Diagnostics/README.md @@ -1,6 +1,6 @@ # ErrorOrX.Samples.Diagnostics -Realistic-looking API code that deliberately triggers ErrorOrX diagnostics. This project is **excluded from `ErrorOrX.slnx`** — the source-generator-reported errors halt compilation, which is the entire point. Open the project in your IDE for live squiggles, or build it explicitly: +Realistic-looking API code that deliberately triggers ErrorOrX diagnostics. This project is **in `ErrorOrX.slnx` but excluded from the solution build** (``) — the source-generator-reported errors halt compilation, which is the entire point. Open the solution in your IDE for live squiggles, or build the project explicitly: ```bash dotnet build samples/ErrorOrX.Samples.Diagnostics/ErrorOrX.Samples.Diagnostics.csproj