Force enable hosted generation when running under Linux.
This commit is contained in:
Родитель
46d9020a50
Коммит
008d752a6f
|
@ -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 =>
|
||||
|
|
Загрузка…
Ссылка в новой задаче