Bump the other group with 16 updates#841
Closed
dependabot[bot] wants to merge 1 commit intov10.0-previewfrom
Closed
Bump the other group with 16 updates#841dependabot[bot] wants to merge 1 commit intov10.0-previewfrom
dependabot[bot] wants to merge 1 commit intov10.0-previewfrom
Conversation
Bumps Azure.Storage.Blobs from 12.26.0 to 12.27.0 Bumps csharpier from 1.2.5 to 1.2.6 Bumps dotnet-coverage from 18.3.1 to 18.4.1 Bumps FluentAssertions from 7.2.0 to 7.2.1 Bumps LeanCode.Kratos.Client from 1.2.0 to 25.4.0 Bumps MassTransit from 8.5.7 to 9.0.1 Bumps OpenTelemetry from 1.14.0 to 1.15.0 Bumps OpenTelemetry.Extensions.Hosting from 1.14.0 to 1.15.0 Bumps OpenTelemetry.Instrumentation.AspNetCore from 1.14.0 to 1.15.0 Bumps Serilog from 4.3.0 to 4.3.1 Bumps Swashbuckle.AspNetCore.ReDoc from 10.1.0 to 10.1.4 Bumps Swashbuckle.AspNetCore.SwaggerUI from 10.1.0 to 10.1.4 Bumps xunit.analyzers from 1.26.0 to 1.27.0 Bumps xunit.v3.assert from 3.2.1 to 3.2.2 Bumps xunit.v3.extensibility.core from 3.2.1 to 3.2.2 Bumps xunit.v3.mtp-v2 from 3.2.1 to 3.2.2 --- updated-dependencies: - dependency-name: Azure.Storage.Blobs dependency-version: 12.27.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: other - dependency-name: csharpier dependency-version: 1.2.6 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: other - dependency-name: dotnet-coverage dependency-version: 18.4.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: other - dependency-name: FluentAssertions dependency-version: 7.2.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: other - dependency-name: LeanCode.Kratos.Client dependency-version: 25.4.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: other - dependency-name: MassTransit dependency-version: 9.0.1 dependency-type: direct:production update-type: version-update:semver-major dependency-group: other - dependency-name: OpenTelemetry dependency-version: 1.15.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: other - dependency-name: OpenTelemetry.Extensions.Hosting dependency-version: 1.15.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: other - dependency-name: OpenTelemetry.Instrumentation.AspNetCore dependency-version: 1.15.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: other - dependency-name: Serilog dependency-version: 4.3.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: other - dependency-name: Swashbuckle.AspNetCore.ReDoc dependency-version: 10.1.4 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: other - dependency-name: Swashbuckle.AspNetCore.SwaggerUI dependency-version: 10.1.4 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: other - dependency-name: xunit.analyzers dependency-version: 1.27.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: other - dependency-name: xunit.v3.mtp-v2 dependency-version: 3.2.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: other - dependency-name: xunit.v3.assert dependency-version: 3.2.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: other - dependency-name: xunit.v3.extensibility.core dependency-version: 3.2.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: other ... Signed-off-by: dependabot[bot] <support@github.com>
Contributor
Author
|
Superseded by #845. |
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
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.
Updated Azure.Storage.Blobs from 12.26.0 to 12.27.0.
Release notes
Sourced from Azure.Storage.Blobs's releases.
12.27.0
12.27.0 (2026-01-08)
Features Added
12.27.0-beta.1
12.27.0-beta.1 (2026-01-20)
Features Added
Other Changes
Commits viewable in compare view.
Updated csharpier from 1.2.5 to 1.2.6.
Release notes
Sourced from csharpier's releases.
1.2.6
What's Changed
[Bug]: XML with DOCTYPE results in "invalid xml" warning #1809
CSharpier was not formatting xml that included a doctype and instead reporting that it was invalid xml.
[Bug]: Initializing a span using
stackallocleads to different formatting compared tonew#1808When initializing a spacn using stackalloc, it was not being formatting consistently with other code
[Bug]: Comments in otherwise empty object pattern disappear when formatting #1804
CSharpier was removing comments if they were the only content of an object pattern.