File tree Expand file tree Collapse file tree 4 files changed +13
-2
lines changed
Assets/TestDoubleExample/Tests/Runtime Expand file tree Collapse file tree 4 files changed +13
-2
lines changed Original file line number Diff line number Diff line change 44 "references": [
55 "UnityEngine.TestRunner",
66 "UnityEditor.TestRunner",
7- "TestDoubleExample"
7+ "TestDoubleExample",
8+ "NSubstitute.Analyzers.CSharp_Unity"
89 ],
910 "includePlatforms": [],
1011 "excludePlatforms": [],
Original file line number Diff line number Diff line change 4848 "com.unity.modules.vr" : " 1.0.0" ,
4949 "com.unity.modules.wind" : " 1.0.0" ,
5050 "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"
5253 },
5354 "testables" : [
5455 " com.nowsprinting.local-package-sample"
6263 " com.nowsprinting" ,
6364 " org.nuget.castle.core" ,
6465 " org.nuget.nsubstitute" ,
66+ " org.nuget.nsubstitute.analyzers.csharp" ,
6567 " org.nuget.system.diagnostics.eventlog" ,
6668 " org.nuget.system.reflection.emit" ,
6769 " org.nuget.system.reflection.emit.ilgeneration" ,
Original file line number Diff line number Diff line change 256256 },
257257 "url" : " https://package.openupm.com"
258258 },
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+ },
259266 "org.nuget.system.diagnostics.eventlog" : {
260267 "version" : " 4.7.0" ,
261268 "depth" : 2 ,
Original file line number Diff line number Diff line change @@ -34,6 +34,7 @@ MonoBehaviour:
3434 - com.nowsprinting
3535 - org.nuget.castle.core
3636 - org.nuget.nsubstitute
37+ - org.nuget.nsubstitute.analyzers.csharp
3738 - org.nuget.system.diagnostics.eventlog
3839 - org.nuget.system.reflection.emit
3940 - org.nuget.system.reflection.emit.ilgeneration
You can’t perform that action at this time.
0 commit comments