MRCollective / ChameleonForms

Shape-shifting your forms experience in ASP.NET Core MVC
MIT License
254 stars 56 forks source link

Removed all build warnings and treating warnings as errors #89

Closed robdmoore closed 10 years ago

MattDavies commented 10 years ago

Solid.

For reference sake: we discussed this and noted that we already have intellisense on the base properties in VS (possibly thanks to R#) so inheritdoc is just to remove the build warnings.

Later on we could also use Sandcastle to compile our API documentation - in that case this xmldoc property would be useful for that as well.