Bump the patch group with 18 updates #229
Closed
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 csharpier from 1.0.2 to 1.1.2.
Release notes
Sourced from csharpier's releases.
1.1.2
What's Changed
Inconsistencies with null-coalescing wrapping on method chains #1573
On longer method chains, depending on the exact chain a null coalescing expression wouldn't always be preceded by a new line.
Full Changelog: belav/csharpier@1.1.1...1.1.2
1.1.1
What's Changed
Unhandled exception: System.ArgumentOutOfRangeException: startIndex cannot be larger than length of string. (Parameter 'startIndex') #1673
CSharpier was throwing an exception when formating a directory contained a file without an extension.
1.1.0
What's Changed
.gitignore from parent folders impacts formatting of children #1627
CSharpier will no longer consider
.gitignore
files located above the root of the current git repository.Changes to stdin formatting #288 #1657
There is a new option
--stdin-filepath
that is used to specify the filepath CSharpier should use for resolving options and ignore files.When no path is specified via
stdin-path
<
in which case it is assumed to be xml.Support for C# 14 and .NET 10 #1654 #1646
Changes were required to support the following
Support --ignore-path CLI option #1585
It is now possible to specify the path to an ignore file
dotnet csharpier format . --ignore-path .config/.csharpierignore
Format xaml and slnx by default #1628 #1604
CSharpier now formats
xaml
andslnx
by default without the need for configuration changes.XML formatting is not taking into account EOL configuration on multiline comments #1660
When formatting the following XML, CSharpier would always use the system system default for ending lines within the comment instead of the respecting the configured EOL setting.
Error when no read access to intermediate containing folder #1656
In the case that CSharpier had access to a sub directory but not the parent of that sub directory, it was failing with an exception. That has been resolved.
Misleading message after "csharpier check" #1645
Previously the
format
andcheck
commands both used the same output message. Thecheck
command now correctly reports that it checked files and did not format them.Multiline collection expressions should not be indented #1635
CSharpier now formats collection expressions consistently when they are in a property
switch expression formatting adds odd newlines #1620
CSharpier was breaking after a discard with a when, resulting in extra new lines
multi-line raw string in linq query causes a subsequent linq query to be printed on one line #1617
... (truncated)
Commits viewable in compare view.
Updated Elastic.CommonSchema.Serilog from 8.18.1 to 9.0.0.
Release notes
Sourced from Elastic.CommonSchema.Serilog's releases.
9.0.0
elastic/ecs-dotnet@8.19.0...9.0.0
View the full list of issues and PRs
8.19.0
elastic/ecs-dotnet@8.18.2...8.19.0
View the full list of issues and PRs
8.18.2
elastic/ecs-dotnet@8.18.1...8.18.2
View the full list of issues and PRs
Commits viewable in compare view.
Updated Elastic.Serilog.Enrichers.Web from 8.18.1 to 9.0.0.
Release notes
Sourced from Elastic.Serilog.Enrichers.Web's releases.
9.0.0
elastic/ecs-dotnet@8.19.0...9.0.0
View the full list of issues and PRs
8.19.0
elastic/ecs-dotnet@8.18.2...8.19.0
View the full list of issues and PRs
8.18.2
elastic/ecs-dotnet@8.18.1...8.18.2
View the full list of issues and PRs
Commits viewable in compare view.
Updated Microsoft.AspNetCore.Authentication.JwtBearer from 9.0.6 to 9.0.8.
Release notes
Sourced from Microsoft.AspNetCore.Authentication.JwtBearer's releases.
9.0.7
Release
What's Changed
04ee1b4
toe9092b1
by @dependabot in [release/9.0] (deps): Bump src/submodules/googletest from04ee1b4
toe9092b1
dotnet/aspnetcore#62199Full Changelog: dotnet/aspnetcore@v9.0.6...v9.0.7
Commits viewable in compare view.
Updated Microsoft.AspNetCore.HeaderPropagation from 9.0.6 to 9.0.8.
Release notes
Sourced from Microsoft.AspNetCore.HeaderPropagation's releases.
9.0.7
Release
What's Changed
04ee1b4
toe9092b1
by @dependabot in [release/9.0] (deps): Bump src/submodules/googletest from04ee1b4
toe9092b1
dotnet/aspnetcore#62199Full Changelog: dotnet/aspnetcore@v9.0.6...v9.0.7
Commits viewable in compare view.
Updated Microsoft.AspNetCore.Mvc.Testing from 9.0.6 to 9.0.8.
Release notes
Sourced from Microsoft.AspNetCore.Mvc.Testing's releases.
9.0.7
Release
What's Changed
04ee1b4
toe9092b1
by @dependabot in [release/9.0] (deps): Bump src/submodules/googletest from04ee1b4
toe9092b1
dotnet/aspnetcore#62199Full Changelog: dotnet/aspnetcore@v9.0.6...v9.0.7
Commits viewable in compare view.
Updated Microsoft.Extensions.Diagnostics.Testing from 9.7.0 to 9.8.0.
Release notes
Sourced from Microsoft.Extensions.Diagnostics.Testing's releases.
9.8.0
What's Changed
ConfigureEvaluationTests.ps1
script when$ConfigRoot
is not supplied by @peterwald in FixConfigureEvaluationTests.ps1
script when$ConfigRoot
is not supplied dotnet/extensions#6575Microsoft.Extensions.AI.Ollama
by @MackinnonBuck in RemoveMicrosoft.Extensions.AI.Ollama
dotnet/extensions#6655... (truncated)
9.7.2
Packages Released
What's Changed
Full Changelog: dotnet/extensions@v9.7.1...v9.7.2
9.7.1
Packages Released
What's Changed
Full Changelog: dotnet/extensions@v9.7.0...v9.7.1
Commits viewable in compare view.
Updated Microsoft.Extensions.Http.Resilience from 9.6.0 to 9.8.0.
Release notes
Sourced from Microsoft.Extensions.Http.Resilience's releases.
9.8.0
What's Changed
ConfigureEvaluationTests.ps1
script when$ConfigRoot
is not supplied by @peterwald in FixConfigureEvaluationTests.ps1
script when$ConfigRoot
is not supplied dotnet/extensions#6575Microsoft.Extensions.AI.Ollama
by @MackinnonBuck in RemoveMicrosoft.Extensions.AI.Ollama
dotnet/extensions#6655... (truncated)
9.7.2
Packages Released
What's Changed
Full Changelog: dotnet/extensions@v9.7.1...v9.7.2
9.7.1
Packages Released
What's Changed
Full Changelog: dotnet/extensions@v9.7.0...v9.7.1
9.7.0
What's Changed
New Contributors
Full Changelog: dotnet/extensions@v9.6.0...v9.7.0
Commits viewable in compare view.
Updated Microsoft.OpenApi.Readers from 1.6.24 to 1.6.25.
Release notes
Sourced from Microsoft.OpenApi.Readers's releases.
1.6.25
1.6.25 (2025-08-22)
Bug Fixes
Commits viewable in compare view.
Updated Serilog.Enrichers.ClientInfo from 2.2.0 to 2.4.0.
Release notes
Sourced from Serilog.Enrichers.ClientInfo's releases.
2.3.0
What's Changed
#49
Full Changelog: serilog-contrib/serilog-enrichers-clientinfo@v2.2.0...v2.3.0
Commits viewable in compare view.
Updated SonarAnalyzer.CSharp from 10.12.0.118525 to 10.15.0.120848.
Release notes
Sourced from SonarAnalyzer.CSharp's releases.
10.15
False Positive
IEnumerable<string?>
toIEnumerable<string>
Improvement
False Negative
Task
10.14
Hey everyone,
This release mostly focuses on mitigating (NET-2196) a performance regression that was introduced in 10.13.
Improvement
False Negative
Task
10.13
Hello everyone,
In this release, we've focused on:
False Positives
dynamic
andout
should not raiseImprovements
Commits viewable in compare view.
Updated Swashbuckle.AspNetCore from 9.0.1 to 9.0.4.
Release notes
Sourced from Swashbuckle.AspNetCore's releases.
9.0.4
What's Changed
ETag
values by @martincostello in Fix incorrect ETag values domaindrivendev/Swashbuckle.AspNetCore#3490Accept-Encoding
parsing by @martincostello in FixAccept-Encoding
parsing domaindrivendev/Swashbuckle.AspNetCore#3492Accept-Encoding
quality by @martincostello in Check Accept-Encoding quality domaindrivendev/Swashbuckle.AspNetCore#3493WebHost
usage from tests by @martincostello in Remove WebHost usage domaindrivendev/Swashbuckle.AspNetCore#3517$type
discriminator for[JsonPolymorphic]
by @lilinus in Default discriminator "$type" for JsonPolymorphicAttribute (annotations) domaindrivendev/Swashbuckle.AspNetCore#3496New Contributors
Full Changelog: domaindrivendev/Swashbuckle.AspNetCore@v9.0.3...v9.0.4
9.0.3
What's Changed
Content-Length
for swagger-ui and Redoc static assets by @martincostello in Fix incorrect Content-Length for swagger-ui and Redoc static assets domaindrivendev/Swashbuckle.AspNetCore#3488Full Changelog: domaindrivendev/Swashbuckle.AspNetCore@v9.0.2...v9.0.3
9.0.2
What's Changed
New Contributors
Full Changelog: domaindrivendev/Swashbuckle.AspNetCore@v9.0.1...v9.0.2
Commits viewable in compare view.
Updated swashbuckle.aspnetcore.cli from 9.0.1 to 9.0.4.
Release notes
Sourced from swashbuckle.aspnetcore.cli's releases.
9.0.4
What's Changed
ETag
values by @martincostello in Fix incorrect ETag values domaindrivendev/Swashbuckle.AspNetCore#3490Accept-Encoding
parsing by @martincostello in FixAccept-Encoding
parsing domaindrivendev/Swashbuckle.AspNetCore#3492Accept-Encoding
quality by @martincostello in Check Accept-Encoding quality domaindrivendev/Swashbuckle.AspNetCore#3493WebHost
usage from tests by @martincostello in Remove WebHost usage domaindrivendev/Swashbuckle.AspNetCore#3517$type
discriminator for[JsonPolymorphic]
by @lilinus in Default discriminator "$type" for JsonPolymorphicAttribute (annotations) domaindrivendev/Swashbuckle.AspNetCore#3496New Contributors
Full Changelog: domaindrivendev/Swashbuckle.AspNetCore@v9.0.3...v9.0.4
9.0.3
What's Changed
Content-Length
for swagger-ui and Redoc static assets by @martincostello in Fix incorrect Content-Length for swagger-ui and Redoc static assets domaindrivendev/Swashbuckle.AspNetCore#3488Full Changelog: domaindrivendev/Swashbuckle.AspNetCore@v9.0.2...v9.0.3
9.0.2
What's Changed
New Contributors
Full Changelog: domaindrivendev/Swashbuckle.AspNetCore@v9.0.1...v9.0.2
Commits viewable in compare view.
Updated Swashbuckle.AspNetCore.ReDoc from 9.0.1 to 9.0.4.
Release notes
Sourced from Swashbuckle.AspNetCore.ReDoc's releases.
9.0.4
What's Changed
ETag
values by @martincostello in Fix incorrect ETag values domaindrivendev/Swashbuckle.AspNetCore#3490Accept-Encoding
parsing by @martincostello in FixAccept-Encoding
parsing domaindrivendev/Swashbuckle.AspNetCore#3492Accept-Encoding
quality by @martincostello in Check Accept-Encoding quality domaindrivendev/Swashbuckle.AspNetCore#3493WebHost
usage from tests by @martincostello in Remove WebHost usage domaindrivendev/Swashbuckle.AspNetCore#3517$type
discriminator for[JsonPolymorphic]
by @lilinus in Default discriminator "$type" for JsonPolymorphicAttribute (annotations) domaindrivendev/Swashbuckle.AspNetCore#3496New Contributors
Full Changelog: domaindrivendev/Swashbuckle.AspNetCore@v9.0.3...v9.0.4
9.0.3
What's Changed
Content-Length
for swagger-ui and Redoc static assets by @martincostello in Fix incorrect Content-Length for swagger-ui and Redoc static assets domaindrivendev/Swashbuckle.AspNetCore#3488Full Changelog: domaindrivendev/Swashbuckle.AspNetCore@v9.0.2...v9.0.3
9.0.2
What's Changed
New Contributors
Full Changelog: domaindrivendev/Swashbuckle.AspNetCore@v9.0.1...v9.0.2
Commits viewable in compare view.
Updated Verify.Xunit from 30.4.0 to 30.7.3.
Release notes
Sourced from Verify.Xunit's releases.
No release notes found for this version range.
Commits viewable in compare view.
Updated WireMock.Net from 1.8.13 to 1.11.2.
Release notes
Sourced from WireMock.Net's releases.
1.11.2
What's Changed
Full Changelog: wiremock/WireMock.Net@1.11.0...1.11.2
1.11.0
What's Changed
Full Changelog: wiremock/WireMock.Net@1.10.1...1.11.0
1.10.1
What's Changed
Full Changelog: wiremock/WireMock.Net@1.10.0...1.10.1
1.10.0
What's Changed
New Contributors
Full Changelog: wiremock/WireMock.Net@1.9.1...1.10.0
1.9.1
What's Changed
Full Changelog: wiremock/WireMock.Net@1.9.0...1.9.1
1.9.0
What's Changed
Full Changelog: wiremock/WireMock.Net@1.8.18...1.9.0
1.8.18
What's Changed
New Contributors
Full Changelog: wiremock/WireMock.Net@1.8.17...1.8.18
1.8.17
What's Changed
Full Changelog: wiremock/WireMock.Net@1.8.16...1.8.17
1.8.16
What's Changed
Full Changelog: wiremock/WireMock.Net@1.8.15...1.8.16
1.8.15
What's Changed
Full Changelog: wiremock/WireMock.Net@1.8.14...1.8.15
1.8.14
What's Changed
Full Changelog: wiremock/WireMock.Net@1.8.13...1.8.14
Commits viewable in compare view.
Updated WireMock.Net.FluentAssertions from 1.8.13 to 1.11.2.
Release notes
Sourced from WireMock.Net.FluentAssertions's releases.
1.11.2
What's Changed
Full Changelog: wiremock/WireMock.Net@1.11.0...1.11.2
1.11.0
What's Changed
Full Changelog: wiremock/WireMock.Net@1.10.1...1.11.0
1.10.1
What's Changed
Full Changelog: wiremock/WireMock.Net@1.10.0...1.10.1
1.10.0
What's Changed
New Contributors
Full Changelog: wiremock/WireMock.Net@1.9.1...1.10.0
1.9.1
What's Changed
Full Changelog: wiremock/WireMock.Net@1.9.0...1.9.1
1.9.0
What's Changed
Full Changelog: wiremock/WireMock.Net@1.8.18...1.9.0
1.8.18
What's Changed
New Contributors
Full Changelog: wiremock/WireMock.Net@1.8.17...1.8.18
1.8.17
What's Changed
Full Changelog: wiremock/WireMock.Net@1.8.16...1.8.17
1.8.16
What's Changed
Full Changelog: wiremock/WireMock.Net@1.8.15...1.8.16
1.8.15
What's Changed
Full Changelog: wiremock/WireMock.Net@1.8.14...1.8.15
1.8.14
What's Changed
Full Changelog: wiremock/WireMock.Net@1.8.13...1.8.14
Commits viewable in compare view.
Updated xunit.runner.visualstudio from 3.1.1 to 3.1.4.
Release notes
Sourced from xunit.runner.visualstudio's releases.
No release notes found for this version range.
Commits viewable in compare view.
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 <dependency name> ignore conditions
will show all of the ignore conditions of the specified dependency@dependabot ignore <dependency name> 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 <dependency name> 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 <dependency name>
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 <dependency name>
will remove all of the ignore conditions of the specified dependency@dependabot unignore <dependency name> <ignore condition>
will remove the ignore condition of the specified dependency and ignore conditions