You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Move extension methods (such as AzureAIProjectsExtensions) into their respective packages (e.g., Search extensions should be moved to the Search package).
Ensure that each package defines its extension methods in a type following the naming convention {PackageName}Extensions (e.g., SearchExtensions).
Keep the extension method types in the top-level namespace within their respective packages.
Update documentation and add tests to validate the new locations of these extensions.
The text was updated successfully, but these errors were encountered:
The text was updated successfully, but these errors were encountered: