Skip to content

Commit bb7caa4

Browse files
author
dahall
committed
Consolidated Vanara.PInvoke.Shared unit tests into those for Vanara.Core and removed Shared's unit test project
1 parent cc1017c commit bb7caa4

19 files changed

+3
-33
lines changed
File renamed without changes.

UnitTests/Core/Core.csproj

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,12 @@
77
<ItemGroup>
88
<None Include="InteropServices\StructMarshalerTests.cs" />
99
<None Include="Marshaler\TestStructures.cs" />
10+
<None Include="SampleAttributeTestCode.cs" />
1011
</ItemGroup>
1112
<ItemGroup>
1213
<Compile Remove="InteropServices\StructMarshalerTests.cs" />
1314
<Compile Remove="Marshaler\TestStructures.cs" />
15+
<Compile Remove="SampleAttributeTestCode.cs" />
1416
</ItemGroup>
1517
<ItemGroup>
1618
<PackageReference Include="AutoFixture" />

UnitTests/PInvoke/Shared/InteropServices/AnysizeStructTests.cs renamed to UnitTests/Core/InteropServices/AnysizeStructTests.cs

File renamed without changes.

UnitTests/PInvoke/Shared/InteropServices/CoTaskMemStringMarshalerTests.cs renamed to UnitTests/Core/InteropServices/CoTaskMemStringMarshalerTests.cs

File renamed without changes.

UnitTests/PInvoke/Shared/InteropServices/SafeNativeArrayTests.cs renamed to UnitTests/Core/InteropServices/SafeNativeArrayTests.cs

File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)