Feature: run Neo analyzers during nccs compilation#1905
Merged
ajara87 merged 9 commits intoJul 20, 2026
Conversation
Codecov Report❌ Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master-n3 #1905 +/- ##
=============================================
+ Coverage 84.26% 84.30% +0.03%
=============================================
Files 308 308
Lines 28342 28367 +25
Branches 4002 4005 +3
=============================================
+ Hits 23882 23914 +32
+ Misses 3464 3457 -7
Partials 996 996 ☔ View full report in Codecov by Harness. 🚀 New features to boost your workflow:
|
Jim8y
force-pushed
the
jim8y/issue1841-nccs-analyzer-suite
branch
from
July 18, 2026 11:18
487d975 to
dc111f9
Compare
Jim8y
force-pushed
the
jim8y/issue1841-nccs-analyzer-suite
branch
from
July 18, 2026 11:31
dc111f9 to
853b99d
Compare
Jim8y
marked this pull request as ready for review
July 18, 2026 12:33
shargon
reviewed
Jul 19, 2026
shargon
approved these changes
Jul 20, 2026
ajara87
approved these changes
Jul 20, 2026
Wi1l-B0t
approved these changes
Jul 20, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
nccsCLICompilationOptions.RunAnalyzersWhy
A contract could pass through
nccswithout the diagnostics users see in an analyzer-enabled IDE. This allowed unsupported APIs and contract-specific restrictions to reach the lowering stage and produce less useful compiler errors.Validation
dotnet format --verify-no-changesPart of #1841.