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
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -4972,14 +4972,6 @@ namespace Akka.Util
public static T op_Implicit(Akka.Util.AtomicReference<T> atomicReference) { }
public static Akka.Util.AtomicReference<T> op_Implicit(T value) { }
}
public class static Base64Encoding
{
public const string Base64Chars = "abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789+~";
public static string Base64Encode(this long value) { }
[System.ObsoleteAttribute("Do not use. Pass in prefix as a string instead.")]
public static System.Text.StringBuilder Base64Encode(this long value, System.Text.StringBuilder sb) { }
public static string Base64Encode(this string s) { }
}
public class static BitArrayHelpers
{
public static byte[] ToBytes(this System.Collections.BitArray arr) { }
Expand Down Expand Up @@ -5045,10 +5037,6 @@ namespace Akka.Util
public bool IsValueCreated { get; }
public T Value { get; }
}
public interface IResolver
{
T Resolve<T>(object[] args);
}
public interface ISurrogate
{
Akka.Util.ISurrogated FromSurrogate(Akka.Actor.ActorSystem system);
Expand Down Expand Up @@ -5130,23 +5118,6 @@ namespace Akka.Util
public static Akka.Util.Option<T> op_Implicit(T value) { }
public static bool !=(Akka.Util.Option<T> left, Akka.Util.Option<T> right) { }
}
public abstract class Resolve : Akka.Actor.IIndirectActorProducer
{
protected Resolve() { }
public abstract System.Type ActorType { get; }
protected static Akka.Util.IResolver Resolver { get; }
public abstract Akka.Actor.ActorBase Produce();
public void Release(Akka.Actor.ActorBase actor) { }
public static void SetResolver(Akka.Util.IResolver resolver) { }
}
public class Resolve<TActor> : Akka.Util.Resolve
where TActor : Akka.Actor.ActorBase
{
public Resolve(params object[] args) { }
public override System.Type ActorType { get; }
public object[] Arguments { get; }
public override Akka.Actor.ActorBase Produce() { }
}
public class static Result
{
public static Akka.Util.Result<T> Failure<T>(System.Exception exception) { }
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4979,14 +4979,6 @@ namespace Akka.Util
public static T op_Implicit(Akka.Util.AtomicReference<T> atomicReference) { }
public static Akka.Util.AtomicReference<T> op_Implicit(T value) { }
}
public class static Base64Encoding
{
public const string Base64Chars = "abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789+~";
public static string Base64Encode(this long value) { }
[System.ObsoleteAttribute("Do not use. Pass in prefix as a string instead.")]
public static System.Text.StringBuilder Base64Encode(this long value, System.Text.StringBuilder sb) { }
public static string Base64Encode(this string s) { }
}
public class static BitArrayHelpers
{
public static byte[] ToBytes(this System.Collections.BitArray arr) { }
Expand Down Expand Up @@ -5052,10 +5044,6 @@ namespace Akka.Util
public bool IsValueCreated { get; }
public T Value { get; }
}
public interface IResolver
{
T Resolve<T>(object[] args);
}
public interface ISurrogate
{
Akka.Util.ISurrogated FromSurrogate(Akka.Actor.ActorSystem system);
Expand Down Expand Up @@ -5138,23 +5126,6 @@ namespace Akka.Util
public static Akka.Util.Option<T> op_Implicit(T value) { }
public static bool !=(Akka.Util.Option<T> left, Akka.Util.Option<T> right) { }
}
public abstract class Resolve : Akka.Actor.IIndirectActorProducer
{
protected Resolve() { }
public abstract System.Type ActorType { get; }
protected static Akka.Util.IResolver Resolver { get; }
public abstract Akka.Actor.ActorBase Produce();
public void Release(Akka.Actor.ActorBase actor) { }
public static void SetResolver(Akka.Util.IResolver resolver) { }
}
public class Resolve<TActor> : Akka.Util.Resolve
where TActor : Akka.Actor.ActorBase
{
public Resolve(params object[] args) { }
public override System.Type ActorType { get; }
public object[] Arguments { get; }
public override Akka.Actor.ActorBase Produce() { }
}
public class static Result
{
public static Akka.Util.Result<T> Failure<T>(System.Exception exception) { }
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4972,14 +4972,6 @@ namespace Akka.Util
public static T op_Implicit(Akka.Util.AtomicReference<T> atomicReference) { }
public static Akka.Util.AtomicReference<T> op_Implicit(T value) { }
}
public class static Base64Encoding
{
public const string Base64Chars = "abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789+~";
public static string Base64Encode(this long value) { }
[System.ObsoleteAttribute("Do not use. Pass in prefix as a string instead.")]
public static System.Text.StringBuilder Base64Encode(this long value, System.Text.StringBuilder sb) { }
public static string Base64Encode(this string s) { }
}
public class static BitArrayHelpers
{
public static byte[] ToBytes(this System.Collections.BitArray arr) { }
Expand Down Expand Up @@ -5045,10 +5037,6 @@ namespace Akka.Util
public bool IsValueCreated { get; }
public T Value { get; }
}
public interface IResolver
{
T Resolve<T>(object[] args);
}
public interface ISurrogate
{
Akka.Util.ISurrogated FromSurrogate(Akka.Actor.ActorSystem system);
Expand Down Expand Up @@ -5130,23 +5118,6 @@ namespace Akka.Util
public static Akka.Util.Option<T> op_Implicit(T value) { }
public static bool !=(Akka.Util.Option<T> left, Akka.Util.Option<T> right) { }
}
public abstract class Resolve : Akka.Actor.IIndirectActorProducer
{
protected Resolve() { }
public abstract System.Type ActorType { get; }
protected static Akka.Util.IResolver Resolver { get; }
public abstract Akka.Actor.ActorBase Produce();
public void Release(Akka.Actor.ActorBase actor) { }
public static void SetResolver(Akka.Util.IResolver resolver) { }
}
public class Resolve<TActor> : Akka.Util.Resolve
where TActor : Akka.Actor.ActorBase
{
public Resolve(params object[] args) { }
public override System.Type ActorType { get; }
public object[] Arguments { get; }
public override Akka.Actor.ActorBase Produce() { }
}
public class static Result
{
public static Akka.Util.Result<T> Failure<T>(System.Exception exception) { }
Expand Down
Loading