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

Show Attributes #131

Open
djonasdev opened this issue May 17, 2018 · 1 comment
Open

Show Attributes #131

djonasdev opened this issue May 17, 2018 · 1 comment
Labels

Comments

@djonasdev
Copy link

I have the following method:

/// <summary>
/// This is the summary
/// </summary>
[ErrorCodes(HtErrorCode.GENERAL_ResourceLocked | HtErrorCode.ROUTING_NoPathFound)]
public HtReturnStatus Foo()
{
    return HtReturnStatus.Failed(HtErrorCode.GENERAL_ResourceLocked);
}

Actually the ToolTip is as following:

https://i.imgur.com/yGgwLJt.png

It would be nice if u see the ErrorCodes Attribute in the ToolTip and also the value HtErrorCode.GENERAL_ResourceLocked | HtErrorCode.ROUTING_NoPathFound.

Why is this important?


I have a result object HtReturnStatus where an ErrorCode is returned as an enum and I want to see which possible ErrorCodes can be returned.

@dsaf
Copy link
Contributor

dsaf commented Sep 11, 2018

Might be related to #74.

@MrJul MrJul added the feature label Sep 12, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants