1
0
mirror of https://github.com/Sonarr/Sonarr.git synced 2024-11-22 02:32:51 +01:00

Updated Dotnet/Mono version health check descriptions

Taloth 2019-08-24 13:52:12 +02:00
parent e4c7d97b29
commit f5f1f38cfc

@ -3,10 +3,34 @@ These health checks are periodically performed performed by Sonarr and on certai
### System warnings ###
#### Mono version is less than 3.10, upgrade for improved stability ####
#### Currently installed .Net Framework is old and unsupported ####
Sonarr is written in .Net and requires Mono to run. Versions of 3.10 and above resolved various stability issues we experienced in the past and is considered the minimum supported version.
Mono version 4.x and higher are also available and provides a better experience on certain platforms.
Sonarr uses the .Net Framework. We need to build Sonarr against the lowest supported version still used by our users.
Occasionally we increase the version we build against to be able to utilize new features.
Apparently you haven't applied the appropriate Windows updates in a while and need to upgrade .Net to be able to use newer versions of Sonarr.
Upgrading the .Net Framework is very straightforward on Windows, although it often requires a restart. Please follow the instructions here: https://dotnet.microsoft.com/download/dotnet-framework.
#### Currently installed .Net Framework is supported but we recommend upgrading ####
Sonarr uses the .Net Framework. We need to build Sonarr against the lowest supported version still used by our users.
Upgrading to newer versions allows us to build against newer versions and use new Framework features.
Upgrading the .Net Framework is very straightforward on Windows, although it often requires a restart. Please follow the instructions here: https://dotnet.microsoft.com/download/dotnet-framework.
#### Currently installed mono version is old and unsupported ###
Sonarr is written in .Net and requires Mono to run. Various versions of Sonarr have different minimum versions of Mono to operate correctly. The ideal version of Mono varies per platform.
Mono 5.4 is the absolute minimum for Sonarr v3 but Mono 5.20 is currently recommended.
The upgrade procedure for Mono varies per platform.
#### Currently installed mono version is supported but we recommend upgrading ###
Sonarr uses the .Net Framework which Mono implements for your system. We need to build Sonarr against the lowest supported version still used by our users.
Upgrading to newer versions allows us to build against newer versions and use new Framework features.
The upgrade procedure for Mono varies per platform.
#### New update is available ####