Skip to content

docs: fix CS1574 XML cref for AnyAsync#553

Merged
adrianhall merged 2 commits into
CommunityToolkit:mainfrom
hectormac35:fix/cs1574-todocontext
Jul 10, 2026
Merged

docs: fix CS1574 XML cref for AnyAsync#553
adrianhall merged 2 commits into
CommunityToolkit:mainfrom
hectormac35:fix/cs1574-todocontext

Conversation

@hectormac35

Copy link
Copy Markdown
Contributor

Summary

Fixes the unresolved XML documentation cref for EntityFrameworkQueryableExtensions.AnyAsync in TodoContext.

The documented overload includes a CancellationToken parameter, so the cref has been updated to match the actual method signature.

Validation

  • Built TodoApp.BlazorWasm.Server.csproj with XML documentation generation enabled.
  • The CS1574 warning in TodoContext.cs no longer appears.

Closes #551

@hectormac35

Copy link
Copy Markdown
Contributor Author

@dotnet-policy-service agree

@adrianhall adrianhall left a comment

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you for your contribution!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

TodoApp.BlazorWasm.Server: CS1574 unresolved cref for EntityFrameworkQueryableExtensions.AnyAsync in TodoContext.cs

2 participants