From 368107ea877f518c3b9121f1caa3a21d5ad7d9f3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 2 Apr 2025 11:21:27 +0000 Subject: [PATCH 1/3] Bump Microsoft.AspNetCore.TestHost from 8.0.8 to 8.0.14 Bumps [Microsoft.AspNetCore.TestHost](https://github.com/dotnet/aspnetcore) from 8.0.8 to 8.0.14. - [Release notes](https://github.com/dotnet/aspnetcore/releases) - [Changelog](https://github.com/dotnet/aspnetcore/blob/main/docs/ReleasePlanning.md) - [Commits](https://github.com/dotnet/aspnetcore/compare/v8.0.8...v8.0.14) --- updated-dependencies: - dependency-name: Microsoft.AspNetCore.TestHost dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- test/Directory.Packages.props | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/Directory.Packages.props b/test/Directory.Packages.props index 6fca3d4..f92bd06 100644 --- a/test/Directory.Packages.props +++ b/test/Directory.Packages.props @@ -8,7 +8,7 @@ - + From 67b68b6f0e7d3ae2d5b96df53b31ad551d728ffb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 2 Apr 2025 11:22:11 +0000 Subject: [PATCH 2/3] Bump Microsoft.Extensions.Hosting.Abstractions from 8.0.1 to 9.0.3 Bumps [Microsoft.Extensions.Hosting.Abstractions](https://github.com/dotnet/runtime) from 8.0.1 to 9.0.3. - [Release notes](https://github.com/dotnet/runtime/releases) - [Commits](https://github.com/dotnet/runtime/compare/v8.0.1...v9.0.3) --- updated-dependencies: - dependency-name: Microsoft.Extensions.Hosting.Abstractions dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- src/Directory.Packages.props | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Directory.Packages.props b/src/Directory.Packages.props index 4bbab19..60966b5 100644 --- a/src/Directory.Packages.props +++ b/src/Directory.Packages.props @@ -7,7 +7,7 @@ - + From 797be71df532ae623509765c0c8fa68b5bade6e8 Mon Sep 17 00:00:00 2001 From: Patrick Evers Date: Wed, 2 Apr 2025 13:26:24 +0200 Subject: [PATCH 3/3] Update --- test/K8sOperator.NET.Tests/ControllerTests.cs | 4 +--- test/K8sOperator.NET.Tests/EntityScope.cs | 6 ------ test/K8sOperator.NET.Tests/Mocks/MockKubeApiServer.cs | 4 ---- 3 files changed, 1 insertion(+), 13 deletions(-) diff --git a/test/K8sOperator.NET.Tests/ControllerTests.cs b/test/K8sOperator.NET.Tests/ControllerTests.cs index 5b7dbee..e37dc09 100644 --- a/test/K8sOperator.NET.Tests/ControllerTests.cs +++ b/test/K8sOperator.NET.Tests/ControllerTests.cs @@ -1,6 +1,4 @@ -using FluentAssertions; - -namespace K8sOperator.NET.Tests; +namespace K8sOperator.NET.Tests; public class ControllerTests { diff --git a/test/K8sOperator.NET.Tests/EntityScope.cs b/test/K8sOperator.NET.Tests/EntityScope.cs index b48047e..d4863cc 100644 --- a/test/K8sOperator.NET.Tests/EntityScope.cs +++ b/test/K8sOperator.NET.Tests/EntityScope.cs @@ -1,13 +1,7 @@ using k8s; using K8sOperator.NET.Extensions; -using K8sOperator.NET.Metadata; using Microsoft.Extensions.DependencyInjection; using Microsoft.Extensions.DependencyInjection.Extensions; -using System; -using System.Collections.Generic; -using System.Linq; -using System.Text; -using System.Threading.Tasks; namespace K8sOperator.NET.Tests; public class EntityScope_Tests diff --git a/test/K8sOperator.NET.Tests/Mocks/MockKubeApiServer.cs b/test/K8sOperator.NET.Tests/Mocks/MockKubeApiServer.cs index 3b75a26..65c4c76 100644 --- a/test/K8sOperator.NET.Tests/Mocks/MockKubeApiServer.cs +++ b/test/K8sOperator.NET.Tests/Mocks/MockKubeApiServer.cs @@ -1,14 +1,10 @@ using K8sOperator.NET.Tests.Logging; using Microsoft.AspNetCore.Hosting; -using Microsoft.AspNetCore.TestHost; using Microsoft.Extensions.DependencyInjection; using Microsoft.Extensions.Logging; using Xunit.Abstractions; using Microsoft.AspNetCore.Builder; using k8s; -using k8s.Models; -using System.Text.Json; -using Microsoft.AspNetCore.Http; using Microsoft.AspNetCore.Routing; using System.Net; using Microsoft.AspNetCore;