reinforced / Reinforced.Typings

Converts C# classes to TypeScript interfaces (and many more) within project build. 0-dependency, minimal, gluten-free
MIT License
507 stars 82 forks source link

RT and TreatWarningsAsErrors #235

Open kfrancis opened 2 years ago

kfrancis commented 2 years ago

Hey,

We're trying to tighten up on dev by enabling TreatWarningsAsErrors solution wide except the way we use RT is for most projects to have RtDisable = true, which then is a warning that gets treated as an error.

Can that warning get a code that we can add to the exclusion list?

We're using abp.io, and applying RT to the domain.shared and web projects mainly. but in the case of the shared netstandard2.0 project we don't want to enable it.

kfrancis commented 2 years ago

@pavel-b-novikov Any idea?

pavel-b-novikov commented 2 years ago

I will try to look on weekend. Sorry, too much work

kfrancis commented 2 years ago

I will try to look on weekend. Sorry, too much work

Appreciate it, sorry to bug ya!