Skip to content

Downgrading analyzer assembly version to fix workflow registration issues#1854

Merged
WhitWaldo merged 5 commits into
masterfrom
change-analyzer-assemblies
Jun 15, 2026
Merged

Downgrading analyzer assembly version to fix workflow registration issues#1854
WhitWaldo merged 5 commits into
masterfrom
change-analyzer-assemblies

Conversation

@WhitWaldo

Copy link
Copy Markdown
Contributor

Description

Reverting package upgrade for analyzers from 5.3.0 to 5.0.0 because of Roslyn incompatibilities.

Issue reference

We strive to have all PR being opened based on an issue, where the problem or feature have been discussed prior to implementation.

Please reference the issue this PR will close: #1853

Checklist

Please make sure you've completed the relevant tasks for this PR, out of the following list:

  • Code compiles correctly
  • Created/updated tests
  • Extended the documentation

…f Roslyn incompatibilities

Signed-off-by: Whit Waldo <whit.waldo@innovian.net>
@WhitWaldo WhitWaldo self-assigned this Jun 15, 2026
@WhitWaldo WhitWaldo requested review from a team as code owners June 15, 2026 07:36
Signed-off-by: Whit Waldo <whit.waldo@innovian.net>
@codecov

codecov Bot commented Jun 15, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 63.18%. Comparing base (d72509c) to head (79c78af).

Additional details and impacted files
@@            Coverage Diff             @@
##           master    #1854      +/-   ##
==========================================
+ Coverage   62.17%   63.18%   +1.00%     
==========================================
  Files         323      330       +7     
  Lines        9153     9534     +381     
  Branches     1077     1110      +33     
==========================================
+ Hits         5691     6024     +333     
- Misses       3161     3198      +37     
- Partials      301      312      +11     
Flag Coverage Δ
net10.0 63.14% <ø> (+1.00%) ⬆️

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Harness.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Dapr.Workflow 1.18.2 analyzers/generators target Roslyn 5.3.0.0 and are skipped (CS9057) on the .NET 10.0.1xx SDK → no workflow auto-registration

1 participant