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
At the same time, at least the referenced samples would need to be updated to .NET 9 as well since it is now the default option when creating a new solution.
Samples with a status of ⏸️ (On hold), which require migration to the single project structure, are not a priority to be updated or worked on at the moment. The complete list of samples is included in the matrix below to provide an overview of all current samples in the Uno.Samples repo and their statuses between release updates.
Steps to follow for each sample you are updating:
Assign your name in the table below before starting work to ensure no duplication of effort.
When upgrading to Uno 5.5 and above, in the App.xaml.cs file, the EnableHotReload() method is deprecated and must be replaced with UseStudio() instead.
Perform a quick sanity check by testing the sample app on all supported platforms.
If a README is missing at the root of the sample, please create one.
Use the WindowingSample README.md or the Counter README.md as references for format and folder organization.
If the sample is not listed in samples.md, ensure it is added.
Adjust the status and the last current Uno.Sdk version used by the sample in the table below when changes are merged
Now that Uno.Sdk version 5.6 has been released, we need to update the samples to the latest stable Uno.Sdk 5.6.
Note
Migration notes for 5.6 can be found here: Uno Platform 5.6 Migration Guide
At the same time, at least the referenced samples would need to be updated to .NET 9 as well since it is now the default option when creating a new solution.
Note
Migration notes for upgrading from .NET 8 to .NET 9 can be found here: How to upgrade from .NET 8 to .NET 9
Important
Samples with a status of ⏸️ (On hold), which require migration to the single project structure, are not a priority to be updated or worked on at the moment. The complete list of samples is included in the matrix below to provide an overview of all current samples in the Uno.Samples repo and their statuses between release updates.
Steps to follow for each sample you are updating:
Directory.Build.props
, remove them.They are no longer necessary with Uno.Sdk 5.3 and above.
App.xaml.cs
file, theEnableHotReload()
method is deprecated and must be replaced withUseStudio()
instead.Use the WindowingSample README.md or the Counter README.md as references for format and folder organization.
Status Legend:
ReadMe.md/Samples.md Legend:
The text was updated successfully, but these errors were encountered: