We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 111eeb6 + 5bdd8bb commit 90a81d7Copy full SHA for 90a81d7
Directory.Build.props
@@ -35,7 +35,8 @@
35
Don't use it explicitly when building with plain .NET (without Proto or Arcade).
36
-->
37
<OtherFlags Condition="'$(Configuration)' != 'Proto' and '$(TestingLegacyInternalSignature)' != 'true'">$(OtherFlags) --realsig-</OtherFlags>
38
- <OtherFlags Condition="'$(Configuration)' != 'Proto' and '$(TestingLegacyInternalSignature)' == 'true'">$(OtherFlags) --realsig+</OtherFlags>
+ <!-- TBD: Fix MEF Export visibility issues in VS -->
39
+ <OtherFlags Condition="'$(Configuration)' != 'Proto' and '$(TestingLegacyInternalSignature)' == 'true'">$(OtherFlags) --realsig-</OtherFlags>
40
41
</PropertyGroup>
42
0 commit comments