File tree 4 files changed +13
-2
lines changed
Assets/TestDoubleExample/Tests/Runtime 4 files changed +13
-2
lines changed Original file line number Diff line number Diff line change 4
4
"references": [
5
5
"UnityEngine.TestRunner",
6
6
"UnityEditor.TestRunner",
7
- "TestDoubleExample"
7
+ "TestDoubleExample",
8
+ "NSubstitute.Analyzers.CSharp_Unity"
8
9
],
9
10
"includePlatforms": [],
10
11
"excludePlatforms": [],
Original file line number Diff line number Diff line change 48
48
"com.unity.modules.vr" : " 1.0.0" ,
49
49
"com.unity.modules.wind" : " 1.0.0" ,
50
50
"com.unity.modules.xr" : " 1.0.0" ,
51
- "org.nuget.nsubstitute" : " 5.3.0"
51
+ "org.nuget.nsubstitute" : " 5.3.0" ,
52
+ "org.nuget.nsubstitute.analyzers.csharp" : " 1.0.17"
52
53
},
53
54
"testables" : [
54
55
" com.nowsprinting.local-package-sample"
62
63
" com.nowsprinting" ,
63
64
" org.nuget.castle.core" ,
64
65
" org.nuget.nsubstitute" ,
66
+ " org.nuget.nsubstitute.analyzers.csharp" ,
65
67
" org.nuget.system.diagnostics.eventlog" ,
66
68
" org.nuget.system.reflection.emit" ,
67
69
" org.nuget.system.reflection.emit.ilgeneration" ,
Original file line number Diff line number Diff line change 256
256
},
257
257
"url" : " https://package.openupm.com"
258
258
},
259
+ "org.nuget.nsubstitute.analyzers.csharp" : {
260
+ "version" : " 1.0.17" ,
261
+ "depth" : 0 ,
262
+ "source" : " registry" ,
263
+ "dependencies" : {},
264
+ "url" : " https://package.openupm.com"
265
+ },
259
266
"org.nuget.system.diagnostics.eventlog" : {
260
267
"version" : " 4.7.0" ,
261
268
"depth" : 2 ,
Original file line number Diff line number Diff line change @@ -34,6 +34,7 @@ MonoBehaviour:
34
34
- com.nowsprinting
35
35
- org.nuget.castle.core
36
36
- org.nuget.nsubstitute
37
+ - org.nuget.nsubstitute.analyzers.csharp
37
38
- org.nuget.system.diagnostics.eventlog
38
39
- org.nuget.system.reflection.emit
39
40
- org.nuget.system.reflection.emit.ilgeneration
You can’t perform that action at this time.
0 commit comments