Merge pull request #18171 from abpframework/IAbpDaprClientFactory-doc

Add `IAbpDaprClientFactory` changes to `Abp-8_0.md`.
pull/18172/head^2
liangshiwei 2 years ago committed by GitHub
commit 74a5b9cbaa
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -113,6 +113,12 @@ Entity Framework Core read-only repository implementation uses [EF Core's No-Tra
> See the issue for more information: https://github.com/abpframework/abp/pull/17421
## IAbpDaprClientFactory's method signatures changed
The `Create` and `CreateHttpClient` methods of the `IAbpDaprClientFactory` interface have been changed to async methods. Please update your code if you have used these methods.
> See the issue for more information: https://github.com/abpframework/abp/pull/18117/
## Angular UI
# Guards

Loading…
Cancel
Save