diff --git a/src/thirtytwo/thirtytwo.csproj b/src/thirtytwo/thirtytwo.csproj index 7e7a4db..dc4f864 100644 --- a/src/thirtytwo/thirtytwo.csproj +++ b/src/thirtytwo/thirtytwo.csproj @@ -7,7 +7,7 @@ - + all runtime; build; native; contentfiles; analyzers; buildtransitive diff --git a/src/thirtytwo_tests/Win32/System/Com/ComScopeTests.cs b/src/thirtytwo_tests/Win32/System/Com/ComScopeTests.cs index 9ac0ed9..9af2d9e 100644 --- a/src/thirtytwo_tests/Win32/System/Com/ComScopeTests.cs +++ b/src/thirtytwo_tests/Win32/System/Com/ComScopeTests.cs @@ -24,7 +24,11 @@ public class TestObject : ITestObject.Interface, IManagedWrapper public readonly unsafe struct ITestObject : IComIID, IVTable { +#pragma warning disable IDE0051 // Remove unused private members +#pragma warning disable CS0169 // The field 'ComScopeTests.ITestObject._vtbl' is never used private readonly void** _vtbl; +#pragma warning restore CS0169 +#pragma warning restore IDE0051 public struct Vtbl {