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
This ProcessMessage and ProcessMessageAsync methods are actually extension methods, but we are invoking them as if this was an instance method.
It works fine before the namespace change because our clients will always be in the same namespace as the helpers.
But after we have different namespaces, we have troubles on them.
The text was updated successfully, but these errors were encountered:
Here:
typespec/packages/http-client-csharp/generator/Microsoft.Generator.CSharp.ClientModel/src/Providers/ScmMethodProviderCollection.cs
Line 435 in 8774715
This
ProcessMessage
andProcessMessageAsync
methods are actually extension methods, but we are invoking them as if this was an instance method.It works fine before the namespace change because our clients will always be in the same namespace as the helpers.
But after we have different namespaces, we have troubles on them.
The text was updated successfully, but these errors were encountered: