mirror of
https://github.com/lidarr/lidarr.git
synced 2025-08-21 05:53:33 -07:00
removed Migrator.NET, 7zip
added nunit console runner
This commit is contained in:
parent
3a26e0189d
commit
92d4b549c8
20 changed files with 92 additions and 1503 deletions
BIN
Libraries/nunit/nunit-agent-x86.exe
Normal file
BIN
Libraries/nunit/nunit-agent-x86.exe
Normal file
Binary file not shown.
37
Libraries/nunit/nunit-agent.exe.config
Normal file
37
Libraries/nunit/nunit-agent.exe.config
Normal file
|
@ -0,0 +1,37 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<configuration>
|
||||
<!--
|
||||
The .NET 2.0 build of nunit-agent only
|
||||
runs under .NET 2.0 or higher. The setting
|
||||
useLegacyV2RuntimeActivationPolicy only applies
|
||||
under .NET 4.0 and permits use of mixed mode
|
||||
assemblies, which would otherwise not load
|
||||
correctly.
|
||||
-->
|
||||
<startup useLegacyV2RuntimeActivationPolicy="true">
|
||||
<!--
|
||||
Nunit-agent is normally run by the console or gui
|
||||
runners and not independently. In normal usage,
|
||||
the runner specifies which runtime should be used.
|
||||
|
||||
Do NOT add any supportedRuntime elements here,
|
||||
since they may prevent the runner from controlling
|
||||
the runtime that is used!
|
||||
-->
|
||||
</startup>
|
||||
|
||||
<runtime>
|
||||
<!-- Ensure that test exceptions don't crash NUnit -->
|
||||
<legacyUnhandledExceptionPolicy enabled="1" />
|
||||
|
||||
<!-- Run partial trust V2 assemblies in full trust under .NET 4.0 -->
|
||||
<loadFromRemoteSources enabled="true" />
|
||||
|
||||
<!-- Look for addins in the addins directory for now -->
|
||||
<assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
|
||||
<probing privatePath="lib;addins"/>
|
||||
</assemblyBinding>
|
||||
|
||||
</runtime>
|
||||
|
||||
</configuration>
|
BIN
Libraries/nunit/nunit-console-runner.dll
Normal file
BIN
Libraries/nunit/nunit-console-runner.dll
Normal file
Binary file not shown.
BIN
Libraries/nunit/nunit-console-x86.exe
Normal file
BIN
Libraries/nunit/nunit-console-x86.exe
Normal file
Binary file not shown.
31
Libraries/nunit/nunit-console-x86.exe.config
Normal file
31
Libraries/nunit/nunit-console-x86.exe.config
Normal file
|
@ -0,0 +1,31 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<configuration>
|
||||
<!--
|
||||
The .NET 2.0 build of the console runner only
|
||||
runs under .NET 2.0 or higher. The setting
|
||||
useLegacyV2RuntimeActivationPolicy only applies
|
||||
under .NET 4.0 and permits use of mixed mode
|
||||
assemblies, which would otherwise not load
|
||||
correctly.
|
||||
-->
|
||||
<startup useLegacyV2RuntimeActivationPolicy="true">
|
||||
<!-- Comment out the next line to force use of .NET 4.0 -->
|
||||
<supportedRuntime version="v2.0.50727" />
|
||||
<supportedRuntime version="v4.0.30319" />
|
||||
</startup>
|
||||
|
||||
<runtime>
|
||||
<!-- Ensure that test exceptions don't crash NUnit -->
|
||||
<legacyUnhandledExceptionPolicy enabled="1" />
|
||||
|
||||
<!-- Run partial trust V2 assemblies in full trust under .NET 4.0 -->
|
||||
<loadFromRemoteSources enabled="true" />
|
||||
|
||||
<!-- Look for addins in the addins directory for now -->
|
||||
<assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
|
||||
<probing privatePath="lib;addins"/>
|
||||
</assemblyBinding>
|
||||
|
||||
</runtime>
|
||||
|
||||
</configuration>
|
BIN
Libraries/nunit/nunit.core.dll
Normal file
BIN
Libraries/nunit/nunit.core.dll
Normal file
Binary file not shown.
BIN
Libraries/nunit/nunit.core.interfaces.dll
Normal file
BIN
Libraries/nunit/nunit.core.interfaces.dll
Normal file
Binary file not shown.
BIN
Libraries/nunit/nunit.framework.dll
Normal file
BIN
Libraries/nunit/nunit.framework.dll
Normal file
Binary file not shown.
BIN
Libraries/nunit/nunit.util.dll
Normal file
BIN
Libraries/nunit/nunit.util.dll
Normal file
Binary file not shown.
Loading…
Add table
Add a link
Reference in a new issue