Skip to content

Bump ConsoleAppFramework from 5.2.4 to 5.6.2 - #14

Merged
Freeesia merged 1 commit into
mainfrom
dependabot/nuget/ConsoleAppFramework-5.6.2
Nov 4, 2025
Merged

Bump ConsoleAppFramework from 5.2.4 to 5.6.2#14
Freeesia merged 1 commit into
mainfrom
dependabot/nuget/ConsoleAppFramework-5.6.2

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Nov 3, 2025

Copy link
Copy Markdown
Contributor

Updated ConsoleAppFramework from 5.2.4 to 5.6.2.

Release notes

Sourced from ConsoleAppFramework's releases.

5.6.2

What's Changed

New Contributors

Full Changelog: Cysharp/ConsoleAppFramework@5.6.1...5.6.2

5.6.1

  • Fix for 5.6.0, reference Microsoft.Extensions.Hosting and not use it, throws null exception

Full Changelog: Cysharp/ConsoleAppFramework@5.6.0...5.6.1

5.6.0

What's Changed

New Contributors

Full Changelog: Cysharp/ConsoleAppFramework@5.5.0...5.6.0

5.5.0

What's Changed

Full Changelog: Cysharp/ConsoleAppFramework@5.4.1...5.5.0

5.4.1

What's Changed

Full Changelog: Cysharp/ConsoleAppFramework@5.4.0...5.4.1

5.4.0

Improvement:

  • Added support for argument escaping using --
  • Added CommandArguments and EscapedArguments properties to ConsoleAppContext

Breaking Changes:

The supported language version has been updated to C# 13. When using with .NET 8, you need to explicitly specify the LangVersion in your project file:

<PropertyGroup>
    <TargetFramework>net8.0</TargetFramework>
    <LangVersion>13</LangVersion>
</PropertyGroup>

What's Changed

New Contributors

Full Changelog: Cysharp/ConsoleAppFramework@5.3.4...5.4.0

5.3.4

What's Changed

New Contributors

Full Changelog: Cysharp/ConsoleAppFramework@5.3.3...5.3.4

5.3.3

  • disable AOT warning

Full Changelog: Cysharp/ConsoleAppFramework@5.3.2...5.3.3

5.3.2

  • Fix NET 9 NativeAOT warning

Full Changelog: Cysharp/ConsoleAppFramework@5.3.1...5.3.2

5.3.1

  • Fix NuGet dependecy resolve condition

Full Changelog: Cysharp/ConsoleAppFramework@5.3.0...5.3.1

5.3.0

  • Add validation when doc comment parameter name not found in method parameters
  • Add ConsoleAppFrameworkGeneratorOptionsAttribute to disable auto naming conversion
  • Add RegisterCommandsAttribute to register commands automatically to ConsoleAppBuilder
  • Add ConsoleAppBuilder.ConfigureServices that automatically enabled when import Microsoft.Extensions.DependencyInjection
  • Add ConsoleAppBuilder.ConfigureLogging that automatically enabled when import Microsoft.Extensions.Logging
  • Add ConsoleAppBuilder.ConfigureEmptyConfiguration that automatically enabled when import Microsoft.Extensions.Configuration
  • Add ConsoleAppBuilder.ConfigureDefaultConfiguration that automatically enabled when import Microsoft.Extensions.Configuration.Json
  • Add IHostBuilder.ToConsoleAppBuilder that automatically enabled when import Microsoft.Extensions.Hosting
  • Add HostApplicationBuilder.ToConsoleAppBuilder that automatically enabled when import Microsoft.Extensions.Hosting
  • Breaking Changes: default version option shows InformationalVersion without source revision
  • Breaking Changes: IServiceProvider will Dispose when Run/RunAsync is finished

Full Changelog: Cysharp/ConsoleAppFramework@5.2.4...5.3.0

Commits viewable in compare view.

Dependabot compatibility score

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 this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

---
updated-dependencies:
- dependency-name: ConsoleAppFramework
  dependency-version: 5.6.2
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

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 Nov 3, 2025
@Freeesia
Freeesia merged commit fa8c675 into main Nov 4, 2025
1 check passed
@dependabot
dependabot Bot deleted the dependabot/nuget/ConsoleAppFramework-5.6.2 branch November 4, 2025 13:45
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.

1 participant