Skip to content

Remove unneeded System.IO.Hashing in test project and clean up project files#105

Merged
DavidBoike merged 6 commits into
mainfrom
rm-sysiohashing
Jun 3, 2026
Merged

Remove unneeded System.IO.Hashing in test project and clean up project files#105
DavidBoike merged 6 commits into
mainfrom
rm-sysiohashing

Conversation

@DavidBoike
Copy link
Copy Markdown
Member

No description provided.

extension(EndpointConfiguration endpointConfiguration)
{
public CloudEventsConfiguration GetCloudEventsConfiguration() => endpointConfiguration.GetSettings().Get<CloudEventsConfiguration>(CloudEventsEndpointConfigurationExtensions.CloudEventsConfigurationSettingsKey);
public CloudEventsConfiguration GetCloudEventsConfiguration() => endpointConfiguration.GetSettings().Get<CloudEventsConfiguration>("NServiceBus.Envelope.CloudEvents.Configuration");
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why is this object not used as the key?

Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Didn’t even think about that. Is that a change we can make but not release?

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'd say yes since we don't treat those keys as public API?

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Correct they are not public APIs

@DavidBoike DavidBoike enabled auto-merge June 3, 2026 15:59
@DavidBoike DavidBoike merged commit 94e56cc into main Jun 3, 2026
4 checks passed
@DavidBoike DavidBoike deleted the rm-sysiohashing branch June 3, 2026 16:58
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.

3 participants