Skip to content

Conversation

@pomianowski
Copy link
Member

Pull request type

Please check the type of change your PR introduces:

  • Update
  • Bugfix
  • Feature
  • Code style update (formatting, renaming)
  • Refactoring (no functional changes, no api changes)
  • Build related changes
  • Documentation content changes

@pomianowski pomianowski requested a review from Copilot June 11, 2025 08:12
@github-actions github-actions bot added controls Changes to the appearance or logic of custom controls. styles Topic is related to styles PR Pull request navigation Changes to navigation related controls. gallery WPF UI Gallery dotnet release tray titlebar Titlebar updates labels Jun 11, 2025
@pomianowski pomianowski self-assigned this Jun 11, 2025
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 rolls back incorrect DPI calculation adjustments, standardizes formatting across configuration and code files, updates package versions, and adds manifests for .NET tooling.

  • Revert and reformat XML and C# code formatting
  • Bump WPF-UI and DI package references to v4.0.3 and update project version to 4.0.3
  • Introduce Visual Studio toolbox manifest and .NET tool manifest; add .csharpierignore

Reviewed Changes

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

Show a summary per file
File Description
src/Wpf.Ui.ToastNotifications/VisualStudioToolsManifest.xml Inline empty <ToolboxItems> tag
src/Wpf.Ui.Gallery/ViewModels/Pages/Text/AutoSuggestBoxViewModel.cs Split attribute and field declaration for readability
src/Wpf.Ui.Gallery/Controllers/MonacoController.cs Collapse multi-line InvokeAsync call into single line
src/Wpf.Ui.Extension.Template.Fluent/Wpf.Ui.Fluent.csproj Bump WPF-UI and DI dependencies to 4.0.3; update CommunityToolkit.Mvvm version
src/Wpf.Ui.Extension.Template.Compact/Wpf.Ui.Compact.csproj Bump WPF-UI and DI dependencies to 4.0.3; update CommunityToolkit.Mvvm version
src/Wpf.Ui.Extension.Template.Blank/Wpf.Ui.Blank.csproj Bump WPF-UI and DI dependencies to 4.0.3; update CommunityToolkit.Mvvm version
nuget.config Remove extraneous blank lines
Directory.Build.targets Reformat XML targets and properties
Directory.Build.props Update package version to 4.0.3 and reformat multi-line conditions
.csharpierignore Ignore .csproj files for CSharpier formatting
.config/dotnet-tools.json Add manifest for CSharpier .NET tool
Comments suppressed due to low confidence (4)

src/Wpf.Ui.Extension.Template.Fluent/Wpf.Ui.Fluent.csproj:21

  • Trailing whitespace in the Version attribute may cause package resolution to fail; please remove the extra space after the version number.
<PackageReference Include="CommunityToolkit.Mvvm" Version="8.4.0 "/>

src/Wpf.Ui.Extension.Template.Compact/Wpf.Ui.Compact.csproj:21

  • Trailing whitespace in the Version attribute may cause package resolution to fail; please remove the extra space after the version number.
<PackageReference Include="CommunityToolkit.Mvvm" Version="8.4.0 "/>

src/Wpf.Ui.Extension.Template.Blank/Wpf.Ui.Blank.csproj:21

  • Trailing whitespace in the Version attribute may cause package resolution to fail; please remove the extra space after the version number.
<PackageReference Include="CommunityToolkit.Mvvm" Version="8.4.0 "/>

Directory.Build.props:64

  • There is a stray '>' after the closing </IsBelowNet8> tag, which will break XML parsing. Please remove the extra '>'.
>

@pomianowski pomianowski merged commit 7535b91 into main Jun 11, 2025
2 checks passed
@pomianowski pomianowski deleted the users/lpomianowski/rollback-scope branch November 7, 2025 11:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

controls Changes to the appearance or logic of custom controls. dotnet gallery WPF UI Gallery navigation Changes to navigation related controls. PR Pull request release styles Topic is related to styles titlebar Titlebar updates tray

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants