File tree Expand file tree Collapse file tree
lib/NUnit/NUnit.ConsoleRunner.3.5.0/tools Expand file tree Collapse file tree Original file line number Diff line number Diff line change 5252 - id : trailing-whitespace
5353 name : run trailing-whitespace
5454 description : trims trailing whitespace
55- files : \.(md |xml|ya?ml)$
55+ files : \.(bat|config|json|md|props|ps1|rdf|targets|tmpl |xml|ya?ml)$
5656 args : [--markdown-linebreak-ext=md]
5757 - id : check-case-conflict
5858 name : run check-case-conflict
Original file line number Diff line number Diff line change 11<?xml version =" 1.0" encoding =" utf-8" ?>
22<configuration >
33 <!--
4- Nunit-agent only runs under .NET 2.0 or higher.
5- The setting useLegacyV2RuntimeActivationPolicy only applies
6- under .NET 4.0 and permits use of mixed mode assemblies,
7- which would otherwise not load correctly.
4+ Nunit-agent only runs under .NET 2.0 or higher.
5+ The setting useLegacyV2RuntimeActivationPolicy only applies
6+ under .NET 4.0 and permits use of mixed mode assemblies,
7+ which would otherwise not load correctly.
88 -->
99 <startup useLegacyV2RuntimeActivationPolicy =" true" >
1010 <!--
1111 Nunit-agent is normally run by the console or gui
12- runners and not independently. In normal usage,
12+ runners and not independently. In normal usage,
1313 the runner specifies which runtime should be used.
14-
15- Do NOT add any supportedRuntime elements here,
16- since they may prevent the runner from controlling
14+
15+ Do NOT add any supportedRuntime elements here,
16+ since they may prevent the runner from controlling
1717 the runtime that is used!
1818 -->
1919 </startup >
2626 <loadFromRemoteSources enabled =" true" />
2727
2828 </runtime >
29-
29+
3030</configuration >
Original file line number Diff line number Diff line change 11<?xml version =" 1.0" encoding =" utf-8" ?>
22<configuration >
33 <!--
4- Nunit-agent only runs under .NET 2.0 or higher.
5- The setting useLegacyV2RuntimeActivationPolicy only applies
6- under .NET 4.0 and permits use of mixed mode assemblies,
7- which would otherwise not load correctly.
4+ Nunit-agent only runs under .NET 2.0 or higher.
5+ The setting useLegacyV2RuntimeActivationPolicy only applies
6+ under .NET 4.0 and permits use of mixed mode assemblies,
7+ which would otherwise not load correctly.
88 -->
99 <startup useLegacyV2RuntimeActivationPolicy =" true" >
1010 <!--
1111 Nunit-agent is normally run by the console or gui
12- runners and not independently. In normal usage,
12+ runners and not independently. In normal usage,
1313 the runner specifies which runtime should be used.
14-
15- Do NOT add any supportedRuntime elements here,
16- since they may prevent the runner from controlling
14+
15+ Do NOT add any supportedRuntime elements here,
16+ since they may prevent the runner from controlling
1717 the runtime that is used!
1818 -->
1919 </startup >
2626 <loadFromRemoteSources enabled =" true" />
2727
2828 </runtime >
29-
29+
3030</configuration >
Original file line number Diff line number Diff line change 11<?xml version =" 1.0" encoding =" utf-8" ?>
22<configuration >
33 <!--
4- The console runner runs under .NET 2.0 or higher.
5- The setting useLegacyV2RuntimeActivationPolicy only applies
6- under .NET 4.0 and permits use of mixed mode assemblies,
4+ The console runner runs under .NET 2.0 or higher.
5+ The setting useLegacyV2RuntimeActivationPolicy only applies
6+ under .NET 4.0 and permits use of mixed mode assemblies,
77 which would otherwise not load correctly.
88 -->
99 <startup useLegacyV2RuntimeActivationPolicy =" true" >
1212 </startup >
1313
1414 <runtime >
15-
15+
1616 <!-- Ensure that test exceptions don't crash NUnit -->
1717 <legacyUnhandledExceptionPolicy enabled =" 1" />
1818
1919 <!-- Run partial trust V2 assemblies in full trust under .NET 4.0 -->
2020 <loadFromRemoteSources enabled =" true" />
21-
21+
2222 </runtime >
23-
23+
2424</configuration >
You can’t perform that action at this time.
0 commit comments