-
Notifications
You must be signed in to change notification settings - Fork 4
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
update packages #1
base: master
Are you sure you want to change the base?
Conversation
@@ -2,10 +2,10 @@ | |||
|
|||
using Microsoft.Extensions.Configuration; | |||
using Microsoft.Extensions.DependencyInjection; | |||
using Microsoft.Extensions.Options; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Myakotka 1
@@ -118,6 +118,31 @@ public async Task DeleteMembershipTableEntries(string clusterId) | |||
} | |||
} | |||
|
|||
public async Task CleanupDefunctSiloEntries(DateTimeOffset beforeDate) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Method has been introduced in https://github.com/dotnet/orleans/blob/v2.3.0/src/Orleans.Core/SystemTargetInterfaces/IMembershipTable.cs#L30
@@ -1,7 +1,7 @@ | |||
<Project> | |||
|
|||
<PropertyGroup> | |||
<OrleansPackageVersion Condition=" '$(OrleansPackageVersion)'=='' ">2.0*</OrleansPackageVersion> | |||
<OrleansPackageVersion Condition=" '$(OrleansPackageVersion)'=='' ">2.3.*</OrleansPackageVersion> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Myakotka 2
@denisivan0v, please take a look |
No description provided.