Currently I can set ServerGarbageCollection by project file options as below. <PropertyGroup> <ServerGarbageCollection>true</ServerGarbageCollection> <ConcurrentGarbageCollection>true</ConcurrentGarbageCollection> </PropertyGroup> Is it ok to support GCCpuGroup and Thread_UseAllCpuGroups too?
Currently I can set ServerGarbageCollection by project file options as below.
true trueIs it ok to support GCCpuGroup and Thread_UseAllCpuGroups too?