Skip to content
Merged
Show file tree
Hide file tree
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/Directory.Packages.props
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<PackageVersion Include="KubernetesClient" Version="16.0.2" />
<PackageVersion Include="Microsoft.AspNetCore.Http.Abstractions" Version="2.3.0" />
<PackageVersion Include="Microsoft.Extensions.Hosting" Version="8.0.0" />
<PackageVersion Include="Microsoft.Extensions.Hosting.Abstractions" Version="8.0.1" />
<PackageVersion Include="Microsoft.Extensions.Hosting.Abstractions" Version="9.0.3" />
<PackageVersion Include="System.Text.Json" Version="8.0.5" />
<PackageVersion Include="SonarAnalyzer.CSharp" Version="10.7.0.110445" />
</ItemGroup>
Expand Down
4 changes: 1 addition & 3 deletions test/K8sOperator.NET.Tests/ControllerTests.cs
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
using FluentAssertions;

namespace K8sOperator.NET.Tests;
namespace K8sOperator.NET.Tests;

public class ControllerTests
{
Expand Down
6 changes: 0 additions & 6 deletions test/K8sOperator.NET.Tests/EntityScope.cs
Original file line number Diff line number Diff line change
@@ -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
Expand Down
4 changes: 0 additions & 4 deletions test/K8sOperator.NET.Tests/Mocks/MockKubeApiServer.cs
Original file line number Diff line number Diff line change
@@ -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;
Expand Down
Loading