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
A List<T> parameter on a meta method broke the build. {Service}ServiceExtensions.g.cs writes parameter types exactly as the interface spelled them, but emitted only using System; — so an unqualified collection failed to resolve, while the ApiClient and server dispatcher rendering the same signature compiled fine. The file now carries System.Collections.Generic and System.Threading.Tasks like its two siblings.