Skip to content

[Doc] Fix FindAllModelAsync() typo to FindAllModelsAsync()#256

Open
yeelam-gordon wants to merge 1 commit intoMicrosoftDocs:docsfrom
yeelam-gordon:fix/61791050-findallmodel-typo
Open

[Doc] Fix FindAllModelAsync() typo to FindAllModelsAsync()#256
yeelam-gordon wants to merge 1 commit intoMicrosoftDocs:docsfrom
yeelam-gordon:fix/61791050-findallmodel-typo

Conversation

@yeelam-gordon
Copy link
Copy Markdown

@yeelam-gordon yeelam-gordon commented Apr 14, 2026

Problem

The C# code snippet in the Model Catalog get-started page uses FindAllModelAsync() (singular) which doesn't exist. The correct API is FindAllModelsAsync() (plural).

Fix

Changed FindAllModelAsync() to FindAllModelsAsync() in two places in the FilterByExecutionProvidersAsync code sample.

Files changed

  • docs/new-windows-ml/model-catalog/get-started.md — Fixed 2 occurrences

The correct API per WinMD is FindAllModelsAsync() (plural).
Fixes ADO #61791050

Co-authored-by: Copilot <[email protected]>
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.

1 participant