Skip to content

Commit ff6c5e7

Browse files
authored
Fix misspelled type name in analyzer message (#47443)
Closes #47409
1 parent c93d0d0 commit ff6c5e7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Framework/AspNetCoreAnalyzers/src/Analyzers/Resources.resx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -295,7 +295,7 @@
295295
<value>When implementing BindAsync(...) method, the return type must be ValueTask&lt;T&gt;.</value>
296296
</data>
297297
<data name="Analyzer_BindAsyncSignatureMustReturnValueTaskOfT_Message" xml:space="preserve">
298-
<value>Parameter '{0}' of type {1} has a BindAsync(...) method, but the return type is not ValueTask&lt;{1}&gt;. Consider implementing IBindFromHttpContext&lt;{1}&gt; to enforce implementation.</value>
298+
<value>Parameter '{0}' of type {1} has a BindAsync(...) method, but the return type is not ValueTask&lt;{1}&gt;. Consider implementing IBindableFromHttpContext&lt;{1}&gt; to enforce implementation.</value>
299299
</data>
300300
<data name="Analyzer_AmbiguousRouteHandlerRoute_Title" xml:space="preserve">
301301
<value>Route conflict detected between route handlers</value>

0 commit comments

Comments
 (0)