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
{{ message }}
This repository was archived by the owner on Feb 12, 2022. It is now read-only.
the plugin doesnt generate the correct type. Instead of generating a public IList<decimal> TestDataList {get; set;} it generates a public decimal TestDataList {get; set}.
i even tried with the following RAML code and the result was the same.