Skip to content

Commit 7fb6673

Browse files
committed
Install NSubstitute.Analyzers.CSharp NuGet package v1.0.17
1 parent 1011a45 commit 7fb6673

File tree

3 files changed

+10
-1
lines changed

3 files changed

+10
-1
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+
"NSubstitute.Analyzers.CSharp_Unity",
8+
"TestDoubleExample"
89
],
910
"includePlatforms": [],
1011
"excludePlatforms": [],

Packages/manifest.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@
1919
"com.unity.timeline": "1.8.7",
2020
"com.unity.ugui": "2.0.0",
2121
"org.nuget.nsubstitute": "5.3.0",
22+
"org.nuget.nsubstitute.analyzers.csharp": "1.0.17",
2223
"com.unity.modules.accessibility": "1.0.0",
2324
"com.unity.modules.ai": "1.0.0",
2425
"com.unity.modules.androidjni": "1.0.0",

Packages/packages-lock.json

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -284,6 +284,13 @@
284284
},
285285
"url": "https://package.openupm.com"
286286
},
287+
"org.nuget.nsubstitute.analyzers.csharp": {
288+
"version": "1.0.17",
289+
"depth": 0,
290+
"source": "registry",
291+
"dependencies": {},
292+
"url": "https://package.openupm.com"
293+
},
287294
"org.nuget.system.diagnostics.eventlog": {
288295
"version": "4.7.0",
289296
"depth": 2,

0 commit comments

Comments
 (0)