microsoft / DevHomeAzureExtension

Dev Home Azure Extension
MIT License
68 stars 15 forks source link

Adding search functionality to repos #117

Closed dhoehna closed 4 months ago

dhoehna commented 4 months ago

Summary of the pull request

Implementing IRepositoryProvider2. This allows the provider to accept search terms to filter down what repositories are returned from GetRepositoriesAsync.

References and relevant issues

This PR depends on the SDK change here

Detailed description of the pull request / Additional comments

Validation steps performed

Ran manually. Cloned a repo. All tests pass.

PR checklist

Movie! DevHomeMultipleFields

dhoehna commented 4 months ago

It would probably be good to separate out the .Net 8 changes into its own PR.

Done. I'll have the .NET changes in another PR.