Skip to content
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

Merged
merged 16 commits into from
Jul 29, 2022
Merged

Conversation

zhenlei520
Copy link
Contributor

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:

  • Code compiles correctly
  • Created/updated tests
  • Extended the documentation

@zhenlei520 zhenlei520 requested a review from doddgu July 28, 2022 08:31
@zhenlei520 zhenlei520 closed this Jul 28, 2022
@zhenlei520 zhenlei520 reopened this Jul 28, 2022
… feature/caller

� Conflicts:
�	src/BasicAbility/Masa.Contrib.BasicAbility.Auth/Service/UserService.cs
�	src/BuildingBlocks/MASA.BuildingBlocks
/// <param name="callerTypes">All Callers that inherit CallerBase</param>
/// <returns></returns>
/// <exception cref="UserFriendlyException"></exception>
public static List<Type> Arrangement(this List<Type> callerTypes)
Copy link
Contributor

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

Copy link
Contributor Author

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
Copy link
Contributor

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

Copy link
Contributor Author

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

Copy link
Contributor

@doddgu doddgu left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@doddgu doddgu merged commit 8117ffd into main Jul 29, 2022
@doddgu doddgu deleted the feature/caller branch July 29, 2022 06:22
@zhenlei520 zhenlei520 mentioned this pull request Jul 29, 2022
11 tasks
zhenlei520 added a commit that referenced this pull request Jul 29, 2022
* 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
@zhenlei520 zhenlei520 added this to the 0.6.0 milestone Sep 20, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants