Sha256: b0a9e305761c7ebdf072ace1934436c0fb5be8e07f6c9dc9f5a786755b81a4ab

Contents?: true

Size: 891 Bytes

Versions: 1

Compression:

Stored size: 891 Bytes

Contents

<?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 -->
	</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>

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
pre_push-1.1.1 lib/runners/nunit263/nunit-console.exe.config