fix: Rollback incorrect high DPI calculations; format code; add manifest for .NET tools#1449
Merged
pomianowski merged 2 commits intomainfrom Jun 11, 2025
Merged
Conversation
Contributor
There was a problem hiding this comment.
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 '>'.
>
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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Pull request type
Please check the type of change your PR introduces: