-
-
Notifications
You must be signed in to change notification settings - Fork 2
Bump the nuget group with 10 updates #925
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
base: main
Are you sure you want to change the base?
Conversation
Bumps Meziantou.Analyzer from 2.0.201 to 2.0.243 Bumps Microsoft.Extensions.Http.Polly from 9.0.5 to 9.0.10 Bumps Microsoft.NET.Test.Sdk from 17.14.1 to 18.0.0 Bumps Microsoft.Reactive.Testing from 6.0.1 to 6.1.0 Bumps Roslynator.Analyzers from 4.13.1 to 4.14.1 Bumps Roslynator.CodeAnalysis.Analyzers from 4.13.1 to 4.14.1 Bumps Roslynator.Formatting.Analyzers from 4.13.1 to 4.14.1 Bumps System.Reactive from 6.0.1 to 6.1.0 Bumps xunit.analyzers from 1.23.0 to 1.24.0 Bumps xunit.runner.visualstudio from 3.1.3 to 3.1.5 --- updated-dependencies: - dependency-name: Meziantou.Analyzer dependency-version: 2.0.243 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: nuget - dependency-name: Microsoft.Extensions.Http.Polly dependency-version: 9.0.10 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: nuget - dependency-name: Microsoft.NET.Test.Sdk dependency-version: 18.0.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: nuget - dependency-name: Microsoft.Reactive.Testing dependency-version: 6.1.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: nuget - dependency-name: Roslynator.Analyzers dependency-version: 4.14.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: nuget - dependency-name: Roslynator.CodeAnalysis.Analyzers dependency-version: 4.14.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: nuget - dependency-name: Roslynator.Formatting.Analyzers dependency-version: 4.14.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: nuget - dependency-name: System.Reactive dependency-version: 6.1.0 dependency-type: direct:production update-type: version-update:semver-minor 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.5 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: nuget ... Signed-off-by: dependabot[bot] <[email protected]>
dotnet format for commit 67a5d82❗ dotnet format found files that did not respect the code guidelines and pushed commit beae213. 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 beae213✔️ Pass - DotNet.Sdk.Extensions.Testing.Tests.dll on .NETCoreApp,Version=v8.0---- ## Run Summary Overall Result: ✔️ Pass Run Duration: 6s 943ms GitHub Runner OS: windows-latest Operating System: Microsoft Windows 10.0.26100 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 41ms GitHub Runner OS: windows-latest Operating System: Microsoft Windows 10.0.26100 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: 3s 523ms GitHub Runner OS: windows-latest Operating System: Microsoft Windows 10.0.26100 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 679ms GitHub Runner OS: windows-latest Operating System: Microsoft Windows 10.0.26100 Framework: .NETCoreApp,Version=v9.0 Assembly: DotNet.Sdk.Extensions.Tests.dll
Informational |
Test runs on ubuntu-latest for commit beae213✔️ Pass - DotNet.Sdk.Extensions.Testing.Tests.dll on .NETCoreApp,Version=v8.0---- ## Run Summary Overall Result: ✔️ Pass Run Duration: 6s 267ms 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: 9s 535ms 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: 3s 154ms 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 790ms 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 #925 +/- ##
=======================================
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:
|
Updated Meziantou.Analyzer from 2.0.201 to 2.0.243.
Release notes
Sourced from Meziantou.Analyzer's releases.
2.0.243
NuGet package: https://www.nuget.org/packages/Meziantou.Analyzer/2.0.243
What's Changed
New Contributors
Full Changelog: meziantou/Meziantou.Analyzer@2.0.242...2.0.243
2.0.242
NuGet package: https://www.nuget.org/packages/Meziantou.Analyzer/2.0.242
Full Changelog: meziantou/Meziantou.Analyzer@2.0.241...2.0.242
2.0.241
NuGet package: https://www.nuget.org/packages/Meziantou.Analyzer/2.0.241
Full Changelog: meziantou/Meziantou.Analyzer@2.0.240...2.0.241
2.0.240
NuGet package: https://www.nuget.org/packages/Meziantou.Analyzer/2.0.240
What's Changed
Full Changelog: meziantou/Meziantou.Analyzer@2.0.239...2.0.240
2.0.239
NuGet package: https://www.nuget.org/packages/Meziantou.Analyzer/2.0.239
Full Changelog: meziantou/Meziantou.Analyzer@2.0.238...2.0.239
2.0.238
NuGet package: https://www.nuget.org/packages/Meziantou.Analyzer/2.0.238
Full Changelog: meziantou/Meziantou.Analyzer@2.0.237...2.0.238
2.0.237
NuGet package: https://www.nuget.org/packages/Meziantou.Analyzer/2.0.237
Full Changelog: meziantou/Meziantou.Analyzer@2.0.236...2.0.237
2.0.236
NuGet package: https://www.nuget.org/packages/Meziantou.Analyzer/2.0.236
What's Changed
Full Changelog: meziantou/Meziantou.Analyzer@2.0.235...2.0.236
2.0.235
NuGet package: https://www.nuget.org/packages/Meziantou.Analyzer/2.0.235
What's Changed
Full Changelog: meziantou/Meziantou.Analyzer@2.0.234...2.0.235
2.0.234
NuGet package: https://www.nuget.org/packages/Meziantou.Analyzer/2.0.234
Full Changelog: meziantou/Meziantou.Analyzer@2.0.233...2.0.234
2.0.233
NuGet package: https://www.nuget.org/packages/Meziantou.Analyzer/2.0.233
Full Changelog: meziantou/Meziantou.Analyzer@2.0.232...2.0.233
2.0.232
NuGet package: https://www.nuget.org/packages/Meziantou.Analyzer/2.0.232
Full Changelog: meziantou/Meziantou.Analyzer@2.0.231...2.0.232
2.0.231
NuGet package: https://www.nuget.org/packages/Meziantou.Analyzer/2.0.231
What's Changed
Full Changelog: meziantou/Meziantou.Analyzer@2.0.230...2.0.231
2.0.230
NuGet package: https://www.nuget.org/packages/Meziantou.Analyzer/2.0.230
What's Changed
Full Changelog: meziantou/Meziantou.Analyzer@2.0.229...2.0.230
2.0.229
NuGet package: https://www.nuget.org/packages/Meziantou.Analyzer/2.0.229
Full Changelog: meziantou/Meziantou.Analyzer@2.0.228...2.0.229
2.0.228
NuGet package: https://www.nuget.org/packages/Meziantou.Analyzer/2.0.228
Full Changelog: meziantou/Meziantou.Analyzer@2.0.227...2.0.228
2.0.227
NuGet package: https://www.nuget.org/packages/Meziantou.Analyzer/2.0.227
Full Changelog: meziantou/Meziantou.Analyzer@2.0.226...2.0.227
2.0.226
NuGet package: https://www.nuget.org/packages/Meziantou.Analyzer/2.0.226
Full Changelog: meziantou/Meziantou.Analyzer@2.0.225...2.0.226
2.0.225
NuGet package: https://www.nuget.org/packages/Meziantou.Analyzer/2.0.225
What's Changed
Full Changelog: meziantou/Meziantou.Analyzer@2.0.224...2.0.225
2.0.224
NuGet package: https://www.nuget.org/packages/Meziantou.Analyzer/2.0.224
What's Changed
Full Changelog: meziantou/Meziantou.Analyzer@2.0.223...2.0.224
2.0.223
NuGet package: https://www.nuget.org/packages/Meziantou.Analyzer/2.0.223
What's Changed
Full Changelog: meziantou/Meziantou.Analyzer@2.0.222...2.0.223
2.0.222
NuGet package: https://www.nuget.org/packages/Meziantou.Analyzer/2.0.222
What's Changed
New Contributors
Full Changelog: meziantou/Meziantou.Analyzer@2.0.221...2.0.222
2.0.221
NuGet package: https://www.nuget.org/packages/Meziantou.Analyzer/2.0.221
What's Changed
Full Changelog: meziantou/Meziantou.Analyzer@2.0.220...2.0.221
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 structand improve MA0066 to detectWithComparersby @meziantou in Fix for MA0077 forref structand improve MA0066 to detectWithComparersmeziantou/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.10.
Release notes
Sourced from Microsoft.Extensions.Http.Polly's releases.
9.0.10
Release
What's Changed
373af2etoeb2d85eby @dependabot[bot] in [release/9.0] (deps): Bump src/submodules/googletest from373af2etoeb2d85edotnet/aspnetcore#63501RadioButtonGetsResetAfterSubmittingEnhancedFormby @ilonatommy in UnquarantineRadioButtonGetsResetAfterSubmittingEnhancedFormdotnet/aspnetcore#63556Full Changelog: dotnet/aspnetcore@v9.0.9...v9.0.10
9.0.9
Release
What's Changed
c67de11to373af2eby @dependabot[bot] in [release/9.0] (deps): Bump src/submodules/googletest fromc67de11to373af2edotnet/aspnetcore#63035Full Changelog: dotnet/aspnetcore@v9.0.8...v9.0.9
9.0.7
Release
What's Changed
04ee1b4toe9092b1by @dependabot in [release/9.0] (deps): Bump src/submodules/googletest from04ee1b4toe9092b1dotnet/aspnetcore#62199Full Changelog: dotnet/aspnetcore@v9.0.6...v9.0.7
9.0.6
Bug Fixes
The Forwarded Headers Middleware now ignores
X-Forwarded-Headerssent 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
52204f7to04ee1b4(#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.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
... (truncated)
Commits viewable in compare view.
Updated Microsoft.Reactive.Testing from 6.0.1 to 6.1.0.
Release notes
Sourced from Microsoft.Reactive.Testing's releases.
6.1.0
Changes:
Bugs:
Enhancement:
Others:
See More
... (truncated)
6.1.0-preview.9
Changes:
Bugs:
Enhancement:
Others:
See More
... (truncated)
6.0.3
Changes:
Bugs:
Enhancement:
Others:
See More
... (truncated)
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.1.
Release notes
Sourced from Roslynator.Analyzers's releases.
4.14.1
Added
slnxfiles (PR by @darthtrevino)Fixed
OnRectTransformDimensionsChangeChanged
omit_when_single_linewill be that the braces/brackets are on the same line, not just the expression in the braces/brackets4.14.0
Added
Fixed
Changed
Removed
Commits viewable in compare view.
Updated Roslynator.CodeAnalysis.Analyzers from 4.13.1 to 4.14.1.
Release notes
Sourced from Roslynator.CodeAnalysis.Analyzers's releases.
4.14.1
Added
slnxfiles (PR by @darthtrevino)Fixed
OnRectTransformDimensionsChangeChanged
omit_when_single_linewill be that the braces/brackets are on the same line, not just the expression in the braces/brackets4.14.0
Added
Fixed
Changed
Removed
Commits viewable in compare view.
Updated Roslynator.Formatting.Analyzers from 4.13.1 to 4.14.1.
Release notes
Sourced from Roslynator.Formatting.Analyzers's releases.
4.14.1
Added
slnxfiles (PR by @darthtrevino)Fixed
OnRectTransformDimensionsChangeChanged
omit_when_single_linewill be that the braces/brackets are on the same line, not just the expression in the braces/brackets4.14.0
Added
Fixed
Changed
Removed
Commits viewable in compare view.
Updated System.Reactive from 6.0.1 to 6.1.0.
Release notes
Sourced from System.Reactive's releases.
6.1.0
Changes:
Bugs:
Enhancement:
Others:
See More
... (truncated)
6.1.0-preview.9
Changes:
Bugs:
Enhancement:
Others:
See More
... (truncated)
6.0.3
Changes:
Bugs:
Enhancement:
Others:
See More
... (truncated)
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.5.
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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore <dependency name> major versionwill 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 versionwill 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