Skip to main content

enableimplicitusings

Specifies if C# implicit usings should be enabled. Defaults to Off.

enableimplicitusings ("value")

Parameters

value is one of:

ValueDescription
DefaultDon't include property for implicit usings
OnEnable C# implicit usings.
OffDisable C# implicit usings.

Applies To

Project configurations.

Availability

Premake 5.0.0 or later for Visual Studio C# Projects.

Examples

enableimplicitusings "On"