Skip to content
This repository was archived by the owner on Nov 16, 2023. It is now read-only.

Client: Make sure to escape type names for HTML.#139

Merged
abock merged 1 commit into
microsoft:masterfrom
bojanrajkovic:fix-generic-type-rendering
Dec 15, 2017
Merged

Client: Make sure to escape type names for HTML.#139
abock merged 1 commit into
microsoft:masterfrom
bojanrajkovic:fix-generic-type-rendering

Conversation

@bojanrajkovic

Copy link
Copy Markdown
Contributor

Generics get messed up by this--the generic brackets end up creating
a new tag (or multiple tags) for the generic parameters. This affects
generic collections, anonymous types, value tuples, etc., when displayed
in object members mode/enumerable mode.

Fixes #138.

Generics get messed up by this--the generic brackets end up creating
a new tag (or multiple tags) for the generic parameters. This affects
generic collections, anonymous types, value tuples, etc., when displayed
in object members mode/enumerable mode.

Fixes #138.

@sandyarmstrong sandyarmstrong left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

🚿

@abock
abock merged commit 03686ac into microsoft:master Dec 15, 2017
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants