forked from MvvmCross/MvvmCross
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add .NET 6.0 Support (MvvmCross#4319)
* Bump build stuff + dependencies for .NET6.0 * Switch to WeakReference. WeakAttribute doesn't seem present in new TFMs :'( * Bump cake * Build DroidX with net6.0-android tfm * Build plugins for .NET 6.0 * Build playground core for .net 6.0 * No need for this maui check * Remove useless plugins * Don't force Java 8 SDK * Run sonar on windows-2022 * Update targets * windows-2022 doesn't have anything lower than uap10.0.19041 * Fix a bit of broken playground * Bye old unused test suite * Make analyzer a bit happier * Remove pointless navigation test * Fix bundle tests * Fix linkerpleaseinclude files * Switch playground layout files to xml * Get droid playground working on net6.0-android * Build unit tests for net6.0 * Remove Android resoruce stuff from plugins * Add .net6.0 tfms to forms projects * Add back setting JAVA_HOME * Migrate iOS Playground to .NET 6.0 * Underp some configurations * Bump minversion to 15.0 * Remove old project code * Fix silly sonar warnings * Squelch some warnings * Remove EOL TFMs * nfloat has changed, need to import ObjCRuntime * Sidebar is incompatible with latest net6.0-ios. Removing. * Also remove from csproj * Bump targets * Help global usings understanding we want AndroidX stuff * Keyboard stuff is no bueno on maccatalyst * net48 doesn't like me + adding maccatalyst and bumping monodroid * Implicit usings please to fix nfloat fuckery * Serilog.Sinks.Xamarin needs updating to net6 :'-( * install maccatalyst * Remove net48 projects * Remove unneeded full debug * Lint * Only check whitespace. Analyzers and style are super aggressive and mess up code * dotnet format is included in net6 * lint some more * Bump cake and switch to dotnet build * Bump target for forms droid * Ensure Object is Java.Lang.Object * compound workload installs * Fix types with implicit usings in Forms project * Skip net6.0 for forms for now * Bump forms to latest * More ambiguous types due to implicit refs * Switch some projects to Xamarin.Legacy.Sdk * Revert building with dotnet build * Switch only to target net6.0 bits * Bye old samples * Bye forms
- Loading branch information
1 parent
4a710f6
commit f76f09f
Showing
741 changed files
with
472 additions
and
31,820 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
244 changes: 0 additions & 244 deletions
244
...ers/CodeAnalysis.Test/AddArgumentToShowViewModelWhenUsingGenericViewModelAnalyzerTests.cs
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.