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 f3dadd3 + 837e83d commit 94fc064Copy full SHA for 94fc064
src/EditorFeatures/Core.Wpf/Microsoft.CodeAnalysis.EditorFeatures.Wpf.csproj
@@ -7,7 +7,9 @@
7
<TargetFramework>net472</TargetFramework>
8
<UseWpf>true</UseWpf>
9
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
10
- <ApplyNgenOptimization>full</ApplyNgenOptimization>
+ <!--Temporarily bypass ibcmerge due to an error
11
+ https://github.com/dotnet/roslyn/issues/57863 -->
12
+ <ApplyNgenOptimization></ApplyNgenOptimization>
13
14
<!-- NuGet -->
15
<IsPackable>true</IsPackable>
@@ -73,4 +75,4 @@
73
75
<ItemGroup>
74
76
<EmbeddedResource Update="EditorFeaturesWpfResources.resx" GenerateSource="true" />
77
</ItemGroup>
-</Project>
78
+</Project>
0 commit comments