Bump Immediate.Handlers and 3 others #59
Open
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Updated Immediate.Handlers from 2.1.0 to 2.2.0.
Release notes
Sourced from Immediate.Handlers's releases.
2.2.0
What's Changed
Full Changelog: ImmediatePlatform/Immediate.Handlers@v2.1.0...v2.2.0
Commits viewable in compare view.
Updated Meziantou.Analyzer from 2.0.197 to 2.0.210.
Release notes
Sourced from Meziantou.Analyzer's releases.
2.0.210
NuGet package: https://www.nuget.org/packages/Meziantou.Analyzer/2.0.210
What's Changed
Full Changelog: meziantou/Meziantou.Analyzer@2.0.209...2.0.210
2.0.209
NuGet package: https://www.nuget.org/packages/Meziantou.Analyzer/2.0.209
What's Changed
Full Changelog: meziantou/Meziantou.Analyzer@2.0.208...2.0.209
2.0.208
NuGet package: https://www.nuget.org/packages/Meziantou.Analyzer/2.0.208
Full Changelog: meziantou/Meziantou.Analyzer@2.0.207...2.0.208
2.0.207
NuGet package: https://www.nuget.org/packages/Meziantou.Analyzer/2.0.207
What's Changed
Full Changelog: meziantou/Meziantou.Analyzer@2.0.206...2.0.207
2.0.206
NuGet package: https://www.nuget.org/packages/Meziantou.Analyzer/2.0.206
What's Changed
Full Changelog: meziantou/Meziantou.Analyzer@2.0.205...2.0.206
2.0.205
NuGet package: https://www.nuget.org/packages/Meziantou.Analyzer/2.0.205
What's Changed
Full Changelog: meziantou/Meziantou.Analyzer@2.0.204...2.0.205
2.0.204
NuGet package: https://www.nuget.org/packages/Meziantou.Analyzer/2.0.204
What's Changed
Full Changelog: meziantou/Meziantou.Analyzer@2.0.203...2.0.204
2.0.203
NuGet package: https://www.nuget.org/packages/Meziantou.Analyzer/2.0.203
Full Changelog: meziantou/Meziantou.Analyzer@2.0.202...2.0.203
2.0.202
NuGet package: https://www.nuget.org/packages/Meziantou.Analyzer/2.0.202
What's Changed
Full Changelog: meziantou/Meziantou.Analyzer@2.0.201...2.0.202
2.0.201
NuGet package: https://www.nuget.org/packages/Meziantou.Analyzer/2.0.201
Full Changelog: meziantou/Meziantou.Analyzer@2.0.200...2.0.201
2.0.200
NuGet package: https://www.nuget.org/packages/Meziantou.Analyzer/2.0.200
What's Changed
Full Changelog: meziantou/Meziantou.Analyzer@2.0.199...2.0.200
2.0.199
NuGet package: https://www.nuget.org/packages/Meziantou.Analyzer/2.0.199
Full Changelog: meziantou/Meziantou.Analyzer@2.0.198...2.0.199
2.0.198
NuGet package: https://www.nuget.org/packages/Meziantou.Analyzer/2.0.198
What's Changed
Full Changelog: meziantou/Meziantou.Analyzer@2.0.197...2.0.198
Commits viewable in compare view.
Updated TUnit.Engine from 0.19.86 to 0.50.0.
Release notes
Sourced from TUnit.Engine's releases.
0.50.0
Apologies for the delay. This PR has taken a lot longer than anticipated.
It involves a lot of refactoring and rewriting of some core logic. So if I've knocked anything out, apologies, and raise an issue with a reproduceable example please!
There are a bunch of breaking changes in this release, so apologies in advance!
These include:
SourceGenerated[Type]Information
types have been renamed to[Type]Metadata
.This change does include some new features for any advanced users.
Improved automatic object lifecycle tracking.
A new Priority attribute, to prioritise running certain tests first. This can be combined with --fail-fast to terminate test runs quicker on failures.
One is Asynchronous data sources! I'd advise to be careful with these, as they could dramatically slow down discovery. But you can now use asynchronous APIs to generate data sources for your tests.
And the one I'm excited about most, is nested property injection (with initialization). This can allow for some advanced test orchestration with relatively simple code, and TUnit will handle all the advanced bits for you like initialization and object lifetimes!
Here's some pseudo-code: