We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ea53ceb commit 073cdcaCopy full SHA for 073cdca
src/AspNetCore/WebApi/src/Asp.Versioning.Mvc/Routing/WithoutApiVersionUrlHelper.cs
@@ -28,7 +28,7 @@ internal sealed class WithoutApiVersionUrlHelper : IUrlHelper
28
return decorated.Action( actionContext );
29
}
30
31
- [return: NotNullIfNotNull( "contentPath" )]
+ [return: NotNullIfNotNull( nameof( contentPath ) )]
32
public string? Content( string? contentPath )
33
{
34
if ( Feature is IApiVersioningFeature feature )
0 commit comments