From 5ad5f29d5e3009396c92047220255f36b33eddcf Mon Sep 17 00:00:00 2001 From: Santiago Fernandez Madero Date: Tue, 25 Jun 2019 20:19:28 -0700 Subject: [PATCH] Tell the compiler to emit nullable attributes for public API only (#25398) --- Directory.Build.props | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Directory.Build.props b/Directory.Build.props index 917b9a8..a8222e9 100644 --- a/Directory.Build.props +++ b/Directory.Build.props @@ -14,6 +14,6 @@ - strict + strict;nullablePublicOnly -- 2.7.4