Uno.Samples
Uno.Samples copied to clipboard
A collection of code samples for the Uno Platform
First commit of SimpleCalculator using Uno.
We need to upgrade all Wasm, Gtk and WPF samples to net6. For WPF, we'll need to merge the WPF and WPF.Host project, as is in the latest uno templates.
Apply the https://github.com/unoplatform/uno.toolkit.ui/pull/359 workaround on all macos samples. Fixes this issue: ``` D:\a\1\s\reference\Uno.Extensions.Commerce\Commerce.UI\App.xaml.cs(4,35): error CS0012: The type 'NSApplicationDelegate' is defined in an assembly that is not referenced. You must add...
The last update in VS 2022 caused some samples to stop building, causing [the canary to fail](https://dev.azure.com/uno-platform/Uno%20Platform/_build/results?buildId=55211&view=logs&j=b0e9e703-bc7b-5b6a-2ec3-61742e5311eb&t=61a9e453-aeb1-5a19-999e-a35f45d4ce9f). The current non-canary CI is built around partial validation, which makes other samples...
Related issue: https://github.com/unoplatform/uno/issues/16140 # Summary of Changes ## Preparation for External Samples List Documentation Update: Initiating steps to update the external samples list documentation for the Uno repository. This involves...