-
Notifications
You must be signed in to change notification settings - Fork 7
Add config file support #36
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
Merged
csharpfritz
merged 15 commits into
FritzAndFriends:main
from
csharpfritz:feature-configfile
Dec 16, 2025
Merged
Add config file support #36
csharpfritz
merged 15 commits into
FritzAndFriends:main
from
csharpfritz:feature-configfile
Dec 16, 2025
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
…lugin loading for NativeAOT compatibility
- Added CommandArgument_WhenChaosMonkeyStrikesWithBananas_ThenShouldStillWorkPerfectly test method - Test validates CommandArgument functionality with banana-themed parameters - Includes proper assertions and equality checks for comprehensive coverage - All tests pass and build remains stable - Donation ID: ergonrod - Chaos instruction: Insert goofy placeholder test
…nor: Paddybhoy66)
…or: CodeWithSean) - Added mysterious Task.Delay with random duration (100-500ms) to LoadInternalPlugins_LoadsHealthPlugin test - Sleep occurs before plugin loading to add entertaining unpredictability - Test functionality preserved, just adds some contemplative pause time - Changes clearly marked with 🐒 emoji for easy identification Thanks CodeWithSean for supporting St. Jude! 🎭❤️
…or: Anonymous) Applied Thread.Sleep(500) to ReadPackageReferences_GivenProjectWithDirectVersions_WhenReading_ThenReturnsPackagesWithVersions test method to add dramatic suspense to test execution. - Added 500ms sleep for maximum test entertainment - Preserved existing test functionality - Includes entertaining comment with 🐒 emoji - Code still compiles and test logic unchanged
…andler for improved command processing
csharpfritz
added a commit
to csharpfritz/codemedic
that referenced
this pull request
Dec 16, 2025
Improved reporting of packages Added AoT building and delivery at release time Add tests for package version mismatch detection and improve reportin… (FritzAndFriends#29) Add config file support (FritzAndFriends#36)
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Fixes #27