File tree Expand file tree Collapse file tree 3 files changed +958
-390
lines changed
UnitTests/PInvoke/IpHlpApi Expand file tree Collapse file tree 3 files changed +958
-390
lines changed Original file line number Diff line number Diff line change 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 >
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" >
You can’t perform that action at this time.
0 commit comments