Skip to content

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Mar 19, 2025

Bumps the dotnet group with 8 updates:

Package From To
Swashbuckle.AspNetCore 7.3.1 8.0.0
Microsoft.Extensions.DependencyInjection.Abstractions 9.0.3 9.0.3
Pathological.Globbing 9.0.0 9.0.1
Microsoft.Testing.Platform.MSBuild 1.6.2 1.6.3
MSTest.Analyzers 3.8.2 3.8.3
MSTest.Engine 1.0.0-alpha.25119.7 1.0.0-alpha.25167.10
MSTest.SourceGeneration 1.0.0-alpha.25119.7 1.0.0-alpha.25167.10
MSTest.TestFramework 3.8.2 3.8.3

Updates Swashbuckle.AspNetCore from 7.3.1 to 8.0.0

Release notes

Sourced from Swashbuckle.AspNetCore's releases.

v8.0.0

[!IMPORTANT]
Swashbuckle.AspNetCore drops support for .NET 6.

Swashbuckle.AspNetCore v8.0.0 makes the following notable changes:

  • Drops support for net6.0.
  • The netstandard2.0 TFM now depends on ASP.NET Core 2.3 instead of ASP.NET Core 2.1.
  • Updates Microsoft.OpenApi to v1.6.23. This update requires the use of swagger-ui v5.19.0 or later (v5.20.1 is included in the Swashbuckle.AspNetCore.SwaggerUI NuGet package).
  • To prepare for future support for OpenAPI 3.1 documents, deprecates the SerializeAsV2 property by marking it as [Obsolete]. Users should update their code as illustrated below, depending on their use case:
    - options.SerializeAsV2 = true;
    + options.OpenApiVersion = Microsoft.OpenApi.OpenApiSpecVersion.OpenApi2_0;
    // or if explicitly disabling (the same as the default behaviour)
    
    options.SerializeAsV2 = false;
    
    
    options.OpenApiVersion = Microsoft.OpenApi.OpenApiSpecVersion.OpenApi3_0;
  • To prepare for future support for OpenAPI 3.1 documents, the Swashbuckle.AspNetCore.Cli tool has deprecated the --serializeasv2 option and logs a warning to the console. Users should update their usage as illustrated below, depending on their use case:
    - swagger tofile --output [output] [startupassembly] [swaggerdoc] --serializeasv2
    + swagger tofile --output [output] [startupassembly] [swaggerdoc] --openapiversion "2.0"
  • What's Changed

    Full Changelog: domaindrivendev/Swashbuckle.AspNetCore@v7.3.2...v8.0.0

    v7.3.2

    What's Changed

    New Contributors

    Full Changelog: domaindrivendev/Swashbuckle.AspNetCore@v7.3.1...v7.3.2

    Commits

    Updates Microsoft.Extensions.DependencyInjection.Abstractions from 9.0.3 to 9.0.3

    Commits

    Updates Pathological.Globbing from 9.0.0 to 9.0.1

    Release notes

    Sourced from Pathological.Globbing's releases.

    9.0.1

    Full Changelog: IEvangelist/pathological.globbing@9.0.0...9.0.1

    Commits

    Updates Microsoft.Testing.Platform.MSBuild from 1.6.2 to 1.6.3

    Changelog

    Sourced from Microsoft.Testing.Platform.MSBuild's changelog.

    [1.6.3] - 2025-03-17

    See full log here

    Fixed

    Artifacts

    • Microsoft.Testing.Extensions.CrashDump: 1.6.3
    • Microsoft.Testing.Extensions.HangDump: 1.6.3
    • Microsoft.Testing.Extensions.HotReload: 1.6.3
    • Microsoft.Testing.Extensions.Retry: 1.6.3
    • Microsoft.Testing.Extensions.Telemetry: 1.6.3
    • Microsoft.Testing.Extensions.TrxReport: 1.6.3
    • Microsoft.Testing.Extensions.TrxReport.Abstractions: 1.6.3
    • Microsoft.Testing.Extensions.VSTestBridge: 1.6.3
    • Microsoft.Testing.Platform: 1.6.3
    • Microsoft.Testing.Platform.MSBuild: 1.6.3
    Commits

    Updates MSTest.Analyzers from 3.8.2 to 3.8.3

    Release notes

    Sourced from MSTest.Analyzers's releases.

    v3.8.3

    See the release notes here

    Changelog

    Sourced from MSTest.Analyzers's changelog.

    [3.8.3] - 2025-03-17

    See full log here

    Fixed

    Artifacts

    Commits
    • 5354e77 [rel/3.8] Remove extra space (#5252)
    • 2175165 [rel/3.8] Add assembly name (#5247)
    • 5f788a5 [rel/3.8] Fix TestFailedException outcome not propagating to TestResult outco...
    • e71432a [rel/3.8] Move logic relevant to core MTP out of MTP.MSBuild (#5223)
    • 181dd82 [rel/3.8] Try out props/targets refactoring (#5219)
    • 94c71bf [rel/3.8] Ship props/targets of MSTest.TestFramework and MSTest.TestAdapter i...
    • ccbaf50 [rel/3.8] Consider --results-directory before configuration (#5204)
    • ec34a47 Fix build
    • b0bebf3 Fix merge conflict
    • bc08ddb Fix tests
    • Additional commits viewable in compare view

    Updates MSTest.Engine from 1.0.0-alpha.25119.7 to 1.0.0-alpha.25167.10

    Commits

    Updates MSTest.SourceGeneration from 1.0.0-alpha.25119.7 to 1.0.0-alpha.25167.10

    Commits

    Updates MSTest.Analyzers from 3.8.2 to 3.8.3

    Release notes

    Sourced from MSTest.Analyzers's releases.

    v3.8.3

    See the release notes here

    Changelog

    Sourced from MSTest.Analyzers's changelog.

    [3.8.3] - 2025-03-17

    See full log here

    Fixed

    Artifacts

    Commits
    • 5354e77 [rel/3.8] Remove extra space (#5252)
    • 2175165 [rel/3.8] Add assembly name (#5247)
    • 5f788a5 [rel/3.8] Fix TestFailedException outcome not propagating to TestResult outco...
    • e71432a [rel/3.8] Move logic relevant to core MTP out of MTP.MSBuild (#5223)
    • 181dd82 [rel/3.8] Try out props/targets refactoring (#5219)
    • 94c71bf [rel/3.8] Ship props/targets of MSTest.TestFramework and MSTest.TestAdapter i...
    • ccbaf50 [rel/3.8] Consider --results-directory before configuration (#5204)
    • ec34a47 Fix build
    • b0bebf3 Fix merge conflict
    • bc08ddb Fix tests
    • Additional commits viewable in compare view

    Updates MSTest.TestFramework from 3.8.2 to 3.8.3

    Release notes

    Sourced from MSTest.TestFramework's releases.

    v3.8.3

    See the release notes here

    Changelog

    Sourced from MSTest.TestFramework's changelog.

    [3.8.3] - 2025-03-17

    See full log here

    Fixed

    Artifacts

    Commits
    • 5354e77 [rel/3.8] Remove extra space (#5252)
    • 2175165 [rel/3.8] Add assembly name (#5247)
    • 5f788a5 [rel/3.8] Fix TestFailedException outcome not propagating to TestResult outco...
    • e71432a [rel/3.8] Move logic relevant to core MTP out of MTP.MSBuild (#5223)
    • 181dd82 [rel/3.8] Try out props/targets refactoring (#5219)
    • 94c71bf [rel/3.8] Ship props/targets of MSTest.TestFramework and MSTest.TestAdapter i...
    • ccbaf50 [rel/3.8] Consider --results-directory before configuration (#5204)
    • ec34a47 Fix build
    • b0bebf3 Fix merge conflict
    • bc08ddb Fix tests
    • Additional 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

    Bumps the dotnet group with 8 updates:
    
    | Package | From | To |
    | --- | --- | --- |
    | [Swashbuckle.AspNetCore](https://github.com/domaindrivendev/Swashbuckle.AspNetCore) | `7.3.1` | `8.0.0` |
    | [Microsoft.Extensions.DependencyInjection.Abstractions](https://github.com/dotnet/runtime) | `9.0.3` | `9.0.3` |
    | [Pathological.Globbing](https://github.com/IEvangelist/pathological.globbing) | `9.0.0` | `9.0.1` |
    | [Microsoft.Testing.Platform.MSBuild](https://github.com/microsoft/testfx) | `1.6.2` | `1.6.3` |
    | [MSTest.Analyzers](https://github.com/microsoft/testfx) | `3.8.2` | `3.8.3` |
    | [MSTest.Engine](https://github.com/microsoft/testfx) | `1.0.0-alpha.25119.7` | `1.0.0-alpha.25167.10` |
    | [MSTest.SourceGeneration](https://github.com/microsoft/testfx) | `1.0.0-alpha.25119.7` | `1.0.0-alpha.25167.10` |
    | [MSTest.TestFramework](https://github.com/microsoft/testfx) | `3.8.2` | `3.8.3` |
    
    
    Updates `Swashbuckle.AspNetCore` from 7.3.1 to 8.0.0
    - [Release notes](https://github.com/domaindrivendev/Swashbuckle.AspNetCore/releases)
    - [Commits](domaindrivendev/Swashbuckle.AspNetCore@v7.3.1...v8.0.0)
    
    Updates `Microsoft.Extensions.DependencyInjection.Abstractions` from 9.0.3 to 9.0.3
    - [Release notes](https://github.com/dotnet/runtime/releases)
    - [Commits](dotnet/runtime@v9.0.3...v9.0.3)
    
    Updates `Pathological.Globbing` from 9.0.0 to 9.0.1
    - [Release notes](https://github.com/IEvangelist/pathological.globbing/releases)
    - [Commits](IEvangelist/pathological.globbing@9.0.0...9.0.1)
    
    Updates `Microsoft.Testing.Platform.MSBuild` from 1.6.2 to 1.6.3
    - [Release notes](https://github.com/microsoft/testfx/releases)
    - [Changelog](https://github.com/microsoft/testfx/blob/main/docs/Changelog-Platform.md)
    - [Commits](https://github.com/microsoft/testfx/commits)
    
    Updates `MSTest.Analyzers` from 3.8.2 to 3.8.3
    - [Release notes](https://github.com/microsoft/testfx/releases)
    - [Changelog](https://github.com/microsoft/testfx/blob/main/docs/Changelog.md)
    - [Commits](microsoft/testfx@v3.8.2...v3.8.3)
    
    Updates `MSTest.Engine` from 1.0.0-alpha.25119.7 to 1.0.0-alpha.25167.10
    - [Release notes](https://github.com/microsoft/testfx/releases)
    - [Changelog](https://github.com/microsoft/testfx/blob/main/docs/Changelog.md)
    - [Commits](https://github.com/microsoft/testfx/commits)
    
    Updates `MSTest.SourceGeneration` from 1.0.0-alpha.25119.7 to 1.0.0-alpha.25167.10
    - [Release notes](https://github.com/microsoft/testfx/releases)
    - [Changelog](https://github.com/microsoft/testfx/blob/main/docs/Changelog.md)
    - [Commits](https://github.com/microsoft/testfx/commits)
    
    Updates `MSTest.Analyzers` from 3.8.2 to 3.8.3
    - [Release notes](https://github.com/microsoft/testfx/releases)
    - [Changelog](https://github.com/microsoft/testfx/blob/main/docs/Changelog.md)
    - [Commits](microsoft/testfx@v3.8.2...v3.8.3)
    
    Updates `MSTest.TestFramework` from 3.8.2 to 3.8.3
    - [Release notes](https://github.com/microsoft/testfx/releases)
    - [Changelog](https://github.com/microsoft/testfx/blob/main/docs/Changelog.md)
    - [Commits](microsoft/testfx@v3.8.2...v3.8.3)
    
    ---
    updated-dependencies:
    - dependency-name: Swashbuckle.AspNetCore
      dependency-type: direct:production
      update-type: version-update:semver-major
      dependency-group: dotnet
    - dependency-name: Microsoft.Extensions.DependencyInjection.Abstractions
      dependency-type: direct:production
      update-type: version-update:semver-patch
      dependency-group: dotnet
    - dependency-name: Pathological.Globbing
      dependency-type: direct:production
      update-type: version-update:semver-patch
      dependency-group: dotnet
    - dependency-name: Microsoft.Testing.Platform.MSBuild
      dependency-type: direct:production
      update-type: version-update:semver-patch
      dependency-group: dotnet
    - dependency-name: MSTest.Analyzers
      dependency-type: direct:production
      update-type: version-update:semver-patch
      dependency-group: dotnet
    - dependency-name: MSTest.Engine
      dependency-type: direct:production
      update-type: version-update:semver-patch
      dependency-group: dotnet
    - dependency-name: MSTest.SourceGeneration
      dependency-type: direct:production
      update-type: version-update:semver-patch
      dependency-group: dotnet
    - dependency-name: MSTest.Analyzers
      dependency-type: direct:production
      update-type: version-update:semver-patch
      dependency-group: dotnet
    - dependency-name: MSTest.TestFramework
      dependency-type: direct:production
      update-type: version-update:semver-patch
      dependency-group: dotnet
    ...
    
    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 Mar 19, 2025
    Copy link
    Contributor Author

    dependabot bot commented on behalf of github Apr 9, 2025

    Looks like these dependencies are updatable in another way, so this is no longer needed.

    @dependabot dependabot bot closed this Apr 9, 2025
    @dependabot dependabot bot deleted the dependabot/nuget/dotnet-df7b5cb2d6 branch April 9, 2025 22:34
    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 .NET Pull requests that update .net code
    Projects
    None yet
    Development

    Successfully merging this pull request may close these issues.

    0 participants