From f2b23e0007cf87f8528c0350ca849a206560994f Mon Sep 17 00:00:00 2001 From: Jonathan Algar <93204286+jonathanalgar@users.noreply.github.com> Date: Wed, 26 Feb 2025 19:47:41 +0000 Subject: [PATCH 1/2] change --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 5a5d5da..a816a4b 100644 --- a/README.md +++ b/README.md @@ -111,9 +111,13 @@ To ensure real-time feedback for [compilation end phase](#code-analysis-phases) 1. Open the command palette (_Ctrl+Shift+P_). 1. Search for "roslyn". Set the **Dotnet › Background Analysis: Analyzer Diagnostics Scope** to **fullSolution**. +#### Custom projects + +`CustomCode-Analyzer` was released to give you real-time feedback your C# code as you build an external library in your IDE of choice. But more generally `CustomCode-Analyzer` can be thought of as a way of locally validating an external library project at the point of build. This makes it a powerful component for projects that require automated validation—see, for example, [`CustomCode-Analyzer-Generator`](https://github.com/jonathanalgar/CustomCode-Analyzer-Generator). + ## TODO -See [here](https://github.com/jonathanalgar/CustomCode-Analyzer/issues?q=is%3Aopen+is%3Aissue+label%3Aenhancement). +See [here](https://github.com/jonathanalgar/CustomCode-Analyzer/issues?q=is%3Aopen+is%3Aissue). ## Feedback and contributions From 1f706921297681beb0079b0f36b698b26d9db423 Mon Sep 17 00:00:00 2001 From: Jonathan Algar <93204286+jonathanalgar@users.noreply.github.com> Date: Fri, 28 Feb 2025 03:48:42 +0000 Subject: [PATCH 2/2] tweak --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a816a4b..da885d3 100644 --- a/README.md +++ b/README.md @@ -113,7 +113,7 @@ To ensure real-time feedback for [compilation end phase](#code-analysis-phases) #### Custom projects -`CustomCode-Analyzer` was released to give you real-time feedback your C# code as you build an external library in your IDE of choice. But more generally `CustomCode-Analyzer` can be thought of as a way of locally validating an external library project at the point of build. This makes it a powerful component for projects that require automated validation—see, for example, [`CustomCode-Analyzer-Generator`](https://github.com/jonathanalgar/CustomCode-Analyzer-Generator). +`CustomCode-Analyzer` was released to give you real-time feedback on your C# code as you build an external library in your IDE of choice. But more generally, `CustomCode-Analyzer` can be thought of as a way of locally validating an external library project at the point of build. This makes it a powerful component for projects that require automated validation—see, for example, [`CustomCode-Analyzer-Generator`](https://github.com/jonathanalgar/CustomCode-Analyzer-Generator). ## TODO