Skip to content

Commit 999eb78

Browse files
committed
Enable nullability in devtools generator in bazel build.
1 parent 39ca409 commit 999eb78

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

third_party/dotnet/devtools/src/generator/BUILD.bazel

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ load("//dotnet:defs.bzl", "csharp_binary", "framework")
33
csharp_binary(
44
name = "generator",
55
srcs = glob(["**/*.cs"]),
6-
nullable = "annotations",
6+
nullable = "enable",
77
# Used as a tool in our build, so just target one framework
88
target_frameworks = ["net8.0"],
99
visibility = [

0 commit comments

Comments
 (0)