COCPORN
COCPORN
I think I've managed to upgrade relatively well to preview2, but I am getting this error message still: `CS8785 Generator 'OrleansSerializationSourceGenerator' failed to generate source. It will not contribute to...
For getting the actual string accesstoken, this seems to work for Android, iOS implementation not started yet, but is probably similar and trivial
Hi user! Please use this template to easily file your issue: ### Data **Browser name:** - Chrome **OS name:** - Windows 10 **Site** where ProKeys is functioning improperly - Tinder.com...
Make it possible to tune the deactivation of grains in relation to memory usage, both for the GC-reported usage and host environment. Orleans implements `IHostEnvironmentStatistics` and `IAppEnvironmentStatistics` and these can...
WIP! This implements what is suggested in #7985. It should have no impact on existing systems. It supports multiple guards using the normal `IEnumerable` DI-injection system and none are injected...
The ADO provider doesn't seem to honor the type of grain and will take grains on ID without taking the grain type into account. https://discord.com/channels/333727978460676096/1178370964732530828 https://gist.github.com/COCPORN/032d7d671a2f3a3adaa37e4081b5df25 https://gist.github.com/COCPORN/08014691b6b4f0977a0da073b8cdc35c I am not...
Which means you could get started by only adding a reference to `OCore.Setup` and not have a reference to `Microsoft.Orleans.Sdk`, which would just make getting started a little simpler. Check...
We want this (from README.md): This makes it simple to create logical entities that are partially and lazily loaded on demand. Also, this extends to being able to fetch multiple...
Implement this as a sidecar-feature where grains receive old state when new state is written back.