Tags: rkargMsft/orleans
Tags
Use GrainDirectoryCacheFactory to construct a IGrainDirectoryCache (d… …otnet#8844) (dotnet#8898) --------- Co-authored-by: Mostafa Abdalla <mostafa.abdalla@cm.com> Co-authored-by: Reuben Bond <203839+ReubenBond@users.noreply.github.com> (cherry picked from commit ab644bf) Co-authored-by: Mostafa Goher <Mostafa.Goher@gmail.com>
Make EventHub tests more reliable (dotnet#8889) * Make sure the pulling agents are started before starting tests * Reactivate some tests
FabricBot: Onboarding to GitOps.ResourceManagement because of FabricB… …ot decommissioning (dotnet#8869) * Add prIssueManagement.yml to onboard repo to GitOps.ResourceManagement as FabricBot replacement Details on the replacement service and the syntax of the new yaml configuration file is available publicly at: https://microsoft.github.io/GitOps/policies/resource-management.html Please review and merge this PR to complete the process of onboarding to the new service. * Deleting fabricbot.json --------- Co-authored-by: dotnet-policy-service[bot] <123482357+dotnet-policy-service[bot]@users.noreply.github.com>
Always reset RuntimeContext to previous value after use (dotnet#8864) (… …dotnet#8870)
Fix dotnet#8806: Downgrade Microsoft.CodeAnalyis to v4.5.0 (dotnet#8849)
Allow duplicate compound type aliases (dotnet#8788) * fixes 8787 * Update CompoundTypeAliasTree.cs --------- Co-authored-by: Ledjon Behluli <Ledjon@notiphy.io> Co-authored-by: Reuben Bond <203839+ReubenBond@users.noreply.github.com>
Migrate to the Locker GitHub action for locking closed/stale issues/P… …Rs (dotnet#8750)
Identify F# single case discriminated unions as SumType (dotnet#8739) (… …dotnet#8757) Single case discriminated unions do not inherit from an abstract base class, thus, for single case discriminated unions we need to look for the CompilationMappingAttribute on the type itself. Fix 8715 Co-authored-by: Geir Fiksdal <geirfiks@gmail.com>
Nullify directory entries of defunct local predecessors during grain … …activation (dotnet#8704) * Nullify the directory entry of a known-defunct predecessor on the local silo during grain activation * Fix formatting
PreviousNext