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

Skip to content
Merged
Changes from 1 commit
Commits
Show all changes
35 commits
Select commit Hold shift + click to select a range
f296f11
stage P3
jamesmontemagno Mar 20, 2025
7c31946
cleanup
jamesmontemagno Mar 20, 2025
6b24e9d
efcore doc updates for preview 3
maumar Mar 27, 2025
2cb43de
.NET MAUI in .NET 10 Preview 3 (#9826)
davidortinau Apr 7, 2025
91fd38a
.NET 10 P3 - SDK Notes (#9822)
jamesmontemagno Apr 7, 2025
1290dec
.NET 10 Preview 3 - Runtime (#9823)
jamesmontemagno Apr 7, 2025
463d692
Add ASP.NET Core release notes for .NET 10 Preview 3 (#9835)
danroth27 Apr 7, 2025
48000f4
Updates for P3 (#9831)
merriemcgaw Apr 7, 2025
86762d1
.NET 10 P3 - Libraries (#9824)
jamesmontemagno Apr 7, 2025
db9391c
Merge branch 'main' into dotnet10-p3
jamesmontemagno Apr 7, 2025
0ff0997
Merge branch 'dotnet10-p3' of https://github.com/dotnet/core into dot…
jamesmontemagno Apr 7, 2025
7c3842a
cleanup
jamesmontemagno Apr 7, 2025
740ec28
cleanup
jamesmontemagno Apr 7, 2025
a13b555
cleanup
jamesmontemagno Apr 7, 2025
8e7b8f3
cleanup
jamesmontemagno Apr 7, 2025
1b88e4e
Initial draft of P3 release notes (#9832)
KathleenDollard Apr 7, 2025
35b2b19
cleanup
jamesmontemagno Apr 7, 2025
5450a99
cleanup
jamesmontemagno Apr 7, 2025
3cd9536
Update release-notes/10.0/preview/preview3/csharp.md
jamesmontemagno Apr 8, 2025
665dcb4
Update release-notes/10.0/preview/preview3/aspnetcore.md
jamesmontemagno Apr 9, 2025
c858c8a
update code block
jamesmontemagno Apr 9, 2025
db6af0f
Add global.json local sdk support details
baronfel Apr 9, 2025
e43d2df
Added WPF notes (#9844)
adegeo Apr 9, 2025
275f9de
update readmes
jamesmontemagno Apr 10, 2025
e4f8366
fix readme
jamesmontemagno Apr 10, 2025
1162064
Updated 10.0.0-preview.3.md with content and Nuget list
victorisr Apr 10, 2025
71bce23
cleanup 1
jamesmontemagno Apr 10, 2025
97f61dc
Implement feature X to enhance user experience and optimize performance
jamesmontemagno Apr 10, 2025
c8fd385
Update release-notes/10.0/preview/preview3/10.0.0-preview.3.md
jamesmontemagno Apr 10, 2025
f58b4fb
Updated windowsdesktop Urls
victorisr Apr 10, 2025
7bafe69
cleanup
jamesmontemagno Apr 10, 2025
ce1bd3f
updat elinux
jamesmontemagno Apr 10, 2025
ff31d58
udpated
jamesmontemagno Apr 10, 2025
cc0ad06
Fix table
adegeo Apr 10, 2025
fcff52c
Merge branch 'main' into dotnet10-p3
jamesmontemagno Apr 10, 2025
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Added WPF notes (#9844)
  • Loading branch information
adegeo authored Apr 9, 2025
commit e43d2dfddb7963798af4274e9a6553fa8f59ae70
41 changes: 36 additions & 5 deletions release-notes/10.0/preview/preview3/wpf.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,44 @@
# WPF in .NET 10 Preview 3 - Release Notes

Here's a summary of what's new in WPF in this preview release:
Here's a summary of what's new with WPF in this preview release:

- [Feature](#feature)
- [Performance Improvements](#performance-improvements)
- [Fluent Style Changes](#fluent-style-changes)
- [Bug Fixes](#bug-fixes)
- [Miscellaneous Changes](#miscellaneous-changes)

WPF updates in .NET 10:

- [What's new in WPF in .NET 10](https://learn.microsoft.com/dotnet/desktop/wpf/whats-new/net100) documentation.
- [High-level what's new in WPF with .NET 10.](https://learn.microsoft.com/dotnet/desktop/wpf/whats-new/net100)

## Feature
## Performance Improvements

Something about the feature
Enhanced performance by optimizing cache operations, array handling, and migrating font collection loader to managed code.

## Fluent Style Changes

Introduced new Fluent styles for controls, such as:

- `NavigationWindow`
- `Frame`
- `ToolBar`
- `ResizeGrip`
- `GroupBox`
- `Hyperlink`
- `GridSplitter`
- `Thumb.`

Fixed elevation border brushes for various controls and corrected missing `RecognizesAccessKey` property.

## Bug Fixes

- Addressed several bugs including memory leaks, control behavior anomalies, and property recognition issues.
- Fixed faulty caching of `LinearGradientBrushes` when `RelativeTransform` was being used along with `Absolute` mapping mode.

## Miscellaneous Changes

Code Cleanup and Refactoring

- Conducted extensive code cleanups, including syntax standardization and argument clarity, to improve code readability and maintainability.
- Established code-coverage for WPF, added functionality tests for `Clipboard` and resolved issues with `DependencyProperty` tests.
- Incorporated design-time markup compilation to facilitate smoother development workflows.