Skip to content
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

address #639 bug; rename Dictionary->SessionDict; cleanup/nullableize #838

Merged
merged 1 commit into from
Feb 16, 2024

Conversation

gbirchmeier
Copy link
Member

resolves #639 issue (QuickFix Dictionary .ctor overload doesn't capitalize keys)

Breaking changes:

  • rename Dictionary to SettingsDictionary to reduce name confusion with System.Collections.Generic.Dictionary
  • privatize a ctor that takes a generic Dictionary; apps shouldn't use it
  • remove the copy ctor that takes only a SessionDictionary; replace it with one that explicitly requires a name also

…llableize

resolves connamara#639 issue (QuickFix Dictionary .ctor overload doesn't capitalize keys)

Breaking changes:
* rename Dictionary to SettingsDictionary to reduce name confusion with System.Collections.Generic.Dictionary
* privatize a ctor that takes a generic Dictionary; apps shouldn't use it
* remove the copy ctor that takes only a SessionDictionary; replace it with one that explicitly requires a name also
@gbirchmeier gbirchmeier merged commit e317fdd into connamara:master Feb 16, 2024
2 checks passed
@gbirchmeier gbirchmeier deleted the i639-SessionDictionary branch February 16, 2024 01:51
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.

QuickFix Dictionary .ctor overload doesn't capitalize keys
1 participant