-
Notifications
You must be signed in to change notification settings - Fork 0
Update NuGet Packages - Minor Updates #157
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Open
renovate
wants to merge
1
commit into
main
Choose a base branch
from
renovate/nuget-packages-minor-updates
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
a6e5ce5
to
fb522e4
Compare
fb522e4
to
78a9a45
Compare
78a9a45
to
f439b96
Compare
f439b96
to
de2a413
Compare
de2a413
to
8b76ca0
Compare
8b76ca0
to
9995d8c
Compare
9995d8c
to
48665c3
Compare
48665c3
to
e99bd98
Compare
8f1f6c4
to
0243ae4
Compare
0243ae4
to
44f20b5
Compare
44f20b5
to
10df0ac
Compare
10df0ac
to
9390eb1
Compare
9390eb1
to
382636c
Compare
382636c
to
78e0841
Compare
78e0841
to
2b08173
Compare
2b08173
to
8d90fca
Compare
8d90fca
to
6645548
Compare
6645548
to
6741c1a
Compare
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
This PR contains the following updates:
6.12.0
->6.12.2
0.31.0
->0.34.1
9.3.1
->9.5.0
13.9.0
->13.9.14
2.0.149
->2.0.213
8.0.0
->8.0.1
8.0.1
->8.0.3
17.9.0
->17.14.1
5.1.0
->5.3.0
4.1.0
->4.4.0
4.1.0
->4.10.0
4.5.0
->4.6.0
0.48.0
->0.50.0
0.48.0
->0.50.0
0.48.0
->0.50.0
21.0.2
->21.3.1
6.0.2
->6.0.4
Release Notes
fluentassertions/fluentassertions (FluentAssertions)
v6.12.2
Compare Source
What's Changed
Others
Full Changelog: fluentassertions/fluentassertions@6.12.1...6.12.2
v6.12.1
Compare Source
What's Changed
Improvements
BeEmpty()
andBeNullOrEmpty()
performance forIEnumerable<T>
, by materializing only the first item - #2530Fixes
DateTimeOffset
withBeWithin(...).Before(...)
- #2312BeEquivalentTo
will now find and can map subject properties that are implemented through an explicitly-implemented interface - #2152because
andbecauseArgs
were not passed down the equivalency tree - #2318BeEquivalentTo
can again compare a non-genericIDictionary
with a generic one - #2358FormattingOptions
were not respected in innerAssertionScope
- #2329true
andfalse
in failure messages and make them formattable to a customBooleanFormatter
- #2390, #2393NotBeOfType
when wrapped in anAssertionScope
and the subject is null - #2399BeWritable
/BeReadable
when wrapped in anAssertionScope
and the subject is read-only/write-only - #2399ThrowExactly[Async]
when wrapped in anAssertionScope
and no exception is thrown - #2398[Not]HaveExplicitProperty
when wrapped in anAssertionScope
and not implementing the interface - #2403[Not]HaveExplicitMethod
when wrapped in anAssertionScope
and not implementing the interface - #2403BeEquivalentTo
to excludeprivate protected
members from the comparison - #2417BeEquivalentTo
on an emptyArraySegment
- #2445, #2511BeEquivalentTo
with a custom comparer can now handle null values - #2489AssertionScope(context)
create a chained context - #2607AssertionScope
constructor would not create an actual scope associated with the thread - #2607ThrowWithinAsync
not respectingOperationCanceledException
- #2614BeEquivalentTo
with anIEqualityComparer
targeting nullable types - #2648Full Changelog: fluentassertions/fluentassertions@6.12.0...6.12.1
fluentassertions/fluentassertions.analyzers (FluentAssertions.Analyzers)
v0.34.1
What's Changed
Full Changelog: fluentassertions/fluentassertions.analyzers@v0.33.0...v0.34.1
v0.33.0
: 0.33.0What's Changed
Full Changelog: fluentassertions/fluentassertions.analyzers@v0.32.0...v0.33.0
v0.32.0
: 0.32.0What's Changed
New Docs
see https://github.com/fluentassertions/fluentassertions.analyzers?tab=readme-ov-file#docs
Full Changelog: fluentassertions/fluentassertions.analyzers@v0.31.0...v0.32.0
graphql-dotnet/parser (GraphQL-Parser)
v9.5.0
Compare Source
What's Changed
Full Changelog: graphql-dotnet/parser@9.4.0...9.5.0
v9.4.0
Compare Source
What's Changed
Full Changelog: graphql-dotnet/parser@9.3.1...9.4.0
ChilliCream/graphql-platform (HotChocolate.AspNetCore)
v13.9.14
Compare Source
Full Changelog: ChilliCream/graphql-platform@13.9.13...13.9.14
v13.9.13
Compare Source
Full Changelog: ChilliCream/graphql-platform@13.9.12...13.9.13
v13.9.12
Compare Source
Full Changelog: ChilliCream/graphql-platform@13.9.11...13.9.12
v13.9.11
Compare Source
Full Changelog: ChilliCream/graphql-platform@13.9.10...13.9.11
v13.9.10
Compare Source
What's Changed
Full Changelog: ChilliCream/graphql-platform@13.9.9...13.9.10
v13.9.9
Compare Source
What's Changed
Full Changelog: ChilliCream/graphql-platform@13.9.8...13.9.9
v13.9.8
Compare Source
Full Changelog: ChilliCream/graphql-platform@13.9.7...13.9.8
v13.9.7
Compare Source
What's Changed
Full Changelog: ChilliCream/graphql-platform@13.9.6...13.9.7
v13.9.6
Compare Source
What's Changed
Full Changelog: ChilliCream/graphql-platform@13.9.5...13.9.6
v13.9.5
Compare Source
What's Changed
Full Changelog: ChilliCream/graphql-platform@13.9.4...13.9.5
v13.9.4
Compare Source
What's Changed
Full Changelog: ChilliCream/graphql-platform@13.9.3...13.9.4
v13.9.3
Compare Source
Full Changelog: ChilliCream/graphql-platform@13.9.2...13.9.3
v13.9.2
Compare Source
Full Changelog: ChilliCream/graphql-platform@13.9.1...13.9.2
v13.9.1
Compare Source
Full Changelog: ChilliCream/graphql-platform@13.9.0...13.9.1
meziantou/Meziantou.Analyzer (Meziantou.Analyzer)
v2.0.213
Compare Source
NuGet package: https://www.nuget.org/packages/Meziantou.Analyzer/2.0.213
What's Changed
Full Changelog: meziantou/Meziantou.Analyzer@2.0.212...2.0.213
v2.0.212
Compare Source
NuGet package: https://www.nuget.org/packages/Meziantou.Analyzer/2.0.212
What's Changed
Full Changelog: meziantou/Meziantou.Analyzer@2.0.211...2.0.212
v2.0.211
Compare Source
NuGet package: https://www.nuget.org/packages/Meziantou.Analyzer/2.0.211
What's Changed
ref struct
and improve MA0066 to detectWithComparers
by @meziantou in #824Full Changelog: meziantou/Meziantou.Analyzer@2.0.210...2.0.211
v2.0.210
Compare Source
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
v2.0.209
Compare Source
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
v2.0.208
Compare Source
NuGet package: https://www.nuget.org/packages/Meziantou.Analyzer/2.0.208
Full Changelog: meziantou/Meziantou.Analyzer@2.0.207...2.0.208
v2.0.207
Compare Source
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
v2.0.206
Compare Source
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
v2.0.205
Compare Source
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
v2.0.204
Compare Source
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
v2.0.203
Compare Source
NuGet package: https://www.nuget.org/packages/Meziantou.Analyzer/2.0.203
Full Changelog: meziantou/Meziantou.Analyzer@2.0.202...2.0.203
v2.0.202
Compare Source
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
v2.0.201
Compare Source
NuGet package: https://www.nuget.org/packages/Meziantou.Analyzer/2.0.201
Full Changelog: meziantou/Meziantou.Analyzer@2.0.200...2.0.201
v2.0.200
Compare Source
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
v2.0.199
Compare Source
NuGet package: https://www.nuget.org/packages/Meziantou.Analyzer/2.0.199
Full Changelog: meziantou/Meziantou.Analyzer@2.0.198...2.0.199
v2.0.198
Compare Source
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
v2.0.197
Compare Source
NuGet package: https://www.nuget.org/packages/Meziantou.Analyzer/2.0.197
What's Changed
Full Changelog: meziantou/Meziantou.Analyzer@2.0.196...2.0.197
v2.0.196
Compare Source
NuGet package: https://www.nuget.org/packages/Meziantou.Analyzer/2.0.196
What's Changed
Full Changelog: meziantou/Meziantou.Analyzer@2.0.195...2.0.196
v2.0.195
Compare Source
NuGet package: https://www.nuget.org/packages/Meziantou.Analyzer/2.0.195
Full Changelog: meziantou/Meziantou.Analyzer@2.0.194...2.0.195
v2.0.194
Compare Source
NuGet package: https://www.nuget.org/packages/Meziantou.Analyzer/2.0.194
What's Changed
Full Changelog: meziantou/Meziantou.Analyzer@2.0.193...2.0.194
v2.0.193
Compare Source
NuGet package: https://www.nuget.org/packages/Meziantou.Analyzer/2.0.193
What's Changed
Full Changelog: meziantou/Meziantou.Analyzer@2.0.192...2.0.193
v2.0.192
Compare Source
NuGet package: https://www.nuget.org/packages/Meziantou.Analyzer/2.0.192
What's Changed
Full Changelog: meziantou/Meziantou.Analyzer@2.0.191...2.0.192
v2.0.191
Compare Source
NuGet package: https://www.nuget.org/packages/Meziantou.Analyzer/2.0.191
What's Changed
Full Changelog: meziantou/Meziantou.Analyzer@2.0.190...2.0.191
v2.0.190
Compare Source
NuGet package: https://www.nuget.org/packages/Meziantou.Analyzer/2.0.190
Full Changelog: meziantou/Meziantou.Analyzer@2.0.189...2.0.190
v2.0.189
Compare Source
NuGet package: https://www.nuget.org/packages/Meziantou.Analyzer/2.0.189
What's Changed
Full Changelog: meziantou/Meziantou.Analyzer@2.0.188...2.0.189
v2.0.188
Compare Source
NuGet package: https://www.nuget.org/packages/Meziantou.Analyzer/2.0.188
What's Changed
Full Changelog: meziantou/Meziantou.Analyzer@2.0.187...2.0.188
v2.0.187
Compare Source
NuGet package: https://www.nuget.org/packages/Meziantou.Analyzer/2.0.187
What's Changed
New Contributors
Full Changelog: meziantou/Meziantou.Analyzer@2.0.186...2.0.187
v2.0.186
Compare Source
NuGet package: https://www.nuget.org/packages/Meziantou.Analyzer/2.0.186
What's Changed
New Contributors
Full Changelog: meziantou/Meziantou.Analyzer@2.0.185...2.0.186
v2.0.185
Compare Source
NuGet package: https://www.nuget.org/packages/Meziantou.Analyzer/2.0.185
What's Changed
Full Changelog: meziantou/Meziantou.Analyzer@2.0.184...2.0.185
v2.0.184
Compare Source
NuGet package: https://www.nuget.org/packages/Meziantou.Analyzer/2.0.184
What's Changed
Full Changelog: meziantou/Meziantou.Analyzer@2.0.183...2.0.184
v2.0.183
Compare Source
NuGet package: https://www.nuget.org/packages/Meziantou.Analyzer/2.0.183
Full Changelog: meziantou/Meziantou.Analyzer@2.0.182...2.0.183
v2.0.182
Compare Source
NuGet package: https://www.nuget.org/packages/Meziantou.Analyzer/2.0.182
Full Changelog: meziantou/Meziantou.Analyzer@2.0.181...2.0.182
v2.0.181
Compare Source
NuGet package: https://www.nuget.org/packages/Meziantou.Analyzer/2.0.181
What's Changed
New Contributors
Full Changelog: meziantou/Meziantou.Analyzer@2.0.180...2.0.181
v2.0.180
Compare Source
NuGet package: https://www.nuget.org/packages/Meziantou.Analyzer/2.0.180
What's Changed
Full Changelog: meziantou/Meziantou.Analyzer@2.0.179...2.0.180
v2.0.179
Compare Source
NuGet package: https://www.nuget.org/packages/Meziantou.Analyzer/2.0.179
What's Changed
Full Changelog: meziantou/Meziantou.Analyzer@2.0.178...2.0.179
v2.0.178
Compare Source
NuGet package: https://www.nuget.org/packages/Meziantou.Analyzer/2.0.178
Full Changelog: meziantou/Meziantou.Analyzer@2.0.177...2.0.178
v2.0.177
Compare Source
NuGet package: https://www.nuget.org/packages/Meziantou.Analyzer/2.0.177
Full Changelog: meziantou/Meziantou.Analyzer@2.0.176...2.0.177
v2.0.176
Compare Source
NuGet package: https://www.nuget.org/packages/Meziantou.Analyzer/2.0.176
What's Changed
Full Changelog: meziantou/Meziantou.Analyzer@2.0.175...2.0.176
v2.0.175
Compare Source
NuGet package: https://www.nuget.org/packages/Meziantou.Analyzer/2.0.175
What's Changed
Full Changelog: meziantou/Meziantou.Analyzer@2.0.174...2.0.175
v2.0.174
Compare Source
NuGet package: https://www.nuget.org/packages/Meziantou.Analyzer/2.0.174
Full Changelog: meziantou/Meziantou.Analyzer@2.0.173...2.0.174
v2.0.173
Compare Source
NuGet package: https://www.nuget.org/packages/Meziantou.Analyzer/2.0.173
Full Changelog: meziantou/Meziantou.Analyzer@2.0.172...2.0.173
v2.0.172
Compare Source
NuGet package: https://www.nuget.org/packages/Meziantou.Analyzer/2.0.172
Full Changelog: meziantou/Meziantou.Analyzer@2.0.171...2.0.172
v2.0.171
Compare Source
NuGet package: https://www.nuget.org/packages/Meziantou.Analyzer/2.0.171
What's Changed
Full Changelog: meziantou/Meziantou.Analyzer@2.0.170...2.0.171
v2.0.170
Compare Source
NuGet package: https://www.nuget.org/packages/Meziantou.Analyzer/2.0.170
What's Changed
Full Changelog: meziantou/Meziantou.Analyzer@2.0.169...2.0.170
v2.0.169
Compare Source
NuGet package: https://www.nuget.org/packages/Meziantou.Analyzer/2.0.169
What's Changed
New Contributors
Full Changelog: meziantou/Meziantou.Analyzer@2.0.168...2.0.169
v2.0.168
Compare Source
NuGet package: https://www.nuget.org/packages/Meziantou.Analyzer/2.0.168
Full Changelog: meziantou/Meziantou.Analyzer@2.0.167...2.0.168
v2.0.167
Compare Source
NuGet package: https://www.nuget.org/packages/Meziantou.Analyzer/2.0.167
Full Changelog: meziantou/Meziantou.Analyzer@2.0.166...2.0.167
v2.0.166
Compare Source
NuGet package: https://www.nuget.org/packages/Meziantou.Analyzer/2.0.166
Full Changelog: meziantou/Meziantou.Analyzer@2.0.165...2.0.166
v2.0.165
Compare Source
NuGet package: https://www.nuget.org/packages/Meziantou.Analyzer/2.0.165
What's Changed
Full Changelog: meziantou/Meziantou.Analyzer@2.0.164...2.0.165
v2.0.164
Compare Source
NuGet package: https://www.nuget.org/packages/Meziantou.Analyzer/2.0.164
Full Changelog: meziantou/Meziantou.Analyzer@2.0.163...2.0.164
v2.0.163
Compare Source
NuGet package: https://www.nuget.org/packages/Meziantou.Analyzer/2.0.163
Full Changelog: meziantou/Meziantou.Analyzer@2.0.162...2.0.163
v2.0.162
Compare Source
NuGet package: https://www.nuget.org/packages/Meziantou.Analyzer/2.0.162
Full Changelog: meziantou/Meziantou.Analyzer@2.0.161...2.0.162
v2.0.161
Compare Source
NuGet package: https://www.nuget.org/packages/Meziantou.Analyzer/2.0.161
What's Changed
Full Changelog: meziantou/Meziantou.Analyzer@2.0.160...2.0.161
v2.0.160
Compare Source
NuGet package: https://www.nuget.org/packages/Meziantou.Analyzer/2.0.160
What's Changed
Full Changelog: meziantou/Meziantou.Analyzer@2.0.159...2.0.160
v2.0.159
Compare Source
NuGet package: https://www.nuget.org/packages/Meziantou.Analyzer/2.0.159
Full Changelog: meziantou/Meziantou.Analyzer@2.0.158...2.0.159
v2.0.158
Compare Source
NuGet package: https://www.nuget.org/packages/Meziantou.Analyzer/2.0.158
Full Changelog: meziantou/Meziantou.Analyzer@2.0.157...2.0.158
v2.0.157
Compare Source
NuGet package: https://www.nuget.org/packages/Meziantou.Analyzer/2.0.157
What's Changed
Full Changelog: meziantou/Meziantou.Analyzer@2.0.156...2.0.157
v2.0.156
Compare Source
NuGet package: https://www.nuget.org/packages/Meziantou.Analyzer/2.0.156
Full Changelog: meziantou/Meziantou.Analyzer@2.0.155...2.0.156
v2.0.155
Compare Source
NuGet package: <https://www.n
Configuration
📅 Schedule: Branch creation - "before 9am on Friday" (UTC), Automerge - At any time (no schedule defined).
🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.
This PR was generated by Mend Renovate. View the repository job log.