This release of the Analyzers extends the suppression of nullable warnings to also respect assumptions -
expressed via Assume.That. Also nullable warnings are suppressed even in the context of the
null-forgiving operator !, and NUnit2010 is extended to also cover is pattern expressions - e.g.
is null and more general integer patterns as is < 0 or >= 1.
The release contains contributions from the following users (in alphabetical order):
This release of the Analyzers extends the suppression of nullable warnings to also respect assumptions -
expressed via Assume.That. Also nullable warnings are suppressed even in the context of the
null-forgiving operator !, and NUnit2010 is extended to also cover is pattern expressions - e.g.
is null and more general integer patterns as is < 0 or >= 1.
The release contains contributions from the following users (in alphabetical order):
lahma
manfred-brands
mikkelbu
RenderMichael
TheBigNeo
verdie-g
Issues Resolved
Features and Enhancements
#693 Possibly Null Reference Warning should be suppressed for Assume
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 commands and options
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 show ignore conditions` will show all of the ignore conditions of the specified dependency
- `@dependabot ignore major version` will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
- `@dependabot ignore minor version` will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
- `@dependabot ignore ` will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
- `@dependabot unignore ` will remove all of the ignore conditions of the specified dependency
- `@dependabot unignore ` will remove the ignore condition of the specified dependency and ignore conditions
Bumps the nuget group with 4 updates: Markdig, NUnit, NUnit.Analyzers and coverlet.collector.
Updates
Markdig
from 0.35.0 to 0.36.2Release notes
Sourced from Markdig's releases.
Commits
f48331d
Fix missing code in commit for #7806549d3b
Fixes #780 where only the first paragraph of an alert block is processed.d434f00
Merge pull request #779 from toothache/fix_math_spanb62a12d
Add support for GitHub alert blocks (#776)3c7edaa
Fix math source span.fcb56fb
Merge pull request #773 from hhyyrylainen/patch-150bc6ca
Fix typo in MathSpecs.md201aa4e
Try to use the reusable workflowUpdates
NUnit
from 4.0.1 to 4.1.0Release notes
Sourced from NUnit's releases.
Commits
43ac03b
Merge pull request #4638 from nunit/prepare41e95992e
Update CONTRIBUTING.mdb8f0f40
Update CONTRIBUTING.md5351443
Update CONTRIBUTING.mdc5960c0
Prepare version 4.13a35f8c
Publishing dev builds to myget.org (#4631)829e304
Add explicit generic type specification to TestCase (#4620)d96485a
Updatepackages and fix warnings (#4629)1ad9a85
Merge pull request #4617 from lahma/license-expression5778f24
Merge pull request #4628 from lahma/deterministicUpdates
NUnit.Analyzers
from 4.0.1 to 4.1.0Release notes
Sourced from NUnit.Analyzers's releases.
Changelog
Sourced from NUnit.Analyzers's changelog.
... (truncated)
Commits
d558632
Merge pull request #707 from nunit/release4.1cb8c825
chore: Update release notesf771316
Merge pull request #704 from manfred-brands/issues/679_NullSuppressionOperator1703848
Replace use of 'record' type.0aacb17
Ignore null suppression operator when matching Is.Not.Null4798485
Merge pull request #703 from manfred-brands/issues/691_IsNull59a9926
Merge pull request #702 from manfred-brands/issues/693_Assumef93b9cc
NUnit2010: Add support for detecting use of 'is' pattern inside 'Assert.That'97bd87e
Support Assume.That(x, Is.Not.Null) to suppress nullable warning47648c5
Merge pull request #698 from verdie-g/are-equal-null-message-fixUpdates
coverlet.collector
from 6.0.0 to 6.0.2Release notes
Sourced from coverlet.collector's releases.
Commits
04ba205
new release (#1641)f61bbc7
Update docs on new source-mapping-file argument (#1632)892d86e
Fix TypeInitializer issue (#1636)6bd8783
Remove usage of System.Text.Json for now (#1637)813f36c
Fix issue 1634 (#1635)783c482
Add regex evaluation timeout (#1630)9ee7b8f
Broken exclude-by-attribute feature incoverlet.console
(#1627)59430c3
Fix issues for V6.0.1 nuget packages (collector, console) (#1628)aa1d224
remove current versions in release plan (#1623)440a26a
bumb preview version (#1622)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 commands and options
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 show