Skip to content

Commit 6effb8f

Browse files
Enable ControlFlowGuard in cdacreader (#104009)
Official builds are broken because of `BinSkim Error BA2008 - File: artifacts/bin/cdacreader/Release/net9.0/win-x64/native/cdacreader.dll.`
1 parent d659dab commit 6effb8f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/native/managed/native-library.props

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
-->
88
<StripSymbols>false</StripSymbols>
99
<SuppressGenerateILCompilerExplicitPackageReferenceWarning>true</SuppressGenerateILCompilerExplicitPackageReferenceWarning>
10+
<ControlFlowGuard>Guard</ControlFlowGuard>
1011
</PropertyGroup>
1112

1213
<!-- set the shared library name. this helps the native linker correctly reference this shared

0 commit comments

Comments
 (0)