Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

.NET 6.0 and Visual Studio 2022 port (beta-3.0) #424

Merged
merged 4 commits into from
Oct 8, 2022

Conversation

mortend
Copy link
Member

@mortend mortend commented Sep 18, 2022

🚀 This PR starts the new beta-3.0 branch

.NET 6.0 and Visual Studio 2022 port

  • Update .NET projects, solutions and assemblies

  • Update (most) obsolete code, scripts, and other changes necessary to
    make assemblies produced by the 'new' CIL backend usable again

  • Update uno-base-vc143-static-x64 for Visual Studio 2022

  • Update tests due to minor changes in .NET 6.0

  • Remove all traces of Mono and .NET Framework </3

Known issues

  • Xamarin.Mac doesn't work on .NET 6.0

  • More warnings related to System.Drawing and HttpClient remain

  • Uno.Disasm doesn't compile on .NET 6.0 (missing dependencies)

This will require more work to address. Patches welcome :)

Reimport IKVM.Reflection from ikvm-revived

This reimports IKVM.Reflection from ikvm-revived, a maintained fork
that seems like a nice starting point for .NET 6.0 compatibility.

Ignore failing tests

This ignores tests that started failing after porting to .NET 6.0.

Updating or fixing the tests will require more investigation.

Also use the generic app loader on macOS so we can run tests, because
Xamarin.Mac crashes on startup after the .NET 6.0 port.

Update build instructions

Visual Studio 2022 is recommended for .NET 6.0 and C# 10 development.

@mortend mortend marked this pull request as draft September 18, 2022 06:23
@mortend mortend force-pushed the net6 branch 16 times, most recently from 57e6e9f to 3596655 Compare September 23, 2022 13:35
@mortend mortend force-pushed the net6 branch 4 times, most recently from 1dcbd0b to 4f513a1 Compare September 29, 2022 14:12
@mortend mortend changed the title .NET 6.0 port (WIP) .NET 6.0 and Visual Studio 2022 port Sep 29, 2022
@mortend mortend changed the base branch from master to beta-3.0 October 8, 2022 15:59
@mortend mortend changed the title .NET 6.0 and Visual Studio 2022 port .NET 6.0 and Visual Studio 2022 port (beta-3.0) Oct 8, 2022
This reimports IKVM.Reflection from [ikvm-revived], a maintained fork
that seems like a nice starting point for .NET 6.0 compatibility.

[ikvm-revived]: https://github.com/ikvm-revived/ikvm/tree/9429bc3b697e1b0b2adb6b29e91870ab22f96999/src/IKVM.Reflection
* Update .NET projects, solutions and assemblies

* Update (most) obsolete code, scripts, and other changes necessary to
  make assemblies produced by the 'new' CIL backend usable again

* Update uno-base-vc143-static-x64 for Visual Studio 2022

* Update tests due to minor changes in .NET 6.0

* Remove all traces of Mono and .NET Framework </3

Known issues:

* Xamarin.Mac doesn't work on .NET 6.0

* More warnings related to System.Drawing and HttpClient remain

* Uno.Disasm doesn't compile on .NET 6.0 (missing dependencies)

This will require more work to address. Patches welcome :)
This ignores tests that started failing after porting to .NET 6.0.

Updating or fixing the tests will require more investigation.

Also use the generic app loader on macOS so we can run tests, because
Xamarin.Mac crashes on startup after the .NET 6.0 port.
Visual Studio 2022 is recommended for .NET 6.0 and C# 10 development.
@mortend mortend marked this pull request as ready for review October 8, 2022 16:10
@mortend mortend merged commit b8270d2 into fuse-open:beta-3.0 Oct 8, 2022
@mortend mortend deleted the net6 branch October 8, 2022 16:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant