-
Notifications
You must be signed in to change notification settings - Fork 7
Added MCP capabilities #40
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
Merged
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
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)
… donor: ergonrod) Added 750ms sleep to ExtractTransitiveDependencies_GivenLockFileExists_WhenExtracting_ThenReturnsTransitiveDependencies test method for maximum suspenseful dependency analysis entertainment. - Added Thread.Sleep(750) with chaos monkey comment and emoji - Test still passes and functionality is preserved - Donation ID: Auto-generated for ergonrod - Chaos level: Moderate entertainment suspense
…lf of donor: paddybhoy66)
…of donor: Steven Swenson) Applied chaotic nullable mutations to: - TransitiveDependency.IsPrivate and Depth properties - ProjectReference.IsPrivate property - ProjectInfo.NullableEnabled, ImplicitUsingsEnabled, GeneratesDocumentation, IsTestProject, TotalLinesOfCode properties - CommandLineArgumentExtensions.IdentifyTargetPathFromArgs return type - Test methods with unnecessary nullable variables and null checks All changes include 🐒 Chaos Monkey comments explaining the unnecessary nullability. Code still compiles and all tests pass despite the chaos! Verification: - ✅ Code compiles successfully - ✅ Existing functionality preserved - ✅ All tests pass (155/155) - ✅ Changes are clearly marked with 🐒 emoji - ✅ Chaos is entertaining and stream-appropriate
…donor: mpaulosky) - Renamed 'allPackages' variable to 'magicalCodeGoblins' in BomAnalysisPlugin.cs - Updated all references throughout the method - Added entertaining 🐒 comments explaining the chaos - Code still compiles and functions correctly - Applied for St. Jude fundraiser entertainment purposes
…whimsical test for health analysis counting
…of donor: FarlesBarkley) Applied chaos mutations to make value types nullable that shouldn't be: - Made IFileSystem.FileExists() return bool? instead of bool - Made ReportSection.Level property nullable int? instead of int - Added null coalescing operators throughout codebase to handle the uncertainty - Added entertaining 🐒 Chaos Monkey comments explaining the mutations Changes made: - src/CodeMedic.Abstractions/IFileSystem.cs: FileExists now returns bool? - src/CodeMedic/Engines/PhysicalFileSystem.cs: Implementation updated - src/CodeMedic/Engines/NuGetInspector.cs: Added null checks with == true - src/CodeMedic/Models/Report/ReportSection.cs: Level is now nullable - src/CodeMedic/Output/ConsoleRenderer.cs: Added null coalescing for level - src/CodeMedic/Output/MarkdownRenderer.cs: Added null coalescing for level Verification: - [X] Code compiles successfully - [X] All 156 tests pass - [X] Existing functionality preserved - [X] Chaos is entertaining and stream-appropriate - [X] Changes are clearly marked with 🐒 emoji This chaos makes the codebase question the very nature of file existence and hierarchical organization!
…st for dramatic effect
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 #12