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
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>
The text was updated successfully, but these errors were encountered:
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:
The text was updated successfully, but these errors were encountered: