reinforced / Reinforced.Typings

Converts C# classes to TypeScript interfaces (and many more) within project build. 0-dependency, minimal, gluten-free

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Unnecessary build warnings

dcowen91 opened this issue · comments

AssemblyManager.cs has a 3 places where it logs extra warnings than necessary - lines 78, 151, and 188. Can these be converted to regular log messages instead of warnings? Or can we add custom warning suppression support? I could see that being possible as a new property in Reinforced.Typings.settings.xml. I am happy to raise a PR for either of these approaches.

Warning suppression mechanism delivered: RtSuppress in Reinforced.Typings.settings.xml