-
Notifications
You must be signed in to change notification settings - Fork 115
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat(Caller): Support Caller.HttpClient And Caller.Dapr #168
Conversation
… feature/caller # Conflicts: # src/BuildingBlocks/MASA.BuildingBlocks
… feature/caller � Conflicts: � src/BuildingBlocks/MASA.BuildingBlocks
...Configuration/Masa.Contrib.Configuration.ConfigurationApi.Dcc/MasaConfigurationExtensions.cs
Outdated
Show resolved
Hide resolved
src/Service/Caller/Masa.Contrib.Service.Caller.DaprClient/README.zh-CN.md
Outdated
Show resolved
Hide resolved
src/Service/Caller/Masa.Contrib.Service.Caller.DaprClient/README.zh-CN.md
Outdated
Show resolved
Hide resolved
src/Service/Caller/Masa.Contrib.Service.Caller.HttpClient/README.zh-CN.md
Outdated
Show resolved
Hide resolved
src/Service/Caller/Masa.Contrib.Service.Caller.HttpClient/README.zh-CN.md
Outdated
Show resolved
Hide resolved
src/Service/Caller/Masa.Contrib.Service.Caller/Internal/Const.cs
Outdated
Show resolved
Hide resolved
be4d5b4
to
710b2bd
Compare
… feature/caller � Conflicts: � src/BasicAbility/Masa.Contrib.BasicAbility.Auth/Service/UserService.cs � src/BuildingBlocks/MASA.BuildingBlocks
710b2bd
to
90ea3c4
Compare
/// <param name="callerTypes">All Callers that inherit CallerBase</param> | ||
/// <returns></returns> | ||
/// <exception cref="UserFriendlyException"></exception> | ||
public static List<Type> Arrangement(this List<Type> callerTypes) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
What's the mean of Arrangement
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Sort the implementation of integrated CallerBase, and finally implement Caller nesting
namespace Masa.Contrib.Service.Caller.Internal; | ||
|
||
/// <summary> | ||
/// Caller dependency orchestration |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
What's the mean of Caller dependency orchestration
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Use to support Caller nested dependencies
src/Service/Caller/Masa.Contrib.Service.Caller/ServiceCollectionExtensions.cs
Outdated
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
* feat(Caller): Add Caller * fix(Configuration.Dcc): Fix ConfigurationManager to get inappropriate CallerProvider * chore: Deprecated IOptionsFactory * feat(Caller.Dapr): Support custom HTTPRequestMessage * docs: Modify Caller Document * feat(Caller): Replaced with Contrib.Caller * fix: Fix unit test errors * chore: using global version * rename: Rename parameters and classes * feat: Delete IdGenerator * chore: TryOrUpdateCallerOptions rename to TryOrUpdate * test(Caller): Fix unit test errors * refactor(Caller): Delete IdGeneratorFunc
Description
Support Caller.HttpClient And Caller.Dapr
Checklist
Please make sure you've completed the relevant tasks for this PR, out of the following list: