Skip to content
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

Bump the net-nuget-packages group with 13 updates #13

Closed

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Apr 1, 2024

Bumps the net-nuget-packages group with 13 updates:

Package From To
MediatR 12.1.1 12.2.0
Microsoft.Extensions.DependencyInjection.Abstractions 6.0.0 8.0.0
Microsoft.SourceLink.GitHub 1.1.1 8.0.0
MinVer 4.3.0 5.0.0
SonarAnalyzer.CSharp 9.10.0.77988 9.23.0.88079
Microsoft.Extensions.DependencyInjection.Abstractions 6.0.0 8.0.0
Azure.Messaging.EventGrid 4.18.0 4.23.0
coverlet.msbuild 6.0.0 6.0.2
FluentAssertions.Analyzers 0.24.0 0.31.0
Microsoft.NET.Test.Sdk 17.7.2 17.9.0
NSubstitute.Analyzers.CSharp 1.0.16 1.0.17
xunit 2.5.0 2.7.0
xunit.runner.visualstudio 2.5.0 2.5.7
coverlet.collector 6.0.0 6.0.2

Updates MediatR from 12.1.1 to 12.2.0

Release notes

Sourced from MediatR's releases.

v12.2.0

What's Changed

Full Changelog: jbogard/MediatR@v12.1.1...v12.2.0

Commits

Updates Microsoft.Extensions.DependencyInjection.Abstractions from 6.0.0 to 8.0.0

Updates Microsoft.SourceLink.GitHub from 1.1.1 to 8.0.0

Commits

Updates MinVer from 4.3.0 to 5.0.0

Changelog

Sourced from MinVer's changelog.

5.0.0

Enhancements

Other

Commits
  • e17745c Merge pull request #977 from adamralph/upgrade-super-linter
  • 74fa04d upgrade super-linter from 5.0.0 to 6.3.0
  • 11c0e64 Merge pull request #981 from adamralph/refactor
  • 2fade35 minor refactoring
  • 5044a13 Merge pull request #980 from adamralph/update-ci-os
  • fd546b0 update CI OS
  • 092f5f1 Merge pull request #979 from adamralph/dependabot/nuget/Microsoft.NET.Test.Sd...
  • eb18d96 Bump Microsoft.NET.Test.Sdk from 17.8.0 to 17.9.0
  • e3bf1d9 Merge pull request #978 from adamralph/dependabot/github_actions/actions/uplo...
  • 2bd279f Bump actions/upload-artifact from 4.3.0 to 4.3.1
  • Additional commits viewable in compare view

Updates SonarAnalyzer.CSharp from 9.10.0.77988 to 9.23.0.88079

Release notes

Sourced from SonarAnalyzer.CSharp's releases.

9.23

Hello everyone! This release comes with two new rules for ASP.NET, false positive fixes, and other improvements.

A big thank you to @​Corniel for their external contribution with #8898!

New Rules

  • 8872 - [C#] New rule S6934: You should specify the RouteAttribute when an HttpMethodAttribute is specified at an action level
  • 8870 - [C#, VB.NET] New rule S6931: ASP.NET controller actions should not have a route template starting with "/"

False Positives

  • 8898 - [C#] Fix S3993 FP: Allow abstract attributes not to decorate Attribute usage
  • 8510 - [C#] Fix S3878 FP: When the input array is a collection expression with the spread operator
  • 8260 - [C#] Fix S1117 FP: Field/property instances are not accessible from static methods
  • 7709 - [C#] Fix S2094 FP: Marker interface not detected when using records
  • 6633 - [C#] Fix S2857 FP: Rule is not checking SQL keywords in const interpolated string

Other improvements and fixes

  • 8935 - [C#] Rule S6602: Improve the logging message when recommending for Array.Find
  • 7999 - [C#] Fix S1125 codefix: Do not add ! when transforming x == false.

9.22

New Rules

  • 8869 - [C#, VB.NET] New rule S6930: Backslash should be avoided in route templates
  • 8844 - [C#] New rule S3416: Loggers should be named for their enclosing types
  • 8840 - [C#] New rule S6675: Trace.WriteLineIf should not be used with TraceSwitch levels
  • 8847 - [C#] New rule S2139: Exceptions should be either logged or rethrown but not both
  • 8845 - [C#] New rule S6664: Too many logging calls within a code block
  • 8843 - [C#] New rule S6672: Generic logger injection should match enclosing type
  • 8842 - [C#] New rule S6669: Logger field names should comply with a naming convention
  • 8841 - [C#] New rule S6670: Trace.Write and Trace.WriteLine should not be used
  • 8769 - [C#] New rule S6673: Log message template placeholders should be in the right order
  • 8846 - [C#] New rule S1312: Logger fields should be private static readonly [Non-SonarWay]

False Positive

  • 7088 - [C#, VB.NET] Fix S2589 FP: When local is assigned in for loop
  • 8264 - [C#, VB.NET] Fix S2583 FP: Code wrongly considered unreachable
  • 8891 - [C#] Fix S2629 FP: Allow concatenation of constants

9.21

New Rules

  • 8771 - [C#] New rule S6678: Use PascalCase for named placeholders
  • 8770 - [C#] New rule S6674: Log message template should be syntactically correct
  • 8768 - [C#] New rule S2629: Logging templates should be constant
  • 8767 - [C#] New rule S6677: Named placeholders should be unique
  • 8766 - [C#] New rule S6667: Exceptions should be passed as an argument when logging in a catch clause
  • 8765 - [C#] New rule S6668: Logging arguments should be passed to the correct parameter

Improvements

  • The following rules were promoted to the SonarWay profile: S127, S1244, S1696, S1192, S1994, S2701, S2955

Bug Fixes

... (truncated)

Commits
  • 4d28640 Fix S6934 FP + FN: Inherited Route and HttpMethod attributes are not consider...
  • 9478382 Update RSPEC before 9.23 release (#8976)
  • 8a64975 Fix S3247 FP: Rule should not trigger when variable is used for data binding ...
  • b993838 S6931: Support partial classes (#8965)
  • 2d909a7 New rule S6934: You should specify the RouteAttribute when an HttpMethodAttri...
  • 0400e52 Fix S2857 FP: Rule is not checking SQL keywords in const interepolated string...
  • 8bf481c Fix S3878 FP: When input array is collection expression with spread operator ...
  • 81bdd15 S1075: Add FP repro for #8967 (#8968)
  • 6d62fa5 S6931: Support for ASP.NET Core (#8939)
  • 5ea3169 S6930: Add .NET ITs (#8963)
  • Additional commits viewable in compare view

Updates Microsoft.Extensions.DependencyInjection.Abstractions from 6.0.0 to 8.0.0

Updates Azure.Messaging.EventGrid from 4.18.0 to 4.23.0

Release notes

Sourced from Azure.Messaging.EventGrid's releases.

Azure.Messaging.EventGrid_4.23.0

4.23.0 (2024-03-11)

Features Added

  • Added API Center events.
Commits
  • 4ec3e79 Prepare for release (#42581)
  • 673a830 Update AutoRest C# version to 3.0.0-beta.20240309.1 (#42578)
  • a7fd44e Increment package version after release of Azure.Core.Expressions.DataFactory...
  • 5b68eb6 Update AutoRest C# version to 3.0.0-beta.20240308.3 (#42570)
  • e55db80 Update AutoRest C# version to 3.0.0-beta.20240308.2 (#42565)
  • a19ec21 prep release (#42557)
  • 1d8a46c ClientModel: Add samples for System.ClientModel library (#42369)
  • 0cd6095 [AzureMonitorDistro] resync vendored code (#42522)
  • 21ea25e Update Prepare-Release.ps1 to handle only one previous release (#42551)
  • a29b364 Sync .github/workflows directory with azure-sdk-tools for PR 7845 (#42552)
  • Additional commits viewable in compare view

Updates coverlet.msbuild from 6.0.0 to 6.0.2

Release notes

Sourced from coverlet.msbuild's releases.

v6.0.2

Fixed

  • Threshold-stat triggers error #1634
  • Fixed coverlet collector 6.0.1 requires dotnet sdk 8 #1625
  • Type initializer errors after updating from 6.0.0 to 6.0.1 #1629
  • Exception when multiple exclude-by-attribute filters specified #1624

Improvements

  • More concise options to specify multiple parameters in coverlet.console #1624

Diff between 6.0.1 and 6.0.2

v6.0.1

Fixed

  • Uncovered lines in .NET 8 for inheriting records #1555
  • Fix record constructors not covered when SkipAutoProps is true #1561
  • Fix .NET 7 Method Group branch coverage issue #1447
  • Fix ExcludeFromCodeCoverage does not exclude method in a partial class #1548
  • Fix ExcludeFromCodeCoverage does not exclude F# task #1547
  • Fix issues where ExcludeFromCodeCoverage ignored #1431
  • Fix issues with ExcludeFromCodeCoverage attribute #1484
  • Fix broken links in documentation #1514
  • Fix problem with coverage for .net5 WPF application #1221 by https://github.com/lg2de
  • Fix unable to instrument module for Microsoft.AspNetCore.Mvc.Razor #1459 by https://github.com/lg2de

Improvements

Diff between 6.0.0 and 6.0.1

Commits

Updates FluentAssertions.Analyzers from 0.24.0 to 0.31.0

Release notes

Sourced from FluentAssertions.Analyzers's releases.

0.31.0

What's Changed

Closed issues

Full Changelog: fluentassertions/fluentassertions.analyzers@v0.30.0...v0.31.0

0.30.0

What's Changed

Closed issues

Full Changelog: fluentassertions/fluentassertions.analyzers@v0.29.1...v0.30.0

0.29.1

What's Changed

Full Changelog: fluentassertions/fluentassertions.analyzers@v0.29.0...v0.29.1

0.29.0

What's Changed

Full Changelog: fluentassertions/fluentassertions.analyzers@v0.28.0...v0.29.0

... (truncated)

Commits

Updates Microsoft.NET.Test.Sdk from 17.7.2 to 17.9.0

Release notes

Sourced from Microsoft.NET.Test.Sdk's releases.

v17.9.0

What's Changed

New Contributors

Full Changelog: microsoft/vstest@v17.8.0...v17.9.0

v17.9.0-release-23619-01

What's Changed

Full Changelog: microsoft/vstest@v17.9.0-preview-23577-04...v17.9.0-release-23619-01

v17.9.0-preview-23577-04

What's Changed

Full Changelog: microsoft/vstest@v17.9.0-preview-23531-01...v17.9.0-preview-23577-04

v17.9.0-preview-23531-01

What's Changed

Full Changelog: microsoft/vstest@v17.9.0-preview-23503-02...v17.9.0-preview-23531-01

v17.9.0-preview-23503-02

What's Changed

Full Changelog: microsoft/vstest@v17.8.0-release-23468-02...v17.9.0-preview-23503-02

v17.8.0

... (truncated)

Commits

Updates NSubstitute.Analyzers.CSharp from 1.0.16 to 1.0.17

Changelog

Sourced from NSubstitute.Analyzers.CSharp's changelog.

1.0.17 (11 February 2024)

  • #213 - NS1004 false positive when using argument matcher in a separate method
  • #212 - Disable CallInfo analysis when Arg.AnyType used for argument matching
  • #207 - Detect non virtual received checks for event subscription
  • #202 - NS5000 false positive when checking if an event subscription was received
  • #197 - Add .netstandard2.0 target to NSubstitute.Analyzers.CSharp
Commits
  • f2ff842 Updating ReleaseNotes
  • 2748119 GH-212 - disable CallInfo analysis for Arg.AnyType matchers (#215)
  • 417e4e7 Merge pull request #214 from nsubstitute/GH-213-arg-matcher-false-positives
  • e996107 GH-213 - do not report NS1004 when arg matcher is used directly in return sta...
  • 8e35c28 Merge pull request #208 from nsubstitute/GH-207-received-events
  • 98fd1c5 GH-207 - detect non virtual received checks for events subscription
  • 3edadcb Merge pull request #203 from nsubstitute/GH-202-received-event-subscription
  • 60d6225 GH-202 - do not report NS500 for event subscriptions
  • abe5b9f Merge pull request #201 from nsubstitute/GH-200-make-benchmark-discoverable
  • 1a63aec GH-200 - make benchmarks discoverable again
  • Additional commits viewable in compare view

Updates xunit from 2.5.0 to 2.7.0

Commits
  • d806fa1 v2.7.0
  • 13bb60b #2872: Expand special handling for sets in Assert.Contains/DoesNotContain (v2)
  • 203b4d9 Update to use the common build system (#2883)
  • a4f585b Remove UTF-8 byte order marks
  • 8b2c7b2 Add v3 build submodule
  • 2413c57 Throw when user tries to run a non-async test with a timeout
  • 9ebc10c #2573: Opting out of AsyncTestSyncContext (v2)
  • b060404 xunit/xunit#2880: Update XML documentation for string-based Assert.Equal (v2)
  • 6bbf922 Add conditions to EquivalenceAssertsTests for XUNIT_IMMUTABLE_COLLECTIONS
  • cab6a3e #2871: Inner exception stack trace is missing from Assert.Collection failure ...
  • Additional commits viewable in compare view

Updates xunit.runner.visualstudio from 2.5.0 to 2.5.7

Commits

Updates coverlet.collector from 6.0.0 to 6.0.2

Release notes

Sourced from coverlet.collector's releases.

v6.0.2

Fixed

  • Threshold-stat triggers error #1634
  • Fixed coverlet collector 6.0.1 requires dotnet sdk 8 #1625
  • Type initializer errors after updating from 6.0.0 to 6.0.1 #1629
  • Exception when multiple exclude-by-attribute filters specified #1624

Improvements

  • More concise options to specify multiple parameters in coverlet.console #1624

Diff between 6.0.1 and 6.0.2

v6.0.1

Fixed

  • Uncovered lines in .NET 8 for inheriting records #1555
  • Fix record constructors not covered when SkipAutoProps is true #1561
  • Fix .NET 7 Method Group branch coverage issue #1447
  • Fix ExcludeFromCodeCoverage does not exclude method in a partial class #1548
  • Fix ExcludeFromCodeCoverage does not exclude F# task #1547
  • Fix issues where ExcludeFromCodeCoverage ignored #1431
  • Fix issues with ExcludeFromCodeCoverage attribute #1484
  • Fix broken links in documentation #1514
  • Fix problem with coverage for .net5 WPF application #1221 by https://github.com/lg2de
  • Fix unable to instrument module for Microsoft.AspNetCore.Mvc.Razor #1459 by https://github.com/lg2de

Improvements

Diff between 6.0.0 and 6.0.1

Commits

Bumps the net-nuget-packages group with 13 updates:

| Package | From | To |
| --- | --- | --- |
| [MediatR](https://github.com/jbogard/MediatR) | `12.1.1` | `12.2.0` |
| Microsoft.Extensions.DependencyInjection.Abstractions | `6.0.0` | `8.0.0` |
| [Microsoft.SourceLink.GitHub](https://github.com/dotnet/sourcelink) | `1.1.1` | `8.0.0` |
| [MinVer](https://github.com/adamralph/minver) | `4.3.0` | `5.0.0` |
| [SonarAnalyzer.CSharp](https://github.com/SonarSource/sonar-dotnet) | `9.10.0.77988` | `9.23.0.88079` |
| Microsoft.Extensions.DependencyInjection.Abstractions | `6.0.0` | `8.0.0` |
| [Azure.Messaging.EventGrid](https://github.com/Azure/azure-sdk-for-net) | `4.18.0` | `4.23.0` |
| [coverlet.msbuild](https://github.com/coverlet-coverage/coverlet) | `6.0.0` | `6.0.2` |
| [FluentAssertions.Analyzers](https://github.com/fluentassertions/fluentassertions.analyzers) | `0.24.0` | `0.31.0` |
| [Microsoft.NET.Test.Sdk](https://github.com/microsoft/vstest) | `17.7.2` | `17.9.0` |
| [NSubstitute.Analyzers.CSharp](https://github.com/nsubstitute/NSubstitute.Analyzers) | `1.0.16` | `1.0.17` |
| [xunit](https://github.com/xunit/xunit) | `2.5.0` | `2.7.0` |
| [xunit.runner.visualstudio](https://github.com/xunit/visualstudio.xunit) | `2.5.0` | `2.5.7` |
| [coverlet.collector](https://github.com/coverlet-coverage/coverlet) | `6.0.0` | `6.0.2` |


Updates `MediatR` from 12.1.1 to 12.2.0
- [Release notes](https://github.com/jbogard/MediatR/releases)
- [Commits](jbogard/MediatR@v12.1.1...v12.2.0)

Updates `Microsoft.Extensions.DependencyInjection.Abstractions` from 6.0.0 to 8.0.0

Updates `Microsoft.SourceLink.GitHub` from 1.1.1 to 8.0.0
- [Release notes](https://github.com/dotnet/sourcelink/releases)
- [Commits](dotnet/sourcelink@1.1.1...8.0.0)

Updates `MinVer` from 4.3.0 to 5.0.0
- [Changelog](https://github.com/adamralph/minver/blob/main/CHANGELOG.md)
- [Commits](adamralph/minver@4.3.0...5.0.0)

Updates `SonarAnalyzer.CSharp` from 9.10.0.77988 to 9.23.0.88079
- [Release notes](https://github.com/SonarSource/sonar-dotnet/releases)
- [Commits](SonarSource/sonar-dotnet@9.10.0.77988...9.23.0.88079)

Updates `Microsoft.Extensions.DependencyInjection.Abstractions` from 6.0.0 to 8.0.0

Updates `Azure.Messaging.EventGrid` from 4.18.0 to 4.23.0
- [Release notes](https://github.com/Azure/azure-sdk-for-net/releases)
- [Commits](Azure/azure-sdk-for-net@Azure.Messaging.EventGrid_4.18.0...Azure.Messaging.EventGrid_4.23.0)

Updates `coverlet.msbuild` from 6.0.0 to 6.0.2
- [Release notes](https://github.com/coverlet-coverage/coverlet/releases)
- [Commits](coverlet-coverage/coverlet@v6.0.0...v6.0.2)

Updates `FluentAssertions.Analyzers` from 0.24.0 to 0.31.0
- [Release notes](https://github.com/fluentassertions/fluentassertions.analyzers/releases)
- [Commits](fluentassertions/fluentassertions.analyzers@v0.24.0...v0.31.0)

Updates `Microsoft.NET.Test.Sdk` from 17.7.2 to 17.9.0
- [Release notes](https://github.com/microsoft/vstest/releases)
- [Changelog](https://github.com/microsoft/vstest/blob/main/docs/releases.md)
- [Commits](microsoft/vstest@v17.7.2...v17.9.0)

Updates `NSubstitute.Analyzers.CSharp` from 1.0.16 to 1.0.17
- [Changelog](https://github.com/nsubstitute/NSubstitute.Analyzers/blob/1.0.17/ReleaseNotes.md)
- [Commits](nsubstitute/NSubstitute.Analyzers@1.0.16...1.0.17)

Updates `xunit` from 2.5.0 to 2.7.0
- [Commits](xunit/xunit@2.5.0...2.7.0)

Updates `xunit.runner.visualstudio` from 2.5.0 to 2.5.7
- [Release notes](https://github.com/xunit/visualstudio.xunit/releases)
- [Commits](xunit/visualstudio.xunit@2.5.0...2.5.7)

Updates `coverlet.collector` from 6.0.0 to 6.0.2
- [Release notes](https://github.com/coverlet-coverage/coverlet/releases)
- [Commits](coverlet-coverage/coverlet@v6.0.0...v6.0.2)

---
updated-dependencies:
- dependency-name: MediatR
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: net-nuget-packages
- dependency-name: Microsoft.Extensions.DependencyInjection.Abstractions
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: net-nuget-packages
- dependency-name: Microsoft.SourceLink.GitHub
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: net-nuget-packages
- dependency-name: MinVer
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: net-nuget-packages
- dependency-name: SonarAnalyzer.CSharp
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: net-nuget-packages
- dependency-name: Microsoft.Extensions.DependencyInjection.Abstractions
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: net-nuget-packages
- dependency-name: Azure.Messaging.EventGrid
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: net-nuget-packages
- dependency-name: coverlet.msbuild
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: net-nuget-packages
- dependency-name: FluentAssertions.Analyzers
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: net-nuget-packages
- dependency-name: Microsoft.NET.Test.Sdk
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: net-nuget-packages
- dependency-name: NSubstitute.Analyzers.CSharp
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: net-nuget-packages
- dependency-name: xunit
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: net-nuget-packages
- dependency-name: xunit.runner.visualstudio
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: net-nuget-packages
- dependency-name: coverlet.collector
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: net-nuget-packages
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added .NET Pull requests that update .net code dependencies Pull requests that update a dependency file labels Apr 1, 2024
@github-actions github-actions bot added the enhancement New feature or request label Apr 1, 2024
Copy link
Contributor Author

dependabot bot commented on behalf of github May 1, 2024

None of your dependencies match this group anymore, you may need to update your configuration file to remove it or change its rules.

@dependabot dependabot bot closed this May 1, 2024
@dependabot dependabot bot deleted the dependabot/nuget/net-nuget-packages-e3e55cf635 branch May 1, 2024 04:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file enhancement New feature or request .NET Pull requests that update .net code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

0 participants