Commit ed8dd92
Add .NET 10 Support (#2902)
* Update to .NET 10
* Update CSharpCodeFixVerifier`2+Test.cs
* Fix Unit Test
* Update Verifiers
* Downgrade `Microsoft.CodeAnalysis.Testing.ReferenceAssemblies.Net`
* Keep Compiler Error for `Microsoft.CodeAnalysis.Testing.ReferenceAssemblies.Net`
* Update Directory.Build.props
* Remove AOT
* Update to .NET 10 RC 2
* Update NuGet Packages
* Update NuGet packages
* Remove `[RequiresUnreferencedCode]`
* Remove `<NoWarn>CsWinRT1028`
* Increase to JDK 21
* Remove `NextMauiPackageVersion`
This should no longer be necessary now that we don't have internal access to MAUI
* sample apps builds
* Update for .NET MAUI compatibility and .NET 10 support
- Added conditional compilation for .NET 10 in `CSharpAnalyzerVerifier`.
- Updated `XmlnsDefinition` attributes for .NET MAUI compatibility.
- Upgraded `Xamarin.AndroidX.Media3` packages to version 1.8.0.
- Added `using` directives for `Microsoft.Maui` namespaces across files.
- Adjusted platform-specific code to use updated APIs (e.g., `session.PlatformToken`).
- Included Android resource `textureview.xml` in the project.
* Temp fix for `AllowMissingPrunePackageData` to true
* Add `AllowMissingPrunePackageData` to resolve issues. This will need to be removed before shipping.
* Fix Tizen `IDisposable` in CamerViewHandler
* Fix Tizen?
* Adopt Xaml Source Generation
* Fix `Microsoft.Extensions.Logging.Debug` dependency
* Fix Nullable Type Errors
* Build `CommunityToolit.Maui.csproj` instead of `CommunityToolkit.Maui.sln`
This will allow us to isolate build errors in the pipeline currently being caused by `CommunityToolit.Maui.Analyzers.UnitTests`
* Fix .NET 10 Warnings
* Fix Tizen build errors for upgrading NET10 (#2928)
* `dotnet format`
* Add Latest NuGet Version
* Fix namespace
* FixTizen Build Errors
* Add `new` keyword functionality to `BindablePropertyAttributeSourceGenerator`
* Update BadgeImplementation.tizen.cs
* Add Fix for Android StatusBarBehavior on Android 35
#2533 (comment)
* Update NuGet Packages
* Remove NuGet Package References Fixing Vulnerabilities
* Fix OnPlatform not working with nested Bindings by nesting OnPlatform in AppThemeBinding instead of the other way around
* Update Main.cs
* Use `TestContext.Current.CancellationToken`
* Update Main.cs
* Convert `sln` -> `slnx`
* Update Build to Workaround .NET 10 errors
* Use `macos-26`
* Revert `preview`
* Use `ga`
* Use `macos26`
* Remove Obsolete attribute from BasePage constructor
Removed the Obsolete attribute from the BasePage constructor.
* Update dotnet-build.yml
* `dotnet format`
* Change Button_Clicked to async for URL loading
* Remove Obsolete attribute from ConvertersGalleryViewModel
Removed the Obsolete attribute from ConvertersGalleryViewModel.
* Update Microsoft.Maui.Controls package reference version
* Update MauiPackageVersion to 10.0.0
* Update LangVersion from 'preview' to 'latest'
* Remove `[Obsolete]`
* Revert `Microsoft.CodeAnalysis.CSharp` NuGet Packages to latest stable release
* Remove `[Obsolete]`
* Set `<IncludeTizenTargetFrameworks>true</IncludeTizenTargetFrameworks>` to false
* Update NuGet Packages, Fix Build Errors
* Use `Assert. ThrowsAnyAsync`
---------
Co-authored-by: James Crutchley <[email protected]>
Co-authored-by: Jay Cho <[email protected]>1 parent dd41a69 commit ed8dd92
File tree
157 files changed
+810
-3090
lines changed- .github/workflows
- samples
- CommunityToolkit.Maui.Sample
- Pages
- Behaviors
- TouchBehavior
- Converters
- Essentials
- Extensions
- Layouts
- PlatformSpecific
- Views
- AvatarView
- CameraView
- Expander
- LazyView
- Maps
- MediaElement
- Popup
- RatingView
- Platforms
- MacCatalyst
- Tizen
- iOS
- Resources/Styles
- ViewModels
- Behaviors
- TouchBehavior
- Converters
- src
- CommunityToolkit.Maui.Analyzers.Benchmarks
- CommunityToolkit.Maui.Analyzers.UnitTests
- Verifiers
- CommunityToolkit.Maui.Camera
- Handlers
- CommunityToolkit.Maui.Core
- Essentials
- Badge
- Handlers/Popup
- Interfaces
- Platform
- KeyboardExtensions
- StatusBar
- Views
- DrawingView/PlatformView
- Popup
- SemanticOrderView
- CommunityToolkit.Maui.Maps
- CommunityToolkit.Maui.MediaElement
- Extensions
- Handlers
- Interfaces
- MediaSource
- Primitives
- Services
- Views
- CommunityToolkit.Maui.SourceGenerators.Internal
- Models
- CommunityToolkit.Maui.UnitTests
- Behaviors
- Extensions
- Layouts
- Services
- Views
- AvatarView
- CameraView
- Popup
- CommunityToolkit.Maui
- Alerts/Snackbar
- Animations
- Behaviors/PlatformBehaviors/Touch
- Converters
- Layouts/StateContainer
- Views
- Expander
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
157 files changed
+810
-3090
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
16 | | - | |
| 16 | + | |
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
| |||
27 | 27 | | |
28 | 28 | | |
29 | 29 | | |
30 | | - | |
| 30 | + | |
31 | 31 | | |
32 | 32 | | |
33 | 33 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
22 | 22 | | |
23 | 23 | | |
24 | 24 | | |
25 | | - | |
26 | | - | |
27 | | - | |
28 | | - | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
29 | 29 | | |
30 | 30 | | |
31 | 31 | | |
| |||
56 | 56 | | |
57 | 57 | | |
58 | 58 | | |
59 | | - | |
| 59 | + | |
60 | 60 | | |
61 | 61 | | |
62 | 62 | | |
| |||
76 | 76 | | |
77 | 77 | | |
78 | 78 | | |
79 | | - | |
| 79 | + | |
80 | 80 | | |
81 | 81 | | |
82 | 82 | | |
| |||
101 | 101 | | |
102 | 102 | | |
103 | 103 | | |
104 | | - | |
| 104 | + | |
105 | 105 | | |
106 | 106 | | |
107 | 107 | | |
| |||
203 | 203 | | |
204 | 204 | | |
205 | 205 | | |
206 | | - | |
| 206 | + | |
207 | 207 | | |
208 | | - | |
209 | | - | |
210 | | - | |
211 | | - | |
| 208 | + | |
| 209 | + | |
| 210 | + | |
| 211 | + | |
| 212 | + | |
212 | 213 | | |
213 | 214 | | |
214 | 215 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
6 | | - | |
| 6 | + | |
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
| |||
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
19 | | - | |
| 19 | + | |
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
| 23 | + | |
23 | 24 | | |
24 | 25 | | |
25 | 26 | | |
| |||
202 | 203 | | |
203 | 204 | | |
204 | 205 | | |
205 | | - | |
| 206 | + | |
206 | 207 | | |
207 | 208 | | |
208 | 209 | | |
| |||
237 | 238 | | |
238 | 239 | | |
239 | 240 | | |
240 | | - | |
| 241 | + | |
| 242 | + | |
241 | 243 | | |
242 | 244 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| |||
This file was deleted.
0 commit comments