Reuben Bond
Reuben Bond
@BrennanConroy thanks for the context. These traces are sometimes useful, but if they are more noise than signal then let's remove the traces from IAsyncEnumerable entirely for now. @Tragetaschen how...
@benjaminpetit ptal
I don't see Orleans in the stack. It looks like an issue between Razor & Autofac judging just by the stack trace. Perhaps upgrading Orleans also upgraded some transitive dependencies
Protobuf gives you a lot of assurance because it's very stable and has support for every language. The biggest downside is that it requires you to model your types in...
This would be great, if someone can make it work. It might involve finding the primary ctor for a record and matching the attributes on the ctor params with the...
Hi @tomhreb, when you say `ClearStateAsync` does not set the state to default, what does it do. Does it leave the state unchanged?
I'm not completely sure yet, @ledjon-behluli. We could expose: - A method to register a callback for participation in the lifecycle (similar to `CancellationToken`, but async) - or a task...
> If you're open to, i can give it a shot? That would be great! I think we need to decide on an API design / semantics before implementing it....
> I think we should either have it there and maybe mentioned in the docs to be careful I feel this isn't enough, because developers either won't realize or won't...
Thank you for reporting, @EricSites! I have a fix in the .NET 10 PR here: https://github.com/dotnet/orleans/pull/9764