From fc08ed7cb8effe39e5501ab58a60a07f509146a3 Mon Sep 17 00:00:00 2001 From: Aptivi Date: Tue, 10 Sep 2024 12:57:34 +0300 Subject: [PATCH] imp - Cause FTBFS when compiler versions conflict --- To avoid obscure errors, we need to FTBFS early when we encounter CS9057. --- Type: imp Breaking: False Doc Required: False Backport Required: False Part: 1/1 --- Directory.Build.props | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Directory.Build.props b/Directory.Build.props index c88fdc8..15f6652 100644 --- a/Directory.Build.props +++ b/Directory.Build.props @@ -8,7 +8,7 @@ portable True enable - CS8002,nullable + CS9057,CS8002,nullable $(MSBuildThisFileDirectory) $(RootPath)\aptivi_snk.snk