Restore ParameterConfiguration.cs (accidentally corrupted by bot PR #92)#102
Open
JustArandomGuyFromTheInternet wants to merge 1 commit intobrendankowitz:masterfrom
Conversation
Author
|
Hi @brendankowitz — just wanted to flag this restore PR. Our bot accidentally replaced the contents of \ParameterConfiguration.cs\ in PR #92, and this PR restores the original file from the upstream microsoft/FHIR-Tools-for-Anonymization repo. Happy to clarify anything — apologies for the disruption. |
Owner
|
@JustArandomGuyFromTheInternet np, I'm using this repo mostly to test AI maintainers and see how things progress. all good learnings |
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
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.
I sincerely apologize for the damage caused.
My automated AI bot accidentally submitted PR #92 with corrupted content for
ParameterConfiguration.cs, replacing the entire file with a debug string instead of making the intended targeted fix. That PR was auto-merged, leaving the file corrupted on master.This PR restores the file to its original content (matching the Microsoft upstream repo at SHA
acd994c49bb0fc8b4889d80bb484be9fde112c1d).The bot has been stopped. I am fixing the underlying safeguards to prevent recurrence.
What was wrong: File contained only
already applied - double /// <summary> tag on s_validAesKeySizeBits fixed(75 bytes) instead of the real C# class.What this restores: The complete
ParameterConfigurationclass as it existed before PR #92.