Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add .NETCoreApp 1.1 runtime packages to FrameworkPackages #1298

Closed

Conversation

ericstj
Copy link
Member

@ericstj ericstj commented Nov 5, 2024

These packages are referenced when building RID-specific / self-contained applications and referencing 1.x era .NET Core packages.

@ericstj ericstj requested a review from a team as a code owner November 5, 2024 16:53
@ericstj ericstj requested a review from grvillic November 5, 2024 16:53
ericstj added a commit to dotnet/runtime that referenced this pull request Nov 5, 2024
I was reviewing correctness of framework package exclusion in component-governance and noticed these 1.x era packages were not being treated correctly.  microsoft/component-detection#1298
Copy link

codecov bot commented Nov 5, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 89.1%. Comparing base (a55475d) to head (225d4e9).

Additional details and impacted files
@@           Coverage Diff           @@
##            main   #1298     +/-   ##
=======================================
- Coverage   89.1%   89.1%   -0.1%     
=======================================
  Files        378     378             
  Lines      28631   28647     +16     
  Branches    1822    1822             
=======================================
+ Hits       25522   25536     +14     
  Misses      2721    2721             
- Partials     388     390      +2     

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

@ericstj
Copy link
Member Author

ericstj commented Nov 5, 2024

I think I might have some duplicates I can remove. Will test locally and reduce.

These runtime packages were all part of .NETCore 1.x.
They should have been consistently suppressed from .NETCore 2.0 and
later, but were missing from the PackageOverrides.txt list.  They were
part of the platform manifest though and would be excluded by conflict
resolution when doing a metadata comparison.
@ericstj
Copy link
Member Author

ericstj commented Nov 12, 2024

Closing this in favor of #1300 which incorporates these changes.

@ericstj ericstj closed this Nov 12, 2024
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