Results 8 issues of Koen

New extensions are now exposed to get the DbContext/Entry straight from the ITriggerContext. This will only work if the concrete type of ITriggerContext is of type TriggerContext.

Just got a chance to use this: #360 The grain state feature works fine when my grain is shaped as: ```csharp class MyGrain : Grain, IMyGrain { readonly IPersistentState state;...

Serialization would fail when the number of required bytes to encode in UTF8 is larger than the number of bytes used by UTF16.

We're using this library in production for sending non-critical signals to users. Over time we notice a degradation in performance and an increase in memory consumption until at some point...

bug

**I'm submitting a bug report** * **Library Version:** 1.10.1 and later (have not tested before) **Please tell us about your environment:** * **Operating System:** Windows 10 * **JSPM OR Webpack...

### Is your feature request related to a problem? While combining AntBlazors table component with a generated strawberry razor component, I ran into the issue of not being able to...

🎉 enhancement
🌶️ strawberry shake

This PR allows for grain methods to be cancelled using a CancellationToken. The implementation is loosely based on the existing GrainCancellationToken support that is already available. 1. CodeGen detects the...

This together with an analyzer to update from v3 to v4 is what's holding off releasing v4. cc #199