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
Platform:Darwin f01898256a91 18.7.0 Darwin Kernel Version 18.7.0: Tue Aug 20 16:57:14 PDT 2019; root:xnu-4903.271.2~2/RELEASE_X86_64 x86_64
What is the problem?
When creating documentation comments, XML-reserved characters are not correctly escaped, resulting in the literal copying of characters such as < and >, which make the documentation strings invalid for documentation website generators such as docfx.
The text was updated successfully, but these errors were encountered:
…telisense docs, set target to netcoreapp2.1 (#772)
This PR fixes various issues due to how we convert collection elements, and how the type reference is passed when converting.
These two issues are similar and are due to nested Arrays of object not being casted properly:
Fixesaws/aws-cdk#3244Fixesaws/aws-cdk#3672
Added a unit test to cover the case
This issue is due to Maps of Arrays of Anys not being casted properly:
Fixesaws/aws-cdk#3813
Added a unit test to cover the case
Also added support for xml documentation which is now added to the NuGet packages and should allow intellisense to provide in IDE help:
Fixes#749Fixesaws/aws-cdk#1846
Migrated the target framework to netcoreapp2.1 instead of netstandard2.0:
Fixes#714
🐛 Bug Report
Affected Languages
TypeScript
orJavascript
Python
Java
C#
,F#
, ...)General Information
0.15.1
Darwin f01898256a91 18.7.0 Darwin Kernel Version 18.7.0: Tue Aug 20 16:57:14 PDT 2019; root:xnu-4903.271.2~2/RELEASE_X86_64 x86_64
What is the problem?
When creating documentation comments, XML-reserved characters are not correctly escaped, resulting in the literal copying of characters such as
<
and>
, which make the documentation strings invalid for documentation website generators such asdocfx
.The text was updated successfully, but these errors were encountered: