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.
1 parent d996872 commit 4acdd6dCopy full SHA for 4acdd6d
samples/BlazorHybrid/BlazorHybrid.csproj
@@ -19,7 +19,7 @@
19
<IlcArg Include="--nometadatablocking" />
20
</ItemGroup>
21
22
- <ItemGroup Condition="$(PublishReadyToRun) == true">
+ <ItemGroup Condition="$(PublishReadyToRun) == true and $(PublishTrimmed) == true">
23
<TrimmerRootDescriptor Include="ILLink.Descriptors.xml" />
24
25
samples/BlazorHybrid/ILLink.Descriptors.xml
@@ -2,4 +2,10 @@
2
<assembly fullname="System.Private.CoreLib">
3
<type fullname="System.StubHelpers.InterfaceMarshaler" />
4
</assembly>
5
+ <assembly fullname="WinFormsComInterop">
6
+ <type fullname="WinFormsComInterop.WebView2.ICoreWebView2Wrapper" />
7
+ </assembly>
8
+ <assembly fullname="BlazorHybrid">
9
+ <type fullname="BlazorHybrid.Counter" />
10
11
</linker>
0 commit comments