DotNetPublishSettings.

PublishReadyToRun Property

Summary

Gets or sets a value indicating whether to compile your application assemblies as ReadyToRun (R2R) format.

Syntax

public bool? PublishReadyToRun { get; set; }

Remarks

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

Value

Type Description
bool?