File tree Expand file tree Collapse file tree 4 files changed +79
-4
lines changed
Assets/TestDoubleExample/Tests/Runtime Expand file tree Collapse file tree 4 files changed +79
-4
lines changed Original file line number Diff line number Diff line change 1111 "allowUnsafeCode": false,
1212 "overrideReferences": true,
1313 "precompiledReferences": [
14- "nunit.framework.dll"
14+ "nunit.framework.dll",
15+ "NSubstitute.dll"
1516 ],
1617 "autoReferenced": false,
1718 "defineConstraints": [
Original file line number Diff line number Diff line change 4747 "com.unity.modules.video" : " 1.0.0" ,
4848 "com.unity.modules.vr" : " 1.0.0" ,
4949 "com.unity.modules.wind" : " 1.0.0" ,
50- "com.unity.modules.xr" : " 1.0.0"
50+ "com.unity.modules.xr" : " 1.0.0" ,
51+ "org.nuget.nsubstitute" : " 5.3.0"
5152 },
5253 "testables" : [
5354 " com.nowsprinting.local-package-sample"
5859 "url" : " https://package.openupm.com" ,
5960 "scopes" : [
6061 " com.cysharp" ,
61- " com.nowsprinting"
62+ " com.nowsprinting" ,
63+ " org.nuget.castle.core" ,
64+ " org.nuget.nsubstitute" ,
65+ " org.nuget.system.diagnostics.eventlog" ,
66+ " org.nuget.system.reflection.emit" ,
67+ " org.nuget.system.reflection.emit.ilgeneration" ,
68+ " org.nuget.system.security.principal.windows" ,
69+ " org.nuget.system.threading.tasks.extensions"
6270 ]
6371 }
6472 ]
65- }
73+ }
Original file line number Diff line number Diff line change 236236 },
237237 "url" : " https://packages.unity.com"
238238 },
239+ "org.nuget.castle.core" : {
240+ "version" : " 5.1.1" ,
241+ "depth" : 1 ,
242+ "source" : " registry" ,
243+ "dependencies" : {
244+ "org.nuget.system.diagnostics.eventlog" : " 4.7.0" ,
245+ "org.nuget.system.reflection.emit" : " 4.7.0"
246+ },
247+ "url" : " https://package.openupm.com"
248+ },
249+ "org.nuget.nsubstitute" : {
250+ "version" : " 5.3.0" ,
251+ "depth" : 0 ,
252+ "source" : " registry" ,
253+ "dependencies" : {
254+ "org.nuget.castle.core" : " 5.1.1" ,
255+ "org.nuget.system.threading.tasks.extensions" : " 4.4.0"
256+ },
257+ "url" : " https://package.openupm.com"
258+ },
259+ "org.nuget.system.diagnostics.eventlog" : {
260+ "version" : " 4.7.0" ,
261+ "depth" : 2 ,
262+ "source" : " registry" ,
263+ "dependencies" : {
264+ "org.nuget.system.security.principal.windows" : " 4.7.0"
265+ },
266+ "url" : " https://package.openupm.com"
267+ },
268+ "org.nuget.system.reflection.emit" : {
269+ "version" : " 4.7.0" ,
270+ "depth" : 2 ,
271+ "source" : " registry" ,
272+ "dependencies" : {
273+ "org.nuget.system.reflection.emit.ilgeneration" : " 4.7.0"
274+ },
275+ "url" : " https://package.openupm.com"
276+ },
277+ "org.nuget.system.reflection.emit.ilgeneration" : {
278+ "version" : " 4.7.0" ,
279+ "depth" : 3 ,
280+ "source" : " registry" ,
281+ "dependencies" : {},
282+ "url" : " https://package.openupm.com"
283+ },
284+ "org.nuget.system.security.principal.windows" : {
285+ "version" : " 4.7.0" ,
286+ "depth" : 3 ,
287+ "source" : " registry" ,
288+ "dependencies" : {},
289+ "url" : " https://package.openupm.com"
290+ },
291+ "org.nuget.system.threading.tasks.extensions" : {
292+ "version" : " 4.4.0" ,
293+ "depth" : 1 ,
294+ "source" : " registry" ,
295+ "dependencies" : {},
296+ "url" : " https://package.openupm.com"
297+ },
239298 "com.unity.modules.ai" : {
240299 "version" : " 1.0.0" ,
241300 "depth" : 0 ,
Original file line number Diff line number Diff line change @@ -32,6 +32,13 @@ MonoBehaviour:
3232 m_Scopes :
3333 - com.cysharp
3434 - com.nowsprinting
35+ - org.nuget.castle.core
36+ - org.nuget.nsubstitute
37+ - org.nuget.system.diagnostics.eventlog
38+ - org.nuget.system.reflection.emit
39+ - org.nuget.system.reflection.emit.ilgeneration
40+ - org.nuget.system.security.principal.windows
41+ - org.nuget.system.threading.tasks.extensions
3542 m_IsDefault : 0
3643 m_Capabilities : 0
3744 m_ConfigSource : 4
You can’t perform that action at this time.
0 commit comments