You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@avro.apache.org by GitBox <gi...@apache.org> on 2021/02/07 05:14:27 UTC

[GitHub] [avro] dependabot[bot] opened a new pull request #1083: Bump nunit from 3.12.0 to 3.13.1 in /lang/csharp

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


   Bumps [nunit](https://github.com/nunit/nunit) from 3.12.0 to 3.13.1.
   <details>
   <summary>Release notes</summary>
   <p><em>Sourced from <a href="https://github.com/nunit/nunit/releases">nunit's releases</a>.</em></p>
   <blockquote>
   <h2>NUnit 3.13.1</h2>
   <p>This release addresses several misses with the new <code>FixtureLifeCycle</code> attribute, switches to using <a href="https://github.com/dotnet/sourcelink">SourceLink</a> and NuGet <a href="https://docs.microsoft.com/en-us/nuget/create-packages/symbol-packages-snupkg">snupkg</a> packages for debugging into NUnit from your unit tests. It also addresses issues with the time format of ignored and explicit tests in the test results file.</p>
   <p>For more information, please see the complete <a href="https://docs.nunit.org/articles/nunit/release-notes/framework.html">Framework Release Notes</a></p>
   <h2>NUnit 3.13</h2>
   <p>The <a href="https://docs.nunit.org/articles/nunit/writing-tests/attributes/fixturelifecycle.html"><code>FixtureLifeCycle</code></a> attribute has been added to indicate that an instance for a test fixture or all test fixtures in an assembly should be constructed for each test within the fixture or assembly.</p>
   <p>This attribute may be applied to a test fixture (class) or to a test assembly. It is useful in combination with the <a href="https://docs.nunit.org/articles/nunit/writing-tests/attributes/parallelizable.html">Parallelizable Attribute</a> so that a new instance of a test fixture is constructed for every test within the test fixture. This allows tests to run in isolation without sharing instance fields and properties during parallel test runs. This make running parallel tests easier because it is easier to make your tests thread safe.</p>
   <p>This release also fixes several issues running tests in .NET 5.0. If your tests target .NET 5.0, we recommend updating to this release.</p>
   <p>For more information, please see the complete <a href="https://docs.nunit.org/articles/nunit/release-notes/framework.html">Framework Release Notes</a></p>
   </blockquote>
   </details>
   <details>
   <summary>Changelog</summary>
   <p><em>Sourced from <a href="https://github.com/nunit/nunit/blob/master/CHANGES.md">nunit's changelog</a>.</em></p>
   <blockquote>
   <h2>NUnit 3.13.1 - January 31, 2021</h2>
   <p>This release addresses several misses with the new <code>FixtureLifeCycle</code> attribute, switches to using <a href="https://github.com/dotnet/sourcelink">SourceLink</a> and NuGet <a href="https://docs.microsoft.com/en-us/nuget/create-packages/symbol-packages-snupkg">snupkg</a> packages for debugging into NUnit from your unit tests. It also addresses issues with the time format of ignored and explicit tests in the test results file.</p>
   <h4>Issues Resolved</h4>
   <ul>
   <li>2339 Wrong date format in Ignored TestFixtures</li>
   <li>3715 FixtureLifeCycle(LifeCycle.InstancePerTestCase) Not working with TestFixtureSource</li>
   <li>3716 Assembly level FixtureLifeCycle(LifeCycle.InstancePerTestCase) doesn't work</li>
   <li>3724 Test start and end time should end with Z</li>
   <li>3726 Assert EqualTo().Within().Seconds does not work with DateTimes in NUnit 3.13</li>
   <li>3729 AppVeyor builds failing</li>
   <li>3736 AreEqual.Within throws on failure with non-numeric types</li>
   <li>3743 Parametrized tests do not respect FixtureLifeCycle.InstancePerTestCase</li>
   <li>3745 After upgrading to NUnit 3.13.0 the debugger enters NUnit code despite having checked &quot;Enable Just My Code&quot;</li>
   </ul>
   <h2>NUnit 3.13 - January 7, 2021</h2>
   <p>The <a href="https://docs.nunit.org/articles/nunit/writing-tests/attributes/fixturelifecycle.html"><code>FixtureLifeCycle</code></a> attribute has been added to indicate that an instance for a test fixture or all test fixtures in an assembly should be constructed for each test within the fixture or assembly.</p>
   <p>This attribute may be applied to a test fixture (class) or to a test assembly. It is useful in combination with the <a href="https://docs.nunit.org/articles/nunit/writing-tests/attributes/parallelizable.html">Parallelizable Attribute</a> so that a new instance of a test fixture is constructed for every test within the test fixture. This allows tests to run in isolation without sharing instance fields and properties during parallel test runs. This make running parallel tests easier because it is easier to make your tests thread safe.</p>
   <p>This release also fixes several issues running tests in .NET 5.0. If your tests target .NET 5.0, we recommend updating to this release.</p>
   <h4>Issues Resolved</h4>
   <ul>
   <li>34 Async testing with F#</li>
   <li>52 Self-contained item in array causes stack overflow</li>
   <li>1394 Has.Property cannot see explicit interface implementation properties</li>
   <li>1491 Add a CLA to the project</li>
   <li>1546 NUnitEqualityComparer.GetEquatableGenericArguments should explicitly order arguments</li>
   <li>1809 Assert.AreEqual fails for Complex on Linux</li>
   <li>1897 EqualTo().Using() prevents caller from comparing strings to anything else</li>
   <li>2211 Request: Add support of indexers to the PropertyConstraint</li>
   <li>2477 Parameterized fixture with Explicit attribute can not be run when selected by name</li>
   <li>2574 Instance-per-test-case feature</li>
   <li>2680 Deprecate the DebugWriter class</li>
   <li>3611 Properties are shown when --explore:nunit3 is run on entire project, but omitted when using the --where clause</li>
   <li>3054 Don't enforce <code>[Timeout]</code> when debugger is attached</li>
   <li>3075 Complete RunAsyncAction tests in FrameworkControllerTests</li>
   <li>3228 Modulo bias is present in Randomizer.NextDecimal(decimal)</li>
   <li>3240 Automate uploading of test results to Azure Pipelines</li>
   <li>3243 Azure DevOps does not build release branch</li>
   <li>3249 Pin GitLink version to speed up Cake script</li>
   <li>3251 RawInt32() can't use Next since the maximum is always exclusive and it would never return int.MaxValue</li>
   <li>3252 Timeout of 100 ms in TestTimeoutDoesNotStopCompletion occasionally fails the macOS build</li>
   <li>3253 Chance of failure in random bias tests is not sufficiently low for CI</li>
   <li>3256 Building under VS2019</li>
   <li>3257 Running under mono</li>
   <li>3259 The type of an Array isn't inferred from properly</li>
   </ul>
   <!-- raw HTML omitted -->
   </blockquote>
   <p>... (truncated)</p>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a href="https://github.com/nunit/nunit/commit/248dae7b8ca4815a1a0c609d4c3b39bb42306da6"><code>248dae7</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/nunit/nunit/issues/3748">#3748</a> from nunit/issue/3745</li>
   <li><a href="https://github.com/nunit/nunit/commit/41021cc61823db44b39656e94cbe618ee2c4f439"><code>41021cc</code></a> Use sourcelink for linking the PDB files</li>
   <li><a href="https://github.com/nunit/nunit/commit/b60b1fd86579a2b3dbac5f9c13781fc83c1f71ae"><code>b60b1fd</code></a> Checkpointing enabling sourcelink</li>
   <li><a href="https://github.com/nunit/nunit/commit/47f787f2ed7bbe03790d5eb1dfe115758a86eb7a"><code>47f787f</code></a> Add assemblies to the snupkg even though they aren't added</li>
   <li><a href="https://github.com/nunit/nunit/commit/8a829ed62a470727a3657db6e02f1eed2c70cdcd"><code>8a829ed</code></a> Updates based on code review</li>
   <li><a href="https://github.com/nunit/nunit/commit/009c2286e2b6dfcf97f9396e969845dc56947a9d"><code>009c228</code></a> Upload snupkg to AppVeyor</li>
   <li><a href="https://github.com/nunit/nunit/commit/35aefae93df1a051c2ebe3ba8dd70a7f135dbb1e"><code>35aefae</code></a> - Partially reverts <a href="https://github-redirect.dependabot.com/nunit/nunit/issues/3464">#3464</a></li>
   <li><a href="https://github.com/nunit/nunit/commit/c7afecbd7ce0c5176bae672d684ceb96fb22fd30"><code>c7afecb</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/nunit/nunit/issues/3744">#3744</a> from gleb-osokin/master</li>
   <li><a href="https://github.com/nunit/nunit/commit/6a7fc74e76745608b524fec25407ac3243980289"><code>6a7fc74</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/nunit/nunit/issues/3741">#3741</a> from nunit/Poimen-issue-2339</li>
   <li><a href="https://github.com/nunit/nunit/commit/787f6dbded0433bce326fc656424f7ce93717399"><code>787f6db</code></a> Updates base on code review</li>
   <li>Additional commits viewable in <a href="https://github.com/nunit/nunit/compare/v3.12...v3.13.1">compare view</a></li>
   </ul>
   </details>
   <br />
   
   
   [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=nunit&package-manager=nuget&previous-version=3.12.0&new-version=3.13.1)](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:
users@infra.apache.org



[GitHub] [avro] iemejia merged pull request #1083: Bump nunit from 3.12.0 to 3.13.1 in /lang/csharp

Posted by GitBox <gi...@apache.org>.
iemejia merged pull request #1083:
URL: https://github.com/apache/avro/pull/1083


   


----------------------------------------------------------------
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:
users@infra.apache.org