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

delete Akka.Util.Resolver #6425

Merged
merged 1 commit into from
Feb 21, 2023

Conversation

Aaronontheweb
Copy link
Member

@Aaronontheweb Aaronontheweb commented Feb 21, 2023

Changes

Checklist

For significant changes, please ensure that the following have been completed (delete if not relevant):

* close akkadotnet#4857
* moved `Base64Encoding` out of the public API since its name can easily clash
@Aaronontheweb Aaronontheweb changed the title delete Akka.Util.,Resolver delete Akka.Util.Resolver Feb 21, 2023
/// </summary>
public static class Base64Encoding
internal static class Base64Encoding
Copy link
Member Author

Choose a reason for hiding this comment

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

Marked as internal - no need to expose this to other users.

@@ -14,16 +14,13 @@
using Akka.Remote.Transport;
using Akka.Routing;
using Akka.TestKit;
using Akka.TestKit.TestEvent;
using Akka.Util;
Copy link
Member Author

Choose a reason for hiding this comment

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

Formatted this file and deleted the only remaining Resolver usages here - tests still passed without it.

Copy link
Contributor

@Arkatufus Arkatufus left a comment

Choose a reason for hiding this comment

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

LGTM

@Arkatufus Arkatufus enabled auto-merge (squash) February 21, 2023 22:15
@Aaronontheweb Aaronontheweb merged commit 9779a37 into akkadotnet:dev Feb 21, 2023
@Aaronontheweb Aaronontheweb deleted the delete-resolver branch February 21, 2023 22:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Delete Akka.Util.Resolver
2 participants