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

Remove ".Core" from namespaces #12839

Merged
merged 1 commit into from
Jan 24, 2025
Merged

Conversation

JeremyKuhne
Copy link
Member

@JeremyKuhne JeremyKuhne commented Jan 24, 2025

System.Private.Windows is really the root namespace. Core is just the name of the core assembly for Sytem.Private.Windows. We already have a second assembly (GdiPlus) and may have others in the future.

Microsoft Reviewers: Open in CodeFlow

`System.Private.Windows` is really the root namespace. `Core` is just the name of the core assembly for `Sytem.Private.Windows`. We already have a second assembly (GdiPlus), and may have others in the future.
@JeremyKuhne JeremyKuhne requested a review from a team as a code owner January 24, 2025 21:16
@JeremyKuhne JeremyKuhne enabled auto-merge (squash) January 24, 2025 21:22
Copy link
Member

@KlausLoeffelmann KlausLoeffelmann left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I took a quick look at this and talked to Jeremy, and from what I can tell it makes sense.

Copy link

codecov bot commented Jan 24, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 96.97774%. Comparing base (99d66e1) to head (2c5c28a).
Report is 4 commits behind head on main.

Additional details and impacted files
@@                 Coverage Diff                  @@
##                main      #12839          +/-   ##
====================================================
+ Coverage   76.13611%   96.97774%   +20.84162%     
====================================================
  Files           3240        1212        -2028     
  Lines         642343      356885      -285458     
  Branches       47270        5514       -41756     
====================================================
- Hits          489055      346099      -142956     
+ Misses        149742        9950      -139792     
+ Partials        3546         836        -2710     
Flag Coverage Δ
Debug 96.97774% <ø> (+20.84162%) ⬆️
integration ?
production ?
test 96.97774% <ø> (-0.00057%) ⬇️
unit ?

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

@JeremyKuhne JeremyKuhne merged commit cc8aabe into dotnet:main Jan 24, 2025
8 checks passed
@dotnet-policy-service dotnet-policy-service bot added this to the 10.0 Preview1 milestone Jan 24, 2025
@JeremyKuhne JeremyKuhne deleted the factorclip4 branch January 24, 2025 23:00
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.

3 participants