aspnetcore/src/Microsoft.AspNet.Mvc.Extens.../ViewComponents
Doug Bunting 37f056ce2b [quick fixes] Cleanup a few things StyleCop found ages ago
- was trying out rules matching frequest PR comments (then)
 - did a manual scan to find new instances of same issues
- "" -> `string.Empty`
- `String` -> `string` and similar
- fill empty XML doc elements
 - ignored `JsonPatchDocument<TModel>`; just too many empty elements
- corrected missing / extra / out-of-order `<param>` descriptions
 - `xml-docs-test` detects incorrect external references but not these local issues
2015-06-24 16:37:39 -07:00
..
ContentViewComponentResult.cs [quick fixes] Cleanup a few things StyleCop found ages ago 2015-06-24 16:37:39 -07:00
DefaultViewComponentActivator.cs Split Mvc.Core 2015-06-09 02:12:13 -07:00
DefaultViewComponentDescriptorCollectionProvider.cs Split Mvc.Core 2015-06-09 02:12:13 -07:00
DefaultViewComponentDescriptorProvider.cs Split Mvc.Core 2015-06-09 02:12:13 -07:00
DefaultViewComponentHelper.cs Split Mvc.Core 2015-06-09 02:12:13 -07:00
DefaultViewComponentInvoker.cs Split Mvc.Core 2015-06-09 02:12:13 -07:00
DefaultViewComponentInvokerFactory.cs Split Mvc.Core 2015-06-09 02:12:13 -07:00
DefaultViewComponentSelector.cs Split Mvc.Core 2015-06-09 02:12:13 -07:00
IViewComponentActivator.cs Split Mvc.Core 2015-06-09 02:12:13 -07:00
IViewComponentDescriptorCollectionProvider.cs Split Mvc.Core 2015-06-09 02:12:13 -07:00
IViewComponentDescriptorProvider.cs Split Mvc.Core 2015-06-09 02:12:13 -07:00
IViewComponentHelper.cs Split Mvc.Core 2015-06-09 02:12:13 -07:00
IViewComponentInvoker.cs Split Mvc.Core 2015-06-09 02:12:13 -07:00
IViewComponentInvokerFactory.cs Split Mvc.Core 2015-06-09 02:12:13 -07:00
IViewComponentResult.cs Split Mvc.Core 2015-06-09 02:12:13 -07:00
IViewComponentSelector.cs Split Mvc.Core 2015-06-09 02:12:13 -07:00
JsonViewComponentResult.cs Split Mvc.Core 2015-06-09 02:12:13 -07:00
ViewComponent.cs Split Mvc.Core 2015-06-09 02:12:13 -07:00
ViewComponentAttribute.cs Split Mvc.Core 2015-06-09 02:12:13 -07:00
ViewComponentContext.cs Split Mvc.Core 2015-06-09 02:12:13 -07:00
ViewComponentContextAttribute.cs Split Mvc.Core 2015-06-09 02:12:13 -07:00
ViewComponentConventions.cs Split Mvc.Core 2015-06-09 02:12:13 -07:00
ViewComponentDescriptor.cs Split Mvc.Core 2015-06-09 02:12:13 -07:00
ViewComponentDescriptorCollection.cs Split Mvc.Core 2015-06-09 02:12:13 -07:00
ViewComponentHelperExtensions.cs Split Mvc.Core 2015-06-09 02:12:13 -07:00
ViewComponentMethodSelector.cs Split Mvc.Core 2015-06-09 02:12:13 -07:00
ViewViewComponentResult.cs Split Mvc.Core 2015-06-09 02:12:13 -07:00