Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Conversation

@dipeshmsft
Copy link
Member

@dipeshmsft dipeshmsft commented Jul 18, 2025

Partially Fixes #8554

Description

Some files added in fluent styles were missing licensing headers. This PR just adds those licensing header for XAML files. For C# files the rule is enforced by editorconfig.

Customer Impact

--

Regression

No

Testing

None

Risk

None

Microsoft Reviewers: Open in CodeFlow

Copilot AI review requested due to automatic review settings July 18, 2025 09:20
@dipeshmsft dipeshmsft requested a review from a team as a code owner July 18, 2025 09:20
Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull Request Overview

This PR adds MIT license headers to Fluent style XAML files that were missing them, addressing issue #8554. The changes ensure consistent licensing headers across all XAML files in the Fluent theme implementation.

Key Changes:

  • Added license headers to 16 XAML files in the Fluent theme styles and themes directories
  • Updated the theme generator script to include license headers in generated files
  • Distinguished between generated files (with generation warnings) and source files (standard license headers)

Reviewed Changes

Copilot reviewed 16 out of 16 changed files in this pull request and generated no comments.

File Description
Fluent.xaml, Fluent.Light.xaml, Fluent.Dark.xaml, Fluent.HC.xaml Added license headers with generation warnings to theme files
Various Styles/*.xaml files Added standard license headers to individual style files
ThemeGenerator.Fluent.ps1 Updated generator to include license headers in generated output

@dotnet-policy-service dotnet-policy-service bot added the PR metadata: Label to tag PRs, to facilitate with triage label Jul 18, 2025
@codecov
Copy link

codecov bot commented Jul 18, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 13.42740%. Comparing base (d530ee1) to head (7d3d9df).
Report is 1 commits behind head on main.

Additional details and impacted files
@@                 Coverage Diff                 @@
##                main      #10989         +/-   ##
===================================================
- Coverage   13.52892%   13.42740%   -0.10152%     
===================================================
  Files           3319        3319                 
  Lines         664894      664894                 
  Branches       74674       74674                 
===================================================
- Hits           89953       89278        -675     
- Misses        572397      573072        +675     
  Partials        2544        2544                 
Flag Coverage Δ
Debug 13.42740% <ø> (-0.10152%) ⬇️

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

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

@dipeshmsft dipeshmsft merged commit 390c570 into dotnet:main Jul 18, 2025
8 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

PR metadata: Label to tag PRs, to facilitate with triage

Projects

None yet

Development

Successfully merging this pull request may close these issues.

OSS Scrubbing

2 participants