DotNetMSBuildSettingsExtensions.

SuppressVersionRecommendedFormatWarning(DotNetMSBuildSettings) Method

Summary

Suppress warning CS7035. This is useful when using semantic versioning and either the file or informational version doesn't match the recommended format. The recommended format is: major.minor.build.revision where each is an integer between 0 and 65534 (inclusive).

Syntax

public static DotNetMSBuildSettings SuppressVersionRecommendedFormatWarning(this DotNetMSBuildSettings settings)

Parameters

Name Type Description
settings DotNetMSBuildSettings The settings.

Return Value

Type Description
DotNetMSBuildSettings The same DotNetMSBuildSettings instance so that multiple calls can be chained.