This repository has been archived by the owner. It is now read-only.
This repository has been archived by the owner. It is now read-only.
"Empty constructor is redundant" on .cshtml file #249
Open
Description
I get a RECS0004: Empty constructor is redundant
message on line 1 of every .cshtml file. Occasionally, I get an additional RECS0122: Initializing field by default value is redundant
also on line 1 on some .cshtml files, apparently the RECS0122 one is triggered by the use of Asp.Net Cores Tag Helpers.
Is this intended behaviour?