From e47789bd1ce1d5deb6799af31069549003fd97d8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michal=20Strehovsk=C3=BD?= Date: Wed, 26 Jun 2024 07:34:17 +0200 Subject: [PATCH] Enable ControlFlowGuard in cdacreader Official builds are on the floor because of `BinSkim Error BA2008 - File: artifacts/bin/cdacreader/Release/net9.0/win-x64/native/cdacreader.dll.` --- src/native/managed/native-library.props | 1 + 1 file changed, 1 insertion(+) diff --git a/src/native/managed/native-library.props b/src/native/managed/native-library.props index 7acadfa32d4247..41dae2155f509b 100644 --- a/src/native/managed/native-library.props +++ b/src/native/managed/native-library.props @@ -7,6 +7,7 @@ --> false true + Guard