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
@canton7 and I had a chat on the C# discord about Community Toolkit support in Stylet.
To summarize:
Change Screen to derive from ObservableValidator which would remove Stylet implementations of INPC and INotifyDataErrorInfo.
Stylet's built-in validation would now be replaced with the validation scheme used by Community Toolkit.
PropertyChangedDispatcher concept would be removed.
Fix up the tests.
Also part of this (not discussed on discord) would be to bump the minimum dotnet versions of stylet to .NET Framework 4.6.2 and dotnet 6/8. This is required to use Community Toolkit.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
@canton7 and I had a chat on the C# discord about Community Toolkit support in Stylet.
To summarize:
Screen
to derive fromObservableValidator
which would remove Stylet implementations of INPC and INotifyDataErrorInfo.PropertyChangedDispatcher
concept would be removed.Also part of this (not discussed on discord) would be to bump the minimum dotnet versions of stylet to .NET Framework 4.6.2 and dotnet 6/8. This is required to use Community Toolkit.
I've made the changes and have opened #397.
Beta Was this translation helpful? Give feedback.
All reactions