You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Tracking issue for the new DependencyProperty generator, for UWP (both .NET Native and .NET 9) and WinUI 3.
This is what using the new generator looks like:
Note
Originally from #449.
Overview
Tracking issue for the new
DependencyPropertygenerator, for UWP (both .NET Native and .NET 9) and WinUI 3.This is what using the new generator looks like:
It only supports instance properties. Attached properties are not currently supported.
Remaining task
Here's a few remaining tasks to track work:
DefaultValueCallbackPropertyMetadataconstructionDefaultValueandDefaultValueCallbackat the same timeDefaultValueCallbackset tonullDefaultValueCallbacknot matching an existing methodDefaultValueCallbackmatching an invalid method (eg. wrong signature)default(T)for default values on unconstrained generic type parameters[NotNull]on property getters