Skip to content

Commit 350a872

Browse files
Clean up (#57)
Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 90b5b0f commit 350a872

File tree

4 files changed

+2
-14
lines changed

4 files changed

+2
-14
lines changed

src/Directory.Packages.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<PackageVersion Include="KubernetesClient" Version="16.0.2" />
88
<PackageVersion Include="Microsoft.AspNetCore.Http.Abstractions" Version="2.3.0" />
99
<PackageVersion Include="Microsoft.Extensions.Hosting" Version="8.0.0" />
10-
<PackageVersion Include="Microsoft.Extensions.Hosting.Abstractions" Version="8.0.1" />
10+
<PackageVersion Include="Microsoft.Extensions.Hosting.Abstractions" Version="9.0.3" />
1111
<PackageVersion Include="System.Text.Json" Version="8.0.5" />
1212
<PackageVersion Include="SonarAnalyzer.CSharp" Version="10.7.0.110445" />
1313
</ItemGroup>

test/K8sOperator.NET.Tests/ControllerTests.cs

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,4 @@
1-
using FluentAssertions;
2-
3-
namespace K8sOperator.NET.Tests;
1+
namespace K8sOperator.NET.Tests;
42

53
public class ControllerTests
64
{

test/K8sOperator.NET.Tests/EntityScope.cs

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,7 @@
11
using k8s;
22
using K8sOperator.NET.Extensions;
3-
using K8sOperator.NET.Metadata;
43
using Microsoft.Extensions.DependencyInjection;
54
using Microsoft.Extensions.DependencyInjection.Extensions;
6-
using System;
7-
using System.Collections.Generic;
8-
using System.Linq;
9-
using System.Text;
10-
using System.Threading.Tasks;
115

126
namespace K8sOperator.NET.Tests;
137
public class EntityScope_Tests

test/K8sOperator.NET.Tests/Mocks/MockKubeApiServer.cs

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,10 @@
11
using K8sOperator.NET.Tests.Logging;
22
using Microsoft.AspNetCore.Hosting;
3-
using Microsoft.AspNetCore.TestHost;
43
using Microsoft.Extensions.DependencyInjection;
54
using Microsoft.Extensions.Logging;
65
using Xunit.Abstractions;
76
using Microsoft.AspNetCore.Builder;
87
using k8s;
9-
using k8s.Models;
10-
using System.Text.Json;
11-
using Microsoft.AspNetCore.Http;
128
using Microsoft.AspNetCore.Routing;
139
using System.Net;
1410
using Microsoft.AspNetCore;

0 commit comments

Comments
 (0)