Skip to content

Fix assembly resolve issue when loading asp.net core#468

Merged
waf merged 1 commit into
mainfrom
assembly-resolve-issue-in-asp-net-core
Jun 6, 2026
Merged

Fix assembly resolve issue when loading asp.net core#468
waf merged 1 commit into
mainfrom
assembly-resolve-issue-in-asp-net-core

Conversation

@waf
Copy link
Copy Markdown
Owner

@waf waf commented Jun 6, 2026

See code comments -- Microsoft.CodeAnalysis.Workspaces.MSBuild pulls in old 9.0 dependencies that then cause assembly resolve issues when referencing asp.net core 10

Fixes #414

@codecov
Copy link
Copy Markdown

codecov Bot commented Jun 6, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 70.4%. Comparing base (4981566) to head (3f8d767).

Additional details and impacted files
@@          Coverage Diff          @@
##            main    #468   +/-   ##
=====================================
  Coverage   70.4%   70.4%           
=====================================
  Files         94      94           
  Lines       6837    6837           
  Branches    1006    1006           
=====================================
+ Hits        4815    4819    +4     
+ Misses      1694    1690    -4     
  Partials     328     328           

☔ 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.

@waf waf merged commit e4d89e3 into main Jun 6, 2026
3 checks passed
@waf waf deleted the assembly-resolve-issue-in-asp-net-core branch June 6, 2026 16:05
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.

Assembly Exception on new Microsoft.AspNetCore.App

1 participant