DotNetPublishSettings.

IncludeAllContentForSelfExtract Property

Summary

Gets or sets a value indicating whether to bundle all content when publishing a platform-specific single-file executable. This will extract all files before running the executable and preserves the original .NET Core single-file deployment behavior.

Syntax

public bool? IncludeAllContentForSelfExtract { get; set; }

Remarks

Requires .NET 5 or newer.

Value

Type Description
bool?