Skip to content

Commit f6c5d80

Browse files
committed
add #nullable to bazel
1 parent 52bb736 commit f6c5d80

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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

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

0 commit comments

Comments
 (0)