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

multi-line property values like Description cause errors #82

Closed
dsyme opened this issue Jul 10, 2020 · 1 comment · Fixed by #88
Closed

multi-line property values like Description cause errors #82

dsyme opened this issue Jul 10, 2020 · 1 comment · Fixed by #88
Labels

Comments

@dsyme
Copy link
Contributor

dsyme commented Jul 10, 2020

This is a note of an incompleteness: using getProperties with multi-line property values doesn't work correctly. The error messages that result can be fairly obscure.

An example of a property value that causes problems:

    <Description>
      The package is a collection of libraries that can be used for literate programming
      with F# (great for building documentation) and for generating library documentation
      from inline code comments. The key componments are Markdown parser, tools for formatting
      F# code snippets, including tool tip type information and a tool for generating
      documentation from library metadata.
    </Description>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants