DotNetPublishSettings.

TieredCompilationQuickJit Property

Summary

Gets or sets a value as to whether tiered compilation quick JIT is enabled.

Syntax

public bool? TieredCompilationQuickJit { get; set; }

Remarks

Requires .NET Core 3.x or newer. Tiered compilation is enabled by default in .NET Core 3.

Code generated by Quick JIT may run slower, allocate more memory, or use more stack space.

Value

Type Description
bool?