Commit 2815e1c
committed
Add UWP project and remove Xamarin.Forms support
Introduced a new UWP project (`Caliburn.Micro.UWP`) with modern .NET features, including nullable reference types and AOT compatibility. Added a corresponding UWP test project.
Removed Xamarin.Forms projects and all associated Android, iOS, and shared files, indicating a migration away from Xamarin.Forms. Updated the solution file to reflect these changes.
Updated package versions for `System.Reactive`, `Autofac`, `FSharp.Core`, and others. Improved asynchronous handling in `App.xaml.cs`. Removed `global.json` to simplify SDK version management.
Refactored the codebase to remove Xamarin.Forms-specific logic and dependencies, focusing on UWP, WinUI, Avalonia, and MAUI platforms.1 parent d67ede2 commit 2815e1c
209 files changed
Lines changed: 625 additions & 31711 deletions
File tree
- samples
- features
- Features.Avalonia
- Features.UWP
- scenarios
- Scenario.Autofac
- Scenario.Functional.App
- Scenario.Functional
- setup
- Setup.Forms5/Setup.Forms5
- Setup.Forms5.Android
- Assets
- Properties
- Resources
- mipmap-anydpi-v26
- mipmap-hdpi
- mipmap-mdpi
- mipmap-xhdpi
- mipmap-xxhdpi
- mipmap-xxxhdpi
- values
- Setup.Forms5.UWP
- Assets
- Properties
- Setup.Forms5.iOS
- Assets.xcassets/AppIcon.appiconset
- Properties
- Resources
- Setup.Forms5
- ViewModels
- Views
- Setup.Forms
- Setup.Forms.Droid
- Assets
- Properties
- Resources
- drawable-hdpi
- drawable-xhdpi
- drawable-xxhdpi
- drawable
- Setup.Forms.iOS
- Properties
- Resources
- Setup.Forms
- Properties
- ViewModels
- Views
- Setup.UWP.VB
- Setup.UWP
- src
- Caliburn.Micro.Avalonia.Tests
- Caliburn.Micro.Avalonia
- Caliburn.Micro.Core.Tests
- Caliburn.Micro.Core
- Caliburn.Micro.Maui.Tests
- Caliburn.Micro.Maui
- Caliburn.Micro.Platform.Core
- Caliburn.Micro.Platform.Tests
- Caliburn.Micro.Platform
- Platforms/Xamarin.Forms
- Caliburn.Micro.UWP.Tests
- Assets
- Caliburn.Micro.UWP
- Caliburn.Micro.WinUI3
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
23 | 23 | | |
24 | 24 | | |
25 | 25 | | |
26 | | - | |
| 26 | + | |
27 | 27 | | |
28 | 28 | | |
29 | 29 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
14 | | - | |
| 14 | + | |
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
5 | 5 | | |
| 6 | + | |
6 | 7 | | |
7 | 8 | | |
8 | 9 | | |
| |||
26 | 27 | | |
27 | 28 | | |
28 | 29 | | |
29 | | - | |
| 30 | + | |
| 31 | + | |
30 | 32 | | |
31 | 33 | | |
32 | 34 | | |
| |||
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
14 | | - | |
| 14 | + | |
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
| |||
127 | 127 | | |
128 | 128 | | |
129 | 129 | | |
130 | | - | |
| 130 | + | |
131 | 131 | | |
132 | 132 | | |
133 | 133 | | |
| |||
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
63 | 63 | | |
64 | 64 | | |
65 | 65 | | |
66 | | - | |
67 | | - | |
| 66 | + | |
| 67 | + | |
68 | 68 | | |
69 | 69 | | |
70 | 70 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
Lines changed: 4 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
18 | 22 | | |
Lines changed: 0 additions & 60 deletions
This file was deleted.
Lines changed: 0 additions & 19 deletions
This file was deleted.
Lines changed: 0 additions & 21 deletions
This file was deleted.
0 commit comments