Runtime upgrade to .NET Core 2.1 (#804)

* Initial bump to .NET Core 2.1

* Add workaround for https://github.com/mono/linker/issues/286

* Deprecate BackgroundGCPeriod

* Websockets updates

* Misc

* Check if travis works with 2.1

* Not yet

* Fix travis for now

* Test

* Whatever, travis is broken right now

* Schema update

* Update travis

* Test travis

* Check OSX

* Correct CI versions

* Misc

* Misc
This commit is contained in:
Łukasz Domeradzki
2018-06-04 00:17:13 +02:00
committed by GitHub
parent 5a024a2d6f
commit 9a30277cf8
14 changed files with 550 additions and 48 deletions

View File

@@ -250,6 +250,7 @@ namespace ArchiSteamFarm {
}
if (GlobalConfig.BackgroundGCPeriod > 0) {
ASF.ArchiLogger.LogGenericWarning(string.Format(Strings.WarningDeprecated, nameof(GlobalConfig.BackgroundGCPeriod), "COMPlus_GCLatencyLevel=0"));
Hacks.EnableBackgroundGC(GlobalConfig.BackgroundGCPeriod);
}