Skip to content

Commit cfcf372

Browse files
[dotnet] Finish nullability annotations on Support package (#15089)
1 parent 83d5265 commit cfcf372

File tree

6 files changed

+206
-244
lines changed

6 files changed

+206
-244
lines changed

dotnet/src/support/BUILD.bazel

+2-2
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ csharp_library(
3636
]) + [":assembly-info"],
3737
out = "WebDriver.Support",
3838
langversion = "12.0",
39-
nullable = "annotations",
39+
nullable = "enable",
4040
target_frameworks = [
4141
"netstandard2.0",
4242
],
@@ -77,7 +77,7 @@ csharp_library(
7777
out = "WebDriver.Support.StrongNamed",
7878
keyfile = "//dotnet:WebDriver.snk",
7979
langversion = "12.0",
80-
nullable = "annotations",
80+
nullable = "enable",
8181
target_frameworks = [
8282
"netstandard2.0",
8383
],

0 commit comments

Comments
 (0)