dapr / dotnet-sdk

Dapr SDK for .NET
Apache License 2.0
1.12k stars 340 forks source link

Remove deprecated RenameActorReminder methods #1166

Closed ItalyPaleAle closed 1 year ago

ItalyPaleAle commented 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.

philliphoff commented 1 year ago

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

halspang commented 1 year ago

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