-
Notifications
You must be signed in to change notification settings - Fork 1.2k
[StyleCleanUp] Fix MilCodeGen license header #10702
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
Merged
siagupta0202
merged 3 commits into
dotnet:main
from
ThomasGoulet73:StyleCleanUp-fix-MilCodeGen-license-header
Apr 13, 2025
Merged
[StyleCleanUp] Fix MilCodeGen license header #10702
siagupta0202
merged 3 commits into
dotnet:main
from
ThomasGoulet73:StyleCleanUp-fix-MilCodeGen-license-header
Apr 13, 2025
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #10702 +/- ##
===================================================
+ Coverage 10.95887% 12.66982% +1.71095%
===================================================
Files 3310 3316 +6
Lines 664667 665321 +654
Branches 74667 74667
===================================================
+ Hits 72840 84295 +11455
+ Misses 590685 578819 -11866
- Partials 1142 2207 +1065
Flags with carried forward coverage won't be shown. Click here to find out more. 🚀 New features to boost your workflow:
|
h3xds1nz
reviewed
Apr 4, 2025
src/Microsoft.DotNet.Wpf/src/PresentationCore/System/Windows/Generated/TextDecoration.cs
Outdated
Show resolved
Hide resolved
siagupta0202
approved these changes
Apr 13, 2025
@ThomasGoulet73 Thank you for your contribution! |
Thanks @siagupta0202 |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Labels
Community Contribution
A label for all community Contributions
PR
metadata: Label to tag PRs, to facilitate with triage
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Description
Most of the generated files were changed in #10372, this PR syncs MilCodeGen to the current generated code to avoid unnecessary diffs when running MilCodeGen.
This PR also reverts whitespace line changes from #10021 that made the generated files out of sync with MilCodeGen.EDIT: Reverted in this PR and fixed in #10762.Customer Impact
None, code style only.
Regression
No.
Testing
Local build + running MilCodeGen
Risk
Low to none.
Microsoft Reviewers: Open in CodeFlow