From 0fb09908d3107d40e9ce28f87cb9393f912e6915 Mon Sep 17 00:00:00 2001 From: Doug Bunting Date: Thu, 17 Sep 2015 23:12:26 -0700 Subject: [PATCH] [Build break] Correct doc comment references to match current namespaces - local command line builds fail consistently during `xml-docs-test` - bit buried on the CI machine but repo is not testing successfully there --- .../FormatFilterAttribute.cs | 2 +- src/Microsoft.AspNet.Mvc.Core/IUrlHelper.cs | 4 +-- .../Internal/GlobbingUrlBuilder.cs | 3 +- .../Internal/PartialModeMatchLogValuesOfT.cs | 2 +- .../PartialViewResult.cs | 2 +- .../Rendering/HtmlHelperDisplayExtensions.cs | 28 +++++++++---------- .../Rendering/ViewContext.cs | 2 +- .../ViewFeatures/ViewContextAttribute.cs | 4 +-- 8 files changed, 24 insertions(+), 23 deletions(-) diff --git a/src/Microsoft.AspNet.Mvc.Core/FormatFilterAttribute.cs b/src/Microsoft.AspNet.Mvc.Core/FormatFilterAttribute.cs index e06459459e..68785033a9 100644 --- a/src/Microsoft.AspNet.Mvc.Core/FormatFilterAttribute.cs +++ b/src/Microsoft.AspNet.Mvc.Core/FormatFilterAttribute.cs @@ -11,7 +11,7 @@ namespace Microsoft.AspNet.Mvc { /// /// A filter which will use the format value in the route data or query string to set the content type on an - /// returned from an action. + /// returned from an action. /// [AttributeUsage(AttributeTargets.Class | AttributeTargets.Method, AllowMultiple = false, Inherited = true)] public class FormatFilterAttribute : Attribute, IFilterFactory diff --git a/src/Microsoft.AspNet.Mvc.Core/IUrlHelper.cs b/src/Microsoft.AspNet.Mvc.Core/IUrlHelper.cs index 3b79fca0f0..08fd338913 100644 --- a/src/Microsoft.AspNet.Mvc.Core/IUrlHelper.cs +++ b/src/Microsoft.AspNet.Mvc.Core/IUrlHelper.cs @@ -12,7 +12,7 @@ namespace Microsoft.AspNet.Mvc public interface IUrlHelper { /// - /// Generates a fully qualified or absolute URL specified by for an action + /// Generates a fully qualified or absolute URL specified by for an action /// method, which contains action name, controller name, route values, protocol to use, host name, and fragment. /// /// The context object for the generated URLs for an action method. @@ -52,7 +52,7 @@ namespace Microsoft.AspNet.Mvc bool IsLocalUrl(string url); /// - /// Generates a fully qualified or absolute URL specified by , which + /// Generates a fully qualified or absolute URL specified by , which /// contains the route name, the route values, protocol to use, host name and fragment. /// /// The context object for the generated URLs for a route. diff --git a/src/Microsoft.AspNet.Mvc.TagHelpers/Internal/GlobbingUrlBuilder.cs b/src/Microsoft.AspNet.Mvc.TagHelpers/Internal/GlobbingUrlBuilder.cs index 92a9a2b4bb..a62530f90d 100644 --- a/src/Microsoft.AspNet.Mvc.TagHelpers/Internal/GlobbingUrlBuilder.cs +++ b/src/Microsoft.AspNet.Mvc.TagHelpers/Internal/GlobbingUrlBuilder.cs @@ -12,7 +12,8 @@ using Microsoft.Framework.FileSystemGlobbing; namespace Microsoft.AspNet.Mvc.TagHelpers.Internal { /// - /// Utility methods for 's that support attributes containing file globbing patterns. + /// Utility methods for 's that support + /// attributes containing file globbing patterns. /// public class GlobbingUrlBuilder { diff --git a/src/Microsoft.AspNet.Mvc.TagHelpers/Internal/PartialModeMatchLogValuesOfT.cs b/src/Microsoft.AspNet.Mvc.TagHelpers/Internal/PartialModeMatchLogValuesOfT.cs index 6627e71493..c65c9448e1 100644 --- a/src/Microsoft.AspNet.Mvc.TagHelpers/Internal/PartialModeMatchLogValuesOfT.cs +++ b/src/Microsoft.AspNet.Mvc.TagHelpers/Internal/PartialModeMatchLogValuesOfT.cs @@ -9,7 +9,7 @@ using Microsoft.Framework.Logging; namespace Microsoft.AspNet.Mvc.TagHelpers.Internal { /// - /// Log values for instances that opt out of + /// Log values for instances that opt out of /// processing due to missing attributes for one of several possible modes. /// public class PartialModeMatchLogValues : ILogValues diff --git a/src/Microsoft.AspNet.Mvc.ViewFeatures/PartialViewResult.cs b/src/Microsoft.AspNet.Mvc.ViewFeatures/PartialViewResult.cs index ac2db4ba75..372e6398b8 100644 --- a/src/Microsoft.AspNet.Mvc.ViewFeatures/PartialViewResult.cs +++ b/src/Microsoft.AspNet.Mvc.ViewFeatures/PartialViewResult.cs @@ -27,7 +27,7 @@ namespace Microsoft.AspNet.Mvc /// Gets or sets the name of the partial view to render. /// /// - /// When null, defaults to . + /// When null, defaults to . /// public string ViewName { get; set; } diff --git a/src/Microsoft.AspNet.Mvc.ViewFeatures/Rendering/HtmlHelperDisplayExtensions.cs b/src/Microsoft.AspNet.Mvc.ViewFeatures/Rendering/HtmlHelperDisplayExtensions.cs index 5653b5c55c..a0ed3c7a14 100644 --- a/src/Microsoft.AspNet.Mvc.ViewFeatures/Rendering/HtmlHelperDisplayExtensions.cs +++ b/src/Microsoft.AspNet.Mvc.ViewFeatures/Rendering/HtmlHelperDisplayExtensions.cs @@ -54,8 +54,8 @@ namespace Microsoft.AspNet.Mvc.Rendering /// /// /// An anonymous or - /// that can contain additional view data that will be merged into the - /// instance created for the template. + /// that can contain additional view data that will be merged into the + /// instance created for the template. /// /// A new containing the created HTML. /// @@ -131,8 +131,8 @@ namespace Microsoft.AspNet.Mvc.Rendering /// The name of the template used to create the HTML markup. /// /// An anonymous or - /// that can contain additional view data that will be merged into the - /// instance created for the template. + /// that can contain additional view data that will be merged into the + /// instance created for the template. /// /// A new containing the created HTML. /// @@ -240,8 +240,8 @@ namespace Microsoft.AspNet.Mvc.Rendering /// An expression to be evaluated against the current model. /// /// An anonymous or - /// that can contain additional view data that will be merged into the - /// instance created for the template. + /// that can contain additional view data that will be merged into the + /// instance created for the template. /// /// The type of the model. /// The type of the result. @@ -311,8 +311,8 @@ namespace Microsoft.AspNet.Mvc.Rendering /// The name of the template used to create the HTML markup. /// /// An anonymous or - /// that can contain additional view data that will be merged into the - /// instance created for the template. + /// that can contain additional view data that will be merged into the + /// instance created for the template. /// /// The type of the model. /// The type of the result. @@ -410,8 +410,8 @@ namespace Microsoft.AspNet.Mvc.Rendering /// The instance this method extends. /// /// An anonymous or - /// that can contain additional view data that will be merged into the - /// instance created for the template. + /// that can contain additional view data that will be merged into the + /// instance created for the template. /// /// A new containing the created HTML. /// @@ -468,8 +468,8 @@ namespace Microsoft.AspNet.Mvc.Rendering /// The name of the template used to create the HTML markup. /// /// An anonymous or - /// that can contain additional view data that will be merged into the - /// instance created for the template. + /// that can contain additional view data that will be merged into the + /// instance created for the template. /// /// A new containing the created HTML. /// @@ -541,8 +541,8 @@ namespace Microsoft.AspNet.Mvc.Rendering /// /// /// An anonymous or - /// that can contain additional view data that will be merged into the - /// instance created for the template. + /// that can contain additional view data that will be merged into the + /// instance created for the template. /// /// A new containing the created HTML. /// diff --git a/src/Microsoft.AspNet.Mvc.ViewFeatures/Rendering/ViewContext.cs b/src/Microsoft.AspNet.Mvc.ViewFeatures/Rendering/ViewContext.cs index a019774542..954ec1a849 100644 --- a/src/Microsoft.AspNet.Mvc.ViewFeatures/Rendering/ViewContext.cs +++ b/src/Microsoft.AspNet.Mvc.ViewFeatures/Rendering/ViewContext.cs @@ -87,7 +87,7 @@ namespace Microsoft.AspNet.Mvc.Rendering } /// - /// Gets or sets the for the form element being rendered. + /// Gets or sets the for the form element being rendered. /// A default context is returned if no form is currently being rendered. /// public virtual FormContext FormContext diff --git a/src/Microsoft.AspNet.Mvc.ViewFeatures/ViewFeatures/ViewContextAttribute.cs b/src/Microsoft.AspNet.Mvc.ViewFeatures/ViewFeatures/ViewContextAttribute.cs index 6e7fdf8e25..7a5417f999 100644 --- a/src/Microsoft.AspNet.Mvc.ViewFeatures/ViewFeatures/ViewContextAttribute.cs +++ b/src/Microsoft.AspNet.Mvc.ViewFeatures/ViewFeatures/ViewContextAttribute.cs @@ -7,8 +7,8 @@ namespace Microsoft.AspNet.Mvc.ViewFeatures { /// /// Specifies that a tag helper property should be set with the current - /// when creating the tag helper. The property must have a public - /// set method. + /// when creating the tag helper. The property must have a + /// public set method. /// [AttributeUsage(AttributeTargets.Property, AllowMultiple = false, Inherited = true)] public class ViewContextAttribute : Attribute