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 9287da4 commit 1cd0f4bCopy full SHA for 1cd0f4b
components/Helpers/src/CommunityToolkit.WinUI.Helpers.csproj
@@ -30,7 +30,4 @@
30
31
<!-- Sets this up as a toolkit component's source project -->
32
<Import Project="$(ToolingDirectory)\ToolkitComponent.SourceProject.props" />
33
- <ItemGroup>
34
- <None Remove="NativeMethods.json" />
35
- </ItemGroup>
36
</Project>
components/Helpers/src/NativeMethods.json
@@ -1,3 +1,9 @@
1
{
2
- "allowMarshaling": false
+ "$schema": "https://aka.ms/CsWin32.schema.json",
3
+ "allowMarshaling": false,
4
+ "comInterop": {
5
+ "preserveSigMethods": [
6
+ "*"
7
+ ]
8
+ }
9
}
0 commit comments