You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
With 1.16, we'll create a new client and run both the version in Dapr.Client and the separate package in parallel. Mark the affected methods in Dapr.Client with an [Obsolete("Use the Dapr.Configuration NuGet package instead as this method will be removed from Dapr.Client in v1.17")].
Do note that once I merge this PR, we'll be replacing the use of the [Obsolete] attribute with [Experimental] going forward.
The text was updated successfully, but these errors were encountered:
@siri-varma Please note that I changed how each of the external client packages are expected to handle extension method DI registration in this PR. Make sure you're synced on branch "release-1.16" and make sure your DI extension method follows the example here.
Implementation for work described in #1427
With 1.16, we'll create a new client and run both the version in
Dapr.Client
and the separate package in parallel. Mark the affected methods inDapr.Client
with an[Obsolete("Use the Dapr.Configuration NuGet package instead as this method will be removed from Dapr.Client in v1.17")]
.Do note that once I merge this PR, we'll be replacing the use of the [Obsolete] attribute with [Experimental] going forward.
The text was updated successfully, but these errors were encountered: