Skip to content

Commit ff6c84d

Browse files
committed
Install NSubstitute.Analyzers.CSharp v1.0.17
1 parent fd75aa2 commit ff6c84d

File tree

4 files changed

+13
-2
lines changed

4 files changed

+13
-2
lines changed

Assets/TestDoubleExample/Tests/Runtime/TestDoubleExample.Tests.asmdef

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,8 @@
44
"references": [
55
"UnityEngine.TestRunner",
66
"UnityEditor.TestRunner",
7-
"TestDoubleExample"
7+
"TestDoubleExample",
8+
"NSubstitute.Analyzers.CSharp_Unity"
89
],
910
"includePlatforms": [],
1011
"excludePlatforms": [],

Packages/manifest.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,8 @@
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"
@@ -62,6 +63,7 @@
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",

Packages/packages-lock.json

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -256,6 +256,13 @@
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,

ProjectSettings/PackageManagerSettings.asset

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)