Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

build(deps): bump the all group with 3 updates #22

Merged
merged 1 commit into from
Mar 11, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/libs/H.Firewall/H.Firewall.csproj
Original file line number Diff line number Diff line change
@@ -13,7 +13,7 @@

<ItemGroup>
<PackageReference Include="System.ValueTuple" Version="4.5.0" />
<PackageReference Include="IPNetwork2" Version="3.0.643" />
<PackageReference Include="IPNetwork2" Version="3.0.667" />
<PackageReference Include="PolySharp" Version="1.14.1">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
2 changes: 1 addition & 1 deletion src/libs/H.IpHlpApi/H.IpHlpApi.csproj
Original file line number Diff line number Diff line change
@@ -23,7 +23,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="IPNetwork2" Version="3.0.643" />
<PackageReference Include="IPNetwork2" Version="3.0.667" />
<PackageReference Include="System.ValueTuple" Version="4.5.0" />
</ItemGroup>

Original file line number Diff line number Diff line change
@@ -14,8 +14,8 @@
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.9.0" />
<PackageReference Include="MSTest.TestAdapter" Version="3.2.0" />
<PackageReference Include="MSTest.TestFramework" Version="3.2.0" />
<PackageReference Include="MSTest.TestAdapter" Version="3.2.2" />
<PackageReference Include="MSTest.TestFramework" Version="3.2.2" />
<PackageReference Include="FluentAssertions" Version="6.12.0" />
</ItemGroup>

Original file line number Diff line number Diff line change
@@ -14,8 +14,8 @@
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.9.0" />
<PackageReference Include="MSTest.TestAdapter" Version="3.2.0" />
<PackageReference Include="MSTest.TestFramework" Version="3.2.0" />
<PackageReference Include="MSTest.TestAdapter" Version="3.2.2" />
<PackageReference Include="MSTest.TestFramework" Version="3.2.2" />
<PackageReference Include="FluentAssertions" Version="6.12.0" />
</ItemGroup>

Original file line number Diff line number Diff line change
@@ -14,8 +14,8 @@
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.9.0" />
<PackageReference Include="MSTest.TestAdapter" Version="3.2.0" />
<PackageReference Include="MSTest.TestFramework" Version="3.2.0" />
<PackageReference Include="MSTest.TestAdapter" Version="3.2.2" />
<PackageReference Include="MSTest.TestFramework" Version="3.2.2" />
<PackageReference Include="FluentAssertions" Version="6.12.0" />
</ItemGroup>

Original file line number Diff line number Diff line change
@@ -14,8 +14,8 @@
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.9.0" />
<PackageReference Include="MSTest.TestAdapter" Version="3.2.0" />
<PackageReference Include="MSTest.TestFramework" Version="3.2.0" />
<PackageReference Include="MSTest.TestAdapter" Version="3.2.2" />
<PackageReference Include="MSTest.TestFramework" Version="3.2.2" />
<PackageReference Include="FluentAssertions" Version="6.12.0" />
</ItemGroup>


Unchanged files with check annotations Beta

}
public static void AddRoute(
IPNetwork network,

Check failure on line 36 in src/libs/H.IpHlpApi/NetworkMethods.cs

GitHub Actions / Build abd test / Build, test and publish

The type or namespace name 'IPNetwork' could not be found (are you missing a using directive or an assembly reference?)

Check failure on line 36 in src/libs/H.IpHlpApi/NetworkMethods.cs

GitHub Actions / Build abd test / Build, test and publish

The type or namespace name 'IPNetwork' could not be found (are you missing a using directive or an assembly reference?)

Check failure on line 36 in src/libs/H.IpHlpApi/NetworkMethods.cs

GitHub Actions / Build abd test / Build, test and publish

The type or namespace name 'IPNetwork' could not be found (are you missing a using directive or an assembly reference?)

Check failure on line 36 in src/libs/H.IpHlpApi/NetworkMethods.cs

GitHub Actions / Build abd test / Build, test and publish

The type or namespace name 'IPNetwork' could not be found (are you missing a using directive or an assembly reference?)
uint interfaceIndex,
ushort metric)
{
NativeMethods.MIB_IPFORWARD_TYPE.MIB_IPROUTE_TYPE_DIRECT);
}
public static void DeleteRoute(IPNetwork network, uint interfaceIndex)

Check failure on line 49 in src/libs/H.IpHlpApi/NetworkMethods.cs

GitHub Actions / Build abd test / Build, test and publish

The type or namespace name 'IPNetwork' could not be found (are you missing a using directive or an assembly reference?)

Check failure on line 49 in src/libs/H.IpHlpApi/NetworkMethods.cs

GitHub Actions / Build abd test / Build, test and publish

The type or namespace name 'IPNetwork' could not be found (are you missing a using directive or an assembly reference?)

Check failure on line 49 in src/libs/H.IpHlpApi/NetworkMethods.cs

GitHub Actions / Build abd test / Build, test and publish

The type or namespace name 'IPNetwork' could not be found (are you missing a using directive or an assembly reference?)

Check failure on line 49 in src/libs/H.IpHlpApi/NetworkMethods.cs

GitHub Actions / Build abd test / Build, test and publish

The type or namespace name 'IPNetwork' could not be found (are you missing a using directive or an assembly reference?)
{
NativeMethods.DeleteRoute(
network.Value,
public string Path { get; set; } = string.Empty;
public Uri Uri { get; set; } = new("http://localhost/");
public IReadOnlyCollection<IPAddress> Addresses { get; set; } = Array.Empty<IPAddress>();
public IPNetwork Network { get; set; } = IPNetwork.IANA_ABLK_RESERVED1;

Check failure on line 16 in src/libs/H.Firewall/Fluent/Condition.cs

GitHub Actions / Build abd test / Build, test and publish

The type or namespace name 'IPNetwork' could not be found (are you missing a using directive or an assembly reference?)
public ulong InterfaceIndex { get; set; }
public ushort Port { get; set; }
}
/// Blocks/allows all connections to specified local sub network.
/// </summary>
/// <returns></returns>
public FirewallBuilder LocalSubNetwork(params IPNetwork[] networks)

Check failure on line 331 in src/libs/H.Firewall/Fluent/FirewallBuilder.cs

GitHub Actions / Build abd test / Build, test and publish

The type or namespace name 'IPNetwork' could not be found (are you missing a using directive or an assembly reference?)
{
networks = networks ?? throw new ArgumentNullException(nameof(networks));