dependabot[bot] opened a new pull request #1052:
URL: https://github.com/apache/avro/pull/1052


   Bumps [NUnit.ConsoleRunner](https://github.com/nunit/nunit-console) from 
3.10.0 to 3.12.0.
   <details>
   <summary>Release notes</summary>
   <p><em>Sourced from <a 
href="https://github.com/nunit/nunit-console/releases";>NUnit.ConsoleRunner's 
releases</a>.</em></p>
   <blockquote>
   <h2>NUnit Console and Engine 3.12</h2>
   <p>This release contains various improvements to running tests on .NET Core 
and Mono, and changes to extension loading logic to allow the Engine to better 
support extensions which target multiple platforms. There are additionally a 
number of fixes to issues that were identified with 3.12 Beta 1. Please also be 
aware that this will be the last version of the NUnit Engine to support .NET 
Standard 1.6.</p>
   <p>The .NET Core Console remains in Beta due to some unresolved dependency 
loading and framework targeting issues - contributions to
   fix these issues would be very welcome.</p>
   <p>Code contributions in this release were included from <a 
href="https://github.com/CharliePoole";>Charlie Poole</a>, <a 
href="https://github.com/ChrisMaddock";>Chris Maddock</a>, <a 
href="https://github.com/tdctaz";>Christian Bay</a>, <a 
href="https://github.com/ermshiperete";>Eberhard Beilharz</a>, <a 
href="https://github.com/ejball";>Ed Ball</a>, <a 
href="https://github.com/jnm2";>Joseph Musser</a>, <a 
href="https://github.com/mano-si";>Manohar Singh</a>, <a 
href="https://github.com/mcavigelli";>Mattias Cavigelli</a> and <a 
href="https://github.com/mikkelbu";>Mikkel Nylander Bundgaard</a>. Thank you to 
all those who contributed both in code, and otherwise.</p>
   <p>See the <a 
href="https://docs.nunit.org/articles/nunit/release-notes/console-and-engine.html";>Release
 Notes</a> for a full list of changes.</p>
   <h2>.NET Core NUnit Console 3.12.0-beta2</h2>
   <p>This Beta release of the .NET Core NUnit console contains some fixes to 
extension loading, and the ability to use the runner as a .NET Core Tool. The 
.NET Core Console remains in Beta due to some unresolved dependency loading and 
framework targeting issues - contributions to fix these issues would be 
welcomed.</p>
   <p>The .NET Core Console is a separate executable to the original version, 
and can be found in either the .zip file download, or the new <a 
href="https://www.nuget.org/packages/NUnit.ConsoleRunner.NetCore/";>NUnit.ConsoleRunner.NetCore</a>
 NuGet package. Our longer-term aim is to create a single console which is able 
to run both .NET Core and .NET Framework tests.</p>
   <p>See the <a 
href="https://docs.nunit.org/articles/nunit/release-notes/console-and-engine.html";>Release
 Notes</a> for a full list of changes.</p>
   <h2>NUnit Console and Engine 3.12.0-beta1</h2>
   <p>This is the first beta release of the NUnit Console able to run .NET Core 
tests. In addition to this, this release also contains a number of bug fixes, 
improvements when running on Mono and significant refactoring work towards the 
goal of creating an engine able to run tests on a wider range of .NET 
platforms.</p>
   <p>We're particularly interested in this beta release being tested by users 
of the .NET Core console and users running tests on Mono. Please feedback any 
issues to the <a 
href="https://github.com/nunit/nunit-console/issues";>nunit-console 
repository</a>.</p>
   <p>The .NET Core Console is a separate executable to the original version, 
and can be found in either the .zip file download, or the new <a 
href="https://www.nuget.org/packages/NUnit.ConsoleRunner.NetCore/";>NUnit.ConsoleRunner.NetCore</a>
 NuGet package. Our longer-term aim is to create a single console which is able 
to run both .NET Core and .NET Framework tests.</p>
   <p>Code contributions in this release were included from <a 
href="https://github.com/CharliePoole";>Charlie Poole</a>, <a 
href="https://github.com/ChrisMaddock";>Chris Maddock</a>, <a 
href="https://github.com/tdctaz";>Christian Bay</a>, <a 
href="https://github.com/ermshiperete";>Eberhard Beilharz</a>, <a 
href="https://github.com/jnm2";>Joseph Musser</a>, <a 
href="https://github.com/mano-si";>Manohar Singh</a> and <a 
href="https://github.com/mikkelbu";>Mikkel Nylander Bundgaard</a>. Thank you to 
all those who contributed both in code, and other ways!</p>
   <p>See the <a 
href="https://docs.nunit.org/articles/nunit/release-notes/console-and-engine.html";>Release
 Notes</a> for a full list of changes.</p>
   <h2>NUnit Console and Engine 3.11.1</h2>
   <p>This hotfix fixes a problem with NUnit Project file settings being 
ignored.</p>
   <p>See the <a 
href="https://github.com/nunit/docs/wiki/Console-Release-Notes";>Release 
Notes</a> for details.</p>
   <h2>NUnit Console and Engine 3.11</h2>
   <p>This release fixes a range of minor bugs, and includes a significant 
amount of internal restructuring work. In future, this will enable improved 
.NET Standard support in the engine, and a .NET Core build of the console.</p>
   <p>See the <a 
href="https://github.com/nunit/docs/wiki/Console-Release-Notes";>Release 
Notes</a> for a full list of changes.</p>
   </blockquote>
   </details>
   <details>
   <summary>Changelog</summary>
   <p><em>Sourced from <a 
href="https://github.com/nunit/nunit-console/blob/master/CHANGES.txt";>NUnit.ConsoleRunner's
 changelog</a>.</em></p>
   <blockquote>
   <h2>NUnit Console &amp; Engine 3.12 - January 17, 2021</h2>
   <h2>.NET Core NUnit Console 3.12 Beta 2  - January 17, 2021</h2>
   <p>This release contains various improvements to running tests on .NET Core 
and Mono, and changes to
   extension loading logic to allow the Engine to better support extensions 
which target multiple platforms. There are additionally
   a number of fixes to issues that were identified with 3.12 Beta 1. Please 
also be aware that this will be the last version of
   the NUnit Engine to support .NET Standard 1.6.</p>
   <p>The .NET Core Console remains in Beta due to some unresolved dependency 
loading and framework targeting issues - contributions to
   fix these issues would be very welcome!</p>
   <p>Code contributions in this release were included from Charlie Poole, 
Chris Maddock, Christian Bay,
   Eberhard Beilharz, Ed Ball, Joseph Musser, Manohar Singh Mattias Cavigelli 
and Mikkel Nylander Bundgaard. Thank you to all
   those who contributed both in code, and otherwise.</p>
   <p>Please note the below list includes only issues resolved between 3.12.0 
Beta 1 and the final release. For those upgrading from 3.11.1
   or earlier, please also see the Beta release notes.</p>
   <ul>
   <li>511 [Build] Improve detection of installed .NET Core Runtimes</li>
   <li>718 Eliminate use of Mono.Cecil</li>
   <li>810 Build NUnit.ConsoleRunner.NetCore as a .NET Core Tool.</li>
   <li>811 Use readonly modifier where possible</li>
   <li>818 Remove redundant dependency on Microsoft.DotNet.InternalAbstractions 
for platforms other than .NET Standard 1.6</li>
   <li>825 Revert change to increment nunit.engine.api assembly version</li>
   <li>829 Revert change made to IExtensionService in nunit.engine.api</li>
   <li>830 [CI] Test on .NET 5.0</li>
   <li>837 Fully remove Microsoft.Dotnet.InternalAbstractions dependency</li>
   <li>844 .NET Core console runner fails to load extensions when netfx and 
netstandard versions conflict</li>
   <li>847 [Build] Specify .NET 2.0 version of extensions for msi</li>
   <li>853 [Build] Allow local build to succeed even if all runtimes are not 
installed</li>
   <li>863 [Build] Use released version of NUnit Framework 3.13.0</li>
   </ul>
   <h2>NUnit Console &amp; Engine 3.12 Beta 1 - August 1, 2020</h2>
   <p>This is the first beta release of the NUnit Console able to run .NET Core 
Tests.
   In addition to this, this release also contains a number of bug fixes, 
improvements
   when running on Mono and significant refactoring work towards the goal of 
creating an
   engine able to run tests on a wider range of .NET platforms.</p>
   <p>We're particularly interested in this beta release being tested by users 
of the .NET Core
   console and users running tests on Mono. Please feedback any issues to the 
nunit-console repository.</p>
   <p>The .NET Core Console is a separate executable to the original version, 
and can be found in either
   the .zip file download, or the new NUnit.ConsoleRunner.NetCore NuGet 
package. Our longer-term aim
   is to create a single console which is able to run both .NET Core and .NET 
Framework tests.</p>
   <p>Code contributions in this release were included from Charlie Poole, 
Chris Maddock, Christian Bay,
   Eberhard Beilharz, Joseph Musser, Manohar Singh and Mikkel Nylander 
Bundgaard. Thank you to all
   those who contributed both in code, and other ways!</p>
   <!-- raw HTML omitted -->
   </blockquote>
   <p>... (truncated)</p>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/nunit/nunit-console/commit/bca0ea8dfb060a14651ab6752104f036cb12b5bc";><code>bca0ea8</code></a>
 Merge pull request <a 
href="https://github-redirect.dependabot.com/nunit/nunit-console/issues/867";>#867</a>
 from nunit/release3.12</li>
   <li><a 
href="https://github.com/nunit/nunit-console/commit/833635c5e66dc8633d943fd6fea598d0864abdde";><code>833635c</code></a>
 Update versions for 3.12 release</li>
   <li><a 
href="https://github.com/nunit/nunit-console/commit/5226bbb1a591b2b1446c5ad93e8498ab4963eda9";><code>5226bbb</code></a>
 Merge pull request <a 
href="https://github-redirect.dependabot.com/nunit/nunit-console/issues/865";>#865</a>
 from nunit/release3.12.0-beta2</li>
   <li><a 
href="https://github.com/nunit/nunit-console/commit/3aef418c158f2c60f4587824f2e31dec78aa8a9c";><code>3aef418</code></a>
 Prepare for release 3.12.0-beta2</li>
   <li><a 
href="https://github.com/nunit/nunit-console/commit/584f0f79351089e088ba6844fa5d62119a3f0771";><code>584f0f7</code></a>
 Merge pull request <a 
href="https://github-redirect.dependabot.com/nunit/nunit-console/issues/848";>#848</a>
 from nunit/issue-844</li>
   <li><a 
href="https://github.com/nunit/nunit-console/commit/ada58b9a8326cc630b0a16659dfaf5fc33f907da";><code>ada58b9</code></a>
 Merge pull request <a 
href="https://github-redirect.dependabot.com/nunit/nunit-console/issues/863";>#863</a>
 from nunit/chore/use-released-nunit-version</li>
   <li><a 
href="https://github.com/nunit/nunit-console/commit/2336e7680d5652b71f82f3af83ac95aa41bfd58c";><code>2336e76</code></a>
 Merge pull request <a 
href="https://github-redirect.dependabot.com/nunit/nunit-console/issues/864";>#864</a>
 from nunit/revert-854-issue-725</li>
   <li><a 
href="https://github.com/nunit/nunit-console/commit/bd3edf90cf872b9aa97037da914610ab1f3cac57";><code>bd3edf9</code></a>
 Revert &quot;Remove netstandard1.6 and netcoreapp1.1 builds&quot;</li>
   <li><a 
href="https://github.com/nunit/nunit-console/commit/f92971669ca0a4bc918aa51cc8f5f419fb658c10";><code>f929716</code></a>
 Merge pull request <a 
href="https://github-redirect.dependabot.com/nunit/nunit-console/issues/854";>#854</a>
 from nunit/issue-725</li>
   <li><a 
href="https://github.com/nunit/nunit-console/commit/770ed1e44d978d65e97049b62e3f528e2fc8e464";><code>770ed1e</code></a>
 Fix problems found in review</li>
   <li>Additional commits viewable in <a 
href="https://github.com/nunit/nunit-console/compare/v3.10...v3.12";>compare 
view</a></li>
   </ul>
   </details>
   <br />
   
   
   [![Dependabot compatibility 
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=NUnit.ConsoleRunner&package-manager=nuget&previous-version=3.10.0&new-version=3.12.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)
   
   Dependabot will resolve any conflicts with this PR as long as you don't 
alter it yourself. You can also trigger a rebase manually by commenting 
`@dependabot rebase`.
   
   [//]: # (dependabot-automerge-start)
   [//]: # (dependabot-automerge-end)
   
   ---
   
   <details>
   <summary>Dependabot commands and options</summary>
   <br />
   
   You can trigger Dependabot actions by commenting on this PR:
   - `@dependabot rebase` will rebase this PR
   - `@dependabot recreate` will recreate this PR, overwriting any edits that 
have been made to it
   - `@dependabot merge` will merge this PR after your CI passes on it
   - `@dependabot squash and merge` will squash and merge this PR after your CI 
passes on it
   - `@dependabot cancel merge` will cancel a previously requested merge and 
block automerging
   - `@dependabot reopen` will reopen this PR if it is closed
   - `@dependabot close` will close this PR and stop Dependabot recreating it. 
You can achieve the same result by closing it manually
   - `@dependabot ignore this major version` will close this PR and stop 
Dependabot creating any more for this major version (unless you reopen the PR 
or upgrade to it yourself)
   - `@dependabot ignore this minor version` will close this PR and stop 
Dependabot creating any more for this minor version (unless you reopen the PR 
or upgrade to it yourself)
   - `@dependabot ignore this dependency` will close this PR and stop 
Dependabot creating any more for this dependency (unless you reopen the PR or 
upgrade to it yourself)
   
   
   </details>


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to