Bump the minor group with 19 updates #257
Closed
+19
−19
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.10.
Release notes
Sourced from Microsoft.AspNetCore.Authentication.JwtBearer's releases.
9.0.10
Release
What's Changed
373af2e
toeb2d85e
by @dependabot[bot] in [release/9.0] (deps): Bump src/submodules/googletest from373af2e
toeb2d85e
dotnet/aspnetcore#63501RadioButtonGetsResetAfterSubmittingEnhancedForm
by @ilonatommy in UnquarantineRadioButtonGetsResetAfterSubmittingEnhancedForm
dotnet/aspnetcore#63556Full Changelog: dotnet/aspnetcore@v9.0.9...v9.0.10
9.0.9
Release
What's Changed
c67de11
to373af2e
by @dependabot[bot] in [release/9.0] (deps): Bump src/submodules/googletest fromc67de11
to373af2e
dotnet/aspnetcore#63035Full Changelog: dotnet/aspnetcore@v9.0.8...v9.0.9
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.10.
Release notes
Sourced from Microsoft.AspNetCore.HeaderPropagation's releases.
9.0.10
Release
What's Changed
373af2e
toeb2d85e
by @dependabot[bot] in [release/9.0] (deps): Bump src/submodules/googletest from373af2e
toeb2d85e
dotnet/aspnetcore#63501RadioButtonGetsResetAfterSubmittingEnhancedForm
by @ilonatommy in UnquarantineRadioButtonGetsResetAfterSubmittingEnhancedForm
dotnet/aspnetcore#63556Full Changelog: dotnet/aspnetcore@v9.0.9...v9.0.10
9.0.9
Release
What's Changed
c67de11
to373af2e
by @dependabot[bot] in [release/9.0] (deps): Bump src/submodules/googletest fromc67de11
to373af2e
dotnet/aspnetcore#63035Full Changelog: dotnet/aspnetcore@v9.0.8...v9.0.9
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.10.
Release notes
Sourced from Microsoft.AspNetCore.Mvc.Testing's releases.
9.0.10
Release
What's Changed
373af2e
toeb2d85e
by @dependabot[bot] in [release/9.0] (deps): Bump src/submodules/googletest from373af2e
toeb2d85e
dotnet/aspnetcore#63501RadioButtonGetsResetAfterSubmittingEnhancedForm
by @ilonatommy in UnquarantineRadioButtonGetsResetAfterSubmittingEnhancedForm
dotnet/aspnetcore#63556Full Changelog: dotnet/aspnetcore@v9.0.9...v9.0.10
9.0.9
Release
What's Changed
c67de11
to373af2e
by @dependabot[bot] in [release/9.0] (deps): Bump src/submodules/googletest fromc67de11
to373af2e
dotnet/aspnetcore#63035Full Changelog: dotnet/aspnetcore@v9.0.8...v9.0.9
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.10.0.
Release notes
Sourced from Microsoft.Extensions.Diagnostics.Testing's releases.
9.10.0
What's Changed
KeyNotFoundException
inHttpRequestLatencyListener.OnEventWritten
by @pentp in FixKeyNotFoundException
inHttpRequestLatencyListener.OnEventWritten
dotnet/extensions#6823ModelContextProtocol
version in MCP template by @MackinnonBuck in UpdateModelContextProtocol
version in MCP template dotnet/extensions#6870HostApplicationBuilder
in AmbientMetadata extension by @eduherminio in Add support forHostApplicationBuilder
in AmbientMetadata extension dotnet/extensions#6867New Contributors
... (truncated)
9.9.0
Highlights
AI
ApprovalRequiredAIFunction
, user input/approval request & response content).AIFunction
split into a base class to improve extensibility.IChatReducer
moved toMicrosoft.Extensions.AI.Abstractions
.ChatMessage.Role
changes as new messages.GetResponseAsync<T>
now reads only the last message (bug fix).Telemetry & Diagnostics
url.query
).server.address
telemetry emits host only (per OpenTelemetry semantic conventions).Environment.CpuUsage
.New Contributors
Full Changelog: dotnet/extensions@v9.8.0...v9.9.0
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.10.0.
Release notes
Sourced from Microsoft.Extensions.Http.Resilience's releases.
9.10.0
What's Changed
KeyNotFoundException
inHttpRequestLatencyListener.OnEventWritten
by @pentp in FixKeyNotFoundException
inHttpRequestLatencyListener.OnEventWritten
dotnet/extensions#6823ModelContextProtocol
version in MCP template by @MackinnonBuck in UpdateModelContextProtocol
version in MCP template dotnet/extensions#6870HostApplicationBuilder
in AmbientMetadata extension by @eduherminio in Add support forHostApplicationBuilder
in AmbientMetadata extension dotnet/extensions#6867New Contributors
... (truncated)
9.9.0
Highlights
AI
ApprovalRequiredAIFunction
, user input/approval request & response content).AIFunction
split into a base class to improve extensibility.IChatReducer
moved toMicrosoft.Extensions.AI.Abstractions
.ChatMessage.Role
changes as new messages.GetResponseAsync<T>
now reads only the last message (bug fix).Telemetry & Diagnostics
url.query
).server.address
telemetry emits host only (per OpenTelemetry semantic conventions).Environment.CpuUsage
.New Contributors
Full Changelog: dotnet/extensions@v9.8.0...v9.9.0
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.NET.Test.Sdk from 17.14.1 to 18.0.0.
Release notes
Sourced from Microsoft.NET.Test.Sdk's releases.
18.0.0
What's Changed
Internal fixes and updates
Description has been truncated