Skip to content

chore(deps): update dependency microsoft.codeanalysis.publicapianalyzers to v5#1014

Merged
phmatray merged 1 commit into
mainfrom
renovate/major-dotnet-monorepo
Jul 7, 2026
Merged

chore(deps): update dependency microsoft.codeanalysis.publicapianalyzers to v5#1014
phmatray merged 1 commit into
mainfrom
renovate/major-dotnet-monorepo

Conversation

@renovate

@renovate renovate Bot commented Jul 2, 2026

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Change Age Confidence
Microsoft.CodeAnalysis.PublicApiAnalyzers 3.3.45.6.0 age confidence

Configuration

📅 Schedule: (UTC)

  • Branch creation
    • At any time (no schedule defined)
  • Automerge
    • At any time (no schedule defined)

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate Bot force-pushed the renovate/major-dotnet-monorepo branch 2 times, most recently from b34ab56 to 0b43118 Compare July 6, 2026 05:07
@renovate renovate Bot force-pushed the renovate/major-dotnet-monorepo branch from 0b43118 to 4cb295a Compare July 6, 2026 10:21
@phmatray phmatray merged commit cd77eb1 into main Jul 7, 2026
7 checks passed
@phmatray phmatray deleted the renovate/major-dotnet-monorepo branch July 7, 2026 07:42
phmatray added a commit that referenced this pull request Jul 7, 2026
The PublicApiAnalyzers 3.3.4 -> v5 bump (#1014) started reporting the
compiler-generated members of public records (Deconstruct, Equals,
GetHashCode, ToString, operator ==/!=, <Clone>$, copy-ctors,
EqualityContract), which 3.3.4 suppressed. That surfaced ~1200 RS0016
warnings across Koine.Compiler (1153), Koine.Emit.Docs (40) and
Koine.Emit.Common (7).

RS0016 is a deliberate gate here (only silenced for the ANTLR generated
lexer/parser files) so unintended public API cannot ship silently.
Blanket-suppressing it would also stop catching genuinely-forgotten
hand-written public members, so instead declare the members in each
project's PublicAPI.Unshipped.txt -- the analyzer's own code-fix
behavior. All 1200 entries are verified record-synthesized boilerplate;
no hand-written API was among them. Solution build is now warning-clean.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant