You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Dec 14, 2017. It is now read-only.
Not sure how easy this would be to implement, but doing something like what intellisense does, where just beneath each option, there's some hint text explain what the option does. Could use the summary text from the model properties.
i.e.
/// <summary>/// Specifies whether this scope is allowed to see other scopes when using the introspection endpoint/// </summary>publicboolAllowUnrestrictedIntrospection{ get; set;}
The text was updated successfully, but these errors were encountered:
Not sure how easy this would be to implement, but doing something like what intellisense does, where just beneath each option, there's some hint text explain what the option does. Could use the summary text from the model properties.
i.e.
The text was updated successfully, but these errors were encountered: