Closed ItalyPaleAle closed 1 year ago
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.
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