DotNetPublishSettings.

PublishTrimmed Property

Summary

Gets or sets a value indicating whether to reduce the size of apps by analyzing IL and trimming unused assemblies.

Syntax

public bool? PublishTrimmed { get; set; }

Remarks

Requires .NET Core 3.x or newer.

Value

Type Description
bool?