Skip to content

Commit c68aca7

Browse files
committed
Updated tests for iphlpapi
1 parent 27ab71a commit c68aca7

File tree

3 files changed

+958
-390
lines changed

3 files changed

+958
-390
lines changed

UnitTests/PInvoke/IpHlpApi/IpHlpApi.csproj

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@
2121
<DefineConstants>DEBUG;TRACE</DefineConstants>
2222
<ErrorReport>prompt</ErrorReport>
2323
<WarningLevel>4</WarningLevel>
24+
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
2425
</PropertyGroup>
2526
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
2627
<DebugType>pdbonly</DebugType>
@@ -29,12 +30,14 @@
2930
<DefineConstants>TRACE</DefineConstants>
3031
<ErrorReport>prompt</ErrorReport>
3132
<WarningLevel>4</WarningLevel>
33+
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
3234
</PropertyGroup>
3335
<ItemGroup>
3436
<Reference Include="System" />
3537
</ItemGroup>
3638
<ItemGroup>
3739
<Compile Include="IpHlpApiTests.cs" />
40+
<Compile Include="NetIOApiTests.cs" />
3841
</ItemGroup>
3942
<ItemGroup>
4043
<PackageReference Include="NUnit">

0 commit comments

Comments
 (0)