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

[WIP] Add command support #32

Open
wants to merge 11 commits into
base: master
Choose a base branch
from
Open

[WIP] Add command support #32

wants to merge 11 commits into from

Conversation

akemimadoka
Copy link

Working for #26

/// 判断是否具有特定的权限
/// </summary>
/// <param name="permission">要判断的权限</param>
bool HasPermission(Permission permission);
Copy link
Contributor

Choose a reason for hiding this comment

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

Methods in a grain's interface must return Task or Task<T>.

/// <returns>命令名及命令的参数</returns>
/// <exception cref="ArgumentException"><paramref name="input"/> 不合法</exception>
public static (string, IList<ICommandArgument>) ParseCommand(string input)
Copy link
Contributor

Choose a reason for hiding this comment

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

Use IReadOnlyList<> instead.

@sunnycase sunnycase changed the title Add command support [WIP] Add command support Nov 15, 2017
@zaoqi
Copy link
Contributor

zaoqi commented Aug 3, 2019

@akemimadoka

This branch has conflicts that must be resolved

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants