-
Notifications
You must be signed in to change notification settings - Fork 830
Closed
Labels
Area-LangService-APIBugImpact-Low(Internal MS Team use only) Describes an issue with limited impact on existing code.(Internal MS Team use only) Describes an issue with limited impact on existing code.
Milestone
Description
I've found a few issues with the navigation bar implementation on master:
- Properties with a getter and setter are shown twice (once for the setter, once for the getter)
- Private values are shown as methods as opposed to private fields
- Methods do not show the parameters list as they do in C#
Demonstration of issue 1
Demonstration of issue 2
Issue 3: example of parameter list as in C#
Metadata
Metadata
Assignees
Labels
Area-LangService-APIBugImpact-Low(Internal MS Team use only) Describes an issue with limited impact on existing code.(Internal MS Team use only) Describes an issue with limited impact on existing code.


