Upgrade to .NET 7 / API8 #1042
goaaats
announced in
Announcements
Replies: 2 comments
-
Switched to net7 few hours ago. It works like a charm. No chrashes, no errors, all my ~40 plugins works fine without problem. |
Beta Was this translation helpful? Give feedback.
0 replies
-
ClientStructs should be .net7 too around tomorrow, barring some major setback. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
The .NET 7 branch is now available for testing. You can switch to it with the branch switcher in the dev menu or with kind
net7
and keytangerine
.Changes
Please see the list of breaking changes in the runtime, most of which will likely not affect you: https://learn.microsoft.com/en-us/dotnet/core/compatibility/7.0
Dalamud Changes
No other major API changes, but we are planning some bigger stuff for the next cycle.
Release timeline
We will bump for Patch 6.3 on 09/01.
Plugin upgrade path
If you want to upgrade your plugins, please follow these steps:
DIP17 builds are already done with the .NET7 SDK and pick the correct runtime.
Reporting issues
Please leave a comment here if you encounter any issues.
Beta Was this translation helpful? Give feedback.
All reactions