vegaitglobal / uSiteBuilder

Vega IT’s uSitebuilder is an open source (LPGL) framework created for .NET developers to accelerate and streamline their Umbraco based development projects. Our objective is to enable back-end developers to adhere to the .NET standards with minimal external interaction, and to facilitate the automation of their deployments.
GNU Lesser General Public License v2.1
29 stars 21 forks source link

Correctly resolve abstract non-virtual properties #9

Closed JimBobSquarePants closed 10 years ago

JimBobSquarePants commented 10 years ago

Usitebuilder was incorrectly ignoring properties from an abstract base class that were finalised. This fix forces the contenthelper to check if the property is final.