File tree Expand file tree Collapse file tree 4 files changed +2
-14
lines changed
test/K8sOperator.NET.Tests Expand file tree Collapse file tree 4 files changed +2
-14
lines changed Original file line number Diff line number Diff line change 7
7
<PackageVersion Include =" KubernetesClient" Version =" 16.0.2" />
8
8
<PackageVersion Include =" Microsoft.AspNetCore.Http.Abstractions" Version =" 2.3.0" />
9
9
<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 " />
11
11
<PackageVersion Include =" System.Text.Json" Version =" 8.0.5" />
12
12
<PackageVersion Include =" SonarAnalyzer.CSharp" Version =" 10.7.0.110445" />
13
13
</ItemGroup >
Original file line number Diff line number Diff line change 1
- using FluentAssertions ;
2
-
3
- namespace K8sOperator . NET . Tests ;
1
+ namespace K8sOperator . NET . Tests ;
4
2
5
3
public class ControllerTests
6
4
{
Original file line number Diff line number Diff line change 1
1
using k8s ;
2
2
using K8sOperator . NET . Extensions ;
3
- using K8sOperator . NET . Metadata ;
4
3
using Microsoft . Extensions . DependencyInjection ;
5
4
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 ;
11
5
12
6
namespace K8sOperator . NET . Tests ;
13
7
public class EntityScope_Tests
Original file line number Diff line number Diff line change 1
1
using K8sOperator . NET . Tests . Logging ;
2
2
using Microsoft . AspNetCore . Hosting ;
3
- using Microsoft . AspNetCore . TestHost ;
4
3
using Microsoft . Extensions . DependencyInjection ;
5
4
using Microsoft . Extensions . Logging ;
6
5
using Xunit . Abstractions ;
7
6
using Microsoft . AspNetCore . Builder ;
8
7
using k8s ;
9
- using k8s . Models ;
10
- using System . Text . Json ;
11
- using Microsoft . AspNetCore . Http ;
12
8
using Microsoft . AspNetCore . Routing ;
13
9
using System . Net ;
14
10
using Microsoft . AspNetCore ;
You can’t perform that action at this time.
0 commit comments