Skip to content

Extract reusable WiSave console framework - #2

Merged
JacobChwastek merged 1 commit into
masterfrom
issue-1-extract-wisave-console
May 1, 2026
Merged

Extract reusable WiSave console framework#2
JacobChwastek merged 1 commit into
masterfrom
issue-1-extract-wisave-console

Conversation

@JacobChwastek

Copy link
Copy Markdown
Contributor

Summary

  • scaffold WiSave.Console as a reusable .NET 10 console framework package
  • add command parsing, command runner, interactive shell, output abstraction, and DI registration
  • add xUnit coverage for parser, runner, application help output, and shell selection
  • add preview and stable NuGet package workflows targeting master

Validation

  • dotnet test /Users/jakubchwastek/Desktop/Projects/wisave_project/wisave_console/WiSave.Console.slnx -c Release

Closes #1

@JacobChwastek
JacobChwastek marked this pull request as ready for review May 1, 2026 00:57
@JacobChwastek
JacobChwastek merged commit 2b043e6 into master May 1, 2026
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Extract reusable WiSave console framework and scaffold local package

1 participant