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.
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.