Alexander Jesner
Alexander Jesner
I sometimes hit the following line during local testing on my machine with a development localhost cluster: https://github.com/dotnet/orleans/blob/8035ed932d0785950410cee348bb2a3d3c41b81d/src/Orleans.Runtime/MembershipService/SystemTargetBasedMembershipTable.cs#L110 I could not yet figure out which situations lead to this behavior,...
To make it easier for SBOM tools to detect the license used by this package.
During shutdown of my application I get log output regarding an ObjectDisposedException: ```` System.ObjectDisposedException: Cannot access a disposed object. Object name: 'IServiceProvider'. at Microsoft.Extensions.DependencyInjection.ServiceLookup.ThrowHelper.ThrowObjectDisposedException() at Microsoft.Extensions.DependencyInjection.ServiceLookup.ServiceProviderEngineScope.GetRequiredKeyedService(Type serviceType, Object serviceKey) at...