Headless Server Software/Migration: Difference between revisions

From Resonite Wiki
m move note to top
mark page as outdated
 
(3 intermediate revisions by the same user not shown)
Line 1: Line 1:
{{ note | This page is about an upcoming feature | warning }}
This page explains how to migrate the headless from Mono to .NET 8.
This page explains how to migrate the headless from Mono to .NET 8.


No configuration changes are needed.
No configuration changes are needed.
{{note|This guide is now outdated as the transition to .NET 8 happened more than three months ago.|warning}}


== Baremetal ==
== Baremetal ==

Latest revision as of 19:55, 19 November 2024

This page explains how to migrate the headless from Mono to .NET 8.

No configuration changes are needed.

This guide is now outdated as the transition to .NET 8 happened more than three months ago.

Baremetal

Before anything, make sure the .NET 8 runtime is installed.

You can then either start the headless by double-clicking on Resonite.exe (Windows only) or using the command dotnet Resonite.dll. This applies to scripts as well that needs to be modified.

Docker

You will need to switch to a .NET 8 base image, for instance mcr.microsoft.com/dotnet/runtime:8.0.

Then modify your CMD instruction to execute dotnet Resonite.dll.