DotNetPublishSettings.

PublishReadyToRunShowWarnings Property

Summary

Gets or sets a value indicating whether to show warnings emitted by ReadyToRun (R2R) compilation.

Syntax

public bool? PublishReadyToRunShowWarnings { get; set; }

Remarks

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

Value

Type Description
bool?