File tree Expand file tree Collapse file tree 5 files changed +10
-13
lines changed Expand file tree Collapse file tree 5 files changed +10
-13
lines changed Original file line number Diff line number Diff line change 41
41
},
42
42
"Microsoft.NET.ILLink.Tasks" : {
43
43
"type" : " Direct" ,
44
- "requested" : " [8.0.6 , )" ,
45
- "resolved" : " 8.0.6 " ,
46
- "contentHash" : " E+lDylsTeP4ZiDmnEkiJ5wobnGaIJzFhOgZppznJCb69UZgbh6G3cfv1pnLDLLBx6JAgl0kAlnINDeT3uCuczQ =="
44
+ "requested" : " [8.0.7 , )" ,
45
+ "resolved" : " 8.0.7 " ,
46
+ "contentHash" : " iI52ptEKby2ymQ6B7h4TWbFmm85T4VvLgc/HvS45Yr3lgi4IIFbQtjON3bQbX/Vc94jXNSLvrDOp5Kh7SJyFYQ =="
47
47
},
48
48
"Monai.Deploy.Messaging" : {
49
49
"type" : " Direct" ,
Original file line number Diff line number Diff line change 35
35
},
36
36
"Microsoft.NET.ILLink.Tasks" : {
37
37
"type" : " Direct" ,
38
- "requested" : " [8.0.6 , )" ,
39
- "resolved" : " 8.0.6 " ,
40
- "contentHash" : " E+lDylsTeP4ZiDmnEkiJ5wobnGaIJzFhOgZppznJCb69UZgbh6G3cfv1pnLDLLBx6JAgl0kAlnINDeT3uCuczQ =="
38
+ "requested" : " [8.0.7 , )" ,
39
+ "resolved" : " 8.0.7 " ,
40
+ "contentHash" : " iI52ptEKby2ymQ6B7h4TWbFmm85T4VvLgc/HvS45Yr3lgi4IIFbQtjON3bQbX/Vc94jXNSLvrDOp5Kh7SJyFYQ =="
41
41
},
42
42
"System.CommandLine.Hosting" : {
43
43
"type" : " Direct" ,
Original file line number Diff line number Diff line change 4
4
"net8.0" : {
5
5
"Microsoft.NET.ILLink.Tasks" : {
6
6
"type" : " Direct" ,
7
- "requested" : " [8.0.6 , )" ,
8
- "resolved" : " 8.0.6 " ,
9
- "contentHash" : " E+lDylsTeP4ZiDmnEkiJ5wobnGaIJzFhOgZppznJCb69UZgbh6G3cfv1pnLDLLBx6JAgl0kAlnINDeT3uCuczQ =="
7
+ "requested" : " [8.0.7 , )" ,
8
+ "resolved" : " 8.0.7 " ,
9
+ "contentHash" : " iI52ptEKby2ymQ6B7h4TWbFmm85T4VvLgc/HvS45Yr3lgi4IIFbQtjON3bQbX/Vc94jXNSLvrDOp5Kh7SJyFYQ =="
10
10
},
11
11
"Ardalis.GuardClauses" : {
12
12
"type" : " Transitive" ,
Original file line number Diff line number Diff line change 23
23
using Microsoft . Extensions . Hosting ;
24
24
using Monai . Deploy . InformaticsGateway . Api . Rest ;
25
25
using Monai . Deploy . InformaticsGateway . Services . Common ;
26
- using Monai . Deploy . InformaticsGateway . Services . Connectors ;
27
26
28
27
namespace Monai . Deploy . InformaticsGateway . Repositories
29
28
{
@@ -76,7 +75,7 @@ private static List<Type> LocateTypes()
76
75
return services . Distinct ( ) . ToList ( ) ;
77
76
}
78
77
79
- private IList < IMonaiService > LocateServices ( )
78
+ private List < IMonaiService > LocateServices ( )
80
79
{
81
80
var list = new List < IMonaiService > ( ) ;
82
81
foreach ( var t in _types )
Original file line number Diff line number Diff line change 16
16
17
17
using System ;
18
18
using System . Collections . Generic ;
19
- using DotNext . Collections . Generic ;
20
- using Microsoft . Extensions . DependencyInjection ;
21
19
using Microsoft . Extensions . Hosting ;
22
20
using Monai . Deploy . InformaticsGateway . Api . Rest ;
23
21
using Monai . Deploy . InformaticsGateway . Repositories ;
You can’t perform that action at this time.
0 commit comments