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
Hey guys, we tried upgrading our application to .NET 5 and we're getting the following error so I wonder when you're planning to release the version that's going to support .NET 5 or maybe there's some workaround in the meantime that we can use to make it work:
Unable to activate type 'Thinktecture.Net.Http.Adapters.HttpClientAdapter'. The following constructors are ambiguous:
Void .ctor(System.Net.Http.HttpMessageHandler)
Void .ctor(System.Net.Http.HttpClient))
The text was updated successfully, but these errors were encountered:
Hey guys, we tried upgrading our application to .NET 5 and we're getting the following error so I wonder when you're planning to release the version that's going to support .NET 5 or maybe there's some workaround in the meantime that we can use to make it work:
The text was updated successfully, but these errors were encountered: