Fix HttpMethodMetadata debug string (#666)
This commit is contained in:
parent
54e5370e8f
commit
f870503cdd
|
|
@ -8,7 +8,7 @@ using System.Linq;
|
||||||
|
|
||||||
namespace Microsoft.AspNetCore.Routing.Metadata
|
namespace Microsoft.AspNetCore.Routing.Metadata
|
||||||
{
|
{
|
||||||
[DebuggerDisplay("{DebuggerToString,nq}")]
|
[DebuggerDisplay("{DebuggerToString(),nq}")]
|
||||||
public sealed class HttpMethodMetadata : IHttpMethodMetadata
|
public sealed class HttpMethodMetadata : IHttpMethodMetadata
|
||||||
{
|
{
|
||||||
public HttpMethodMetadata(IEnumerable<string> httpMethods)
|
public HttpMethodMetadata(IEnumerable<string> httpMethods)
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue