Force enable hosted generation when running under Linux.

This commit is contained in:
Jérôme Laban 2018-11-01 09:57:00 -04:00
Родитель 46d9020a50
Коммит 008d752a6f
1 изменённых файлов: 1 добавлений и 0 удалений

Просмотреть файл

@ -244,6 +244,7 @@ namespace Uno.SourceGeneratorTasks
public bool NeedsGenerationHost
=> (bool.TryParse(UseGenerationHost, out var result) && result)
|| (RuntimeHelpers.IsMono && IsMonoMSBuildCompatible)
|| RuntimeInformation.IsOSPlatform(OSPlatform.Linux)
|| RuntimeHelpers.IsNetCore;
public bool IsMonoMSBuildCompatible =>