Open sandboxFocus

Property NullabilityDisabled

NullabilityDisabled

Gets or sets a value indicating whether C# nullability is disabled for the compilation. To enable this option in a test, add this comment to your test file: // @NullabilityDisabled.

Declaration
public bool? NullabilityDisabled { get; set; }
Property Value
Type Description
bool?