-
-
Notifications
You must be signed in to change notification settings - Fork 2
Bump the nuget group with 9 updates #918
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
Conversation
Bumps Meziantou.Analyzer from 2.0.201 to 2.0.220 Bumps Microsoft.Extensions.Http.Polly from 9.0.5 to 9.0.9 Bumps Microsoft.Reactive.Testing from 6.0.1 to 6.0.2 Bumps Roslynator.Analyzers from 4.13.1 to 4.14.0 Bumps Roslynator.CodeAnalysis.Analyzers from 4.13.1 to 4.14.0 Bumps Roslynator.Formatting.Analyzers from 4.13.1 to 4.14.0 Bumps System.Reactive from 6.0.1 to 6.0.2 Bumps xunit.analyzers from 1.23.0 to 1.24.0 Bumps xunit.runner.visualstudio from 3.1.3 to 3.1.4 --- updated-dependencies: - dependency-name: Meziantou.Analyzer dependency-version: 2.0.220 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: nuget - dependency-name: Microsoft.Extensions.Http.Polly dependency-version: 9.0.9 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: nuget - dependency-name: Microsoft.Reactive.Testing dependency-version: 6.0.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: nuget - dependency-name: Roslynator.Analyzers dependency-version: 4.14.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: nuget - dependency-name: Roslynator.CodeAnalysis.Analyzers dependency-version: 4.14.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: nuget - dependency-name: Roslynator.Formatting.Analyzers dependency-version: 4.14.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: nuget - dependency-name: System.Reactive dependency-version: 6.0.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: nuget - dependency-name: xunit.analyzers dependency-version: 1.24.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: nuget - dependency-name: xunit.runner.visualstudio dependency-version: 3.1.4 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: nuget ... Signed-off-by: dependabot[bot] <[email protected]>
dotnet format for commit ef69fad❗ dotnet format found files that did not respect the code guidelines and pushed commit b0d9a3f. Please review it before merging the PR. You can review the workflow that pushed this commit here. NoteSometimes the fix provided by the analyzers produces unnecessary comments when formatting files. This should only happen if the project supports multiple target frameworks and the fix doesn't produce the same output for all. However, it seems that sometimes the If this happens, just delete the comments added. Otherwise, consider incorporating the commented out code using preprocessor directives to control conditional compilation. #if NET6_0
...
#elif NET7_0
...
#endif |
Test runs on windows-latest for commit b0d9a3f✔️ Pass - DotNet.Sdk.Extensions.Testing.Tests.dll on .NETCoreApp,Version=v8.0---- ## Run Summary Overall Result: ✔️ Pass Run Duration: 2s 106ms GitHub Runner OS: windows-latest Operating System: Microsoft Windows 10.0.20348 Framework: .NETCoreApp,Version=v8.0 Assembly: DotNet.Sdk.Extensions.Testing.Tests.dll
Informational
✔️ Pass - DotNet.Sdk.Extensions.Tests.dll on .NETCoreApp,Version=v8.0---- ## Run Summary Overall Result: ✔️ Pass Run Duration: 10s 259ms GitHub Runner OS: windows-latest Operating System: Microsoft Windows 10.0.20348 Framework: .NETCoreApp,Version=v8.0 Assembly: DotNet.Sdk.Extensions.Tests.dll
Informational
✔️ Pass - DotNet.Sdk.Extensions.Testing.Tests.dll on .NETCoreApp,Version=v9.0---- ## Run Summary Overall Result: ✔️ Pass Run Duration: 1s 935ms GitHub Runner OS: windows-latest Operating System: Microsoft Windows 10.0.20348 Framework: .NETCoreApp,Version=v9.0 Assembly: DotNet.Sdk.Extensions.Testing.Tests.dll
Informational
✔️ Pass - DotNet.Sdk.Extensions.Tests.dll on .NETCoreApp,Version=v9.0---- ## Run Summary Overall Result: ✔️ Pass Run Duration: 11s 282ms GitHub Runner OS: windows-latest Operating System: Microsoft Windows 10.0.20348 Framework: .NETCoreApp,Version=v9.0 Assembly: DotNet.Sdk.Extensions.Tests.dll
Informational
|
Test runs on ubuntu-latest for commit b0d9a3f✔️ Pass - DotNet.Sdk.Extensions.Testing.Tests.dll on .NETCoreApp,Version=v8.0---- ## Run Summary Overall Result: ✔️ Pass Run Duration: 2s 560ms GitHub Runner OS: ubuntu-latest Operating System: Ubuntu 24.04.3 LTS Framework: .NETCoreApp,Version=v8.0 Assembly: DotNet.Sdk.Extensions.Testing.Tests.dll
Informational
✔️ Pass - DotNet.Sdk.Extensions.Tests.dll on .NETCoreApp,Version=v8.0---- ## Run Summary Overall Result: ✔️ Pass Run Duration: 11s 809ms GitHub Runner OS: ubuntu-latest Operating System: Ubuntu 24.04.3 LTS Framework: .NETCoreApp,Version=v8.0 Assembly: DotNet.Sdk.Extensions.Tests.dll
Informational
✔️ Pass - DotNet.Sdk.Extensions.Testing.Tests.dll on .NETCoreApp,Version=v9.0---- ## Run Summary Overall Result: ✔️ Pass Run Duration: 1s 961ms GitHub Runner OS: ubuntu-latest Operating System: Ubuntu 24.04.3 LTS Framework: .NETCoreApp,Version=v9.0 Assembly: DotNet.Sdk.Extensions.Testing.Tests.dll
Informational
✔️ Pass - DotNet.Sdk.Extensions.Tests.dll on .NETCoreApp,Version=v9.0---- ## Run Summary Overall Result: ✔️ Pass Run Duration: 9s 481ms GitHub Runner OS: ubuntu-latest Operating System: Ubuntu 24.04.3 LTS Framework: .NETCoreApp,Version=v9.0 Assembly: DotNet.Sdk.Extensions.Tests.dll
Informational
|
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #918 +/- ##
=======================================
Coverage 94.66% 94.66%
=======================================
Files 76 76
Lines 1293 1293
Branches 107 107
=======================================
Hits 1224 1224
Misses 43 43
Partials 26 26 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
Looks like these dependencies are updatable in another way, so this is no longer needed. |
Updated Meziantou.Analyzer from 2.0.201 to 2.0.220.
Release notes
Sourced from Meziantou.Analyzer's releases.
2.0.220
NuGet package: https://www.nuget.org/packages/Meziantou.Analyzer/2.0.220
What's Changed
Full Changelog: meziantou/Meziantou.Analyzer@2.0.219...2.0.220
2.0.219
NuGet package: https://www.nuget.org/packages/Meziantou.Analyzer/2.0.219
What's Changed
New Contributors
Full Changelog: meziantou/Meziantou.Analyzer@2.0.218...2.0.219
2.0.218
NuGet package: https://www.nuget.org/packages/Meziantou.Analyzer/2.0.218
Full Changelog: meziantou/Meziantou.Analyzer@2.0.217...2.0.218
2.0.217
NuGet package: https://www.nuget.org/packages/Meziantou.Analyzer/2.0.217
Full Changelog: meziantou/Meziantou.Analyzer@2.0.216...2.0.217
2.0.216
NuGet package: https://www.nuget.org/packages/Meziantou.Analyzer/2.0.216
What's Changed
Full Changelog: meziantou/Meziantou.Analyzer@2.0.215...2.0.216
2.0.215
NuGet package: https://www.nuget.org/packages/Meziantou.Analyzer/2.0.215
Full Changelog: meziantou/Meziantou.Analyzer@2.0.214...2.0.215
2.0.214
NuGet package: https://www.nuget.org/packages/Meziantou.Analyzer/2.0.214
What's Changed
Full Changelog: meziantou/Meziantou.Analyzer@2.0.213...2.0.214
2.0.213
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
2.0.212
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
2.0.211
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 Fix for MA0077 forref struct
and improve MA0066 to detectWithComparers
meziantou/Meziantou.Analyzer#824Full Changelog: meziantou/Meziantou.Analyzer@2.0.210...2.0.211
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
Commits viewable in compare view.
Updated Microsoft.Extensions.Http.Polly from 9.0.5 to 9.0.9.
Release notes
Sourced from Microsoft.Extensions.Http.Polly's releases.
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
9.0.6
Bug Fixes
The Forwarded Headers Middleware now ignores
X-Forwarded-Headers
sent from unknown proxies. This change improves security by ensuring that only trusted proxies can influence forwarded header values, preventing potential spoofing or misrouting issues.Dependency Updates
52204f7
to04ee1b4
(#61762)Updates the GoogleTest submodule to a newer commit, bringing in the latest improvements and bug fixes from the upstream project.
Updates internal build and infrastructure dependencies from the dotnet/arcade repository, ensuring compatibility and access to the latest build tools.
Refreshes dependencies from the dotnet/extensions repository, incorporating the latest features and fixes from the extensions libraries.
Further updates dependencies from dotnet/extensions, ensuring the project benefits from recent improvements and bug fixes.
Additional updates to build and infrastructure dependencies from dotnet/arcade, maintaining up-to-date tooling and build processes.
Miscellaneous
Updates the project version and branding to 9.0.6, reflecting the new release and ensuring version consistency across the codebase.
Incorporates various internal commits into the release/9.0 branch, ensuring that all relevant changes are included in this release.
This summary is generated and may contain inaccuracies. For complete details, please review the linked pull requests.
Full Changelog: v9.0.5...v9.0.6
Commits viewable in compare view.
Updated Microsoft.Reactive.Testing from 6.0.1 to 6.0.2.
Release notes
Sourced from Microsoft.Reactive.Testing's releases.
6.0.2
Changes:
Bugs:
Enhancement:
Others:
See More
... (truncated)
Commits viewable in compare view.
Updated Roslynator.Analyzers from 4.13.1 to 4.14.0.
Release notes
Sourced from Roslynator.Analyzers's releases.
4.14.0
Added
Fixed
Changed
Removed
Commits viewable in compare view.
Updated Roslynator.CodeAnalysis.Analyzers from 4.13.1 to 4.14.0.
Release notes
Sourced from Roslynator.CodeAnalysis.Analyzers's releases.
4.14.0
Added
Fixed
Changed
Removed
Commits viewable in compare view.
Updated Roslynator.Formatting.Analyzers from 4.13.1 to 4.14.0.
Release notes
Sourced from Roslynator.Formatting.Analyzers's releases.
4.14.0
Added
Fixed
Changed
Removed
Commits viewable in compare view.
Updated System.Reactive from 6.0.1 to 6.0.2.
Release notes
Sourced from System.Reactive's releases.
6.0.2
Changes:
Bugs:
Enhancement:
Others:
See More
... (truncated)
Commits viewable in compare view.
Updated xunit.analyzers from 1.23.0 to 1.24.0.
Release notes
Sourced from xunit.analyzers's releases.
No release notes found for this version range.
Commits viewable in compare view.
Updated xunit.runner.visualstudio from 3.1.3 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