Skip to content

Commit

Permalink
Enable ControlFlowGuard in cdacreader (#104009)
Browse files Browse the repository at this point in the history
Official builds are broken because of `BinSkim Error BA2008 - File: artifacts/bin/cdacreader/Release/net9.0/win-x64/native/cdacreader.dll.`
  • Loading branch information
MichalStrehovsky committed Jun 26, 2024
1 parent d659dab commit 6effb8f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/native/managed/native-library.props
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
-->
<StripSymbols>false</StripSymbols>
<SuppressGenerateILCompilerExplicitPackageReferenceWarning>true</SuppressGenerateILCompilerExplicitPackageReferenceWarning>
<ControlFlowGuard>Guard</ControlFlowGuard>
</PropertyGroup>

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

0 comments on commit 6effb8f

Please sign in to comment.