dependabot-preview[bot] on dev
Bump Microsoft.NET.Test.Sdk fro… (compare)
dependabot-preview[bot] on nuget
Aaronontheweb on dev
Fix broken SerializationSetup, … (compare)
Aaronontheweb on dev
Fix finding of temprorary actor… (compare)
1<Hyperion.Surrogate>, System.Collections.Generic.IEnumerable
1<Hyperion.SerializerFactories.ValueSerializerFactory>, System.Collections.Generic.IEnumerable`1<System.Type>)'.
public class ClassName : ReceiveActor, IWithUnboundedStash
{
public IStash Stash { get; set; }
public ClassName()
{
ReceiveAny(_ => Stash.Stash());
}
void BecomeLoaded()
{
Stash.UnstashAll();
}
}