We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
nullable
1 parent 3e5f2b4 commit e53d1eaCopy full SHA for e53d1ea
dotnet/src/support/BUILD.bazel
@@ -36,7 +36,7 @@ csharp_library(
36
]) + [":assembly-info"],
37
out = "WebDriver.Support",
38
langversion = "12.0",
39
- nullability = "annotations",
+ nullable = "annotations",
40
target_frameworks = [
41
"netstandard2.0",
42
],
@@ -77,7 +77,7 @@ csharp_library(
77
out = "WebDriver.Support.StrongNamed",
78
keyfile = "//dotnet:WebDriver.snk",
79
80
81
82
83
0 commit comments