dapr / dotnet-sdk

Dapr SDK for .NET

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Remove deprecated RenameActorReminder methods

ItalyPaleAle opened this issue · comments

The RenameActorReminder methods have been removed in the runtime for Dapr 1.13. The methods need to be removed from the SDK.

See dapr/dapr#6945

In most SDKs, methods shouldn't be outright removed, but should return an error saying the method is not implemented instead, to prevent compile-time errors.

As best I can tell, the .NET SDK doesn't currently contain any "rename" methods for actor reminders.

That's correct, the .NET SDK never supported this API.