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
{{ message }}
This repository was archived by the owner on Dec 18, 2018. It is now read-only.
Trying to install asp net core signalr client on to my xamarin.forms app. I make a brand new xamarin.forms project, then install the signalr client, lastest preview version and an error pop ups. Does this actually works or is using signalr in a xamarin app impossible yet? I need to know since it's part of my dissertation project.
Severity Code Description Project File Line Suppression State
Error Exception while loading assemblies: System.IO.FileNotFoundException: Could not load assembly 'System.Memory, Version=4.0.1.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51'. Perhaps it doesn't exist in the Mono for Android profile?
File name: 'System.Memory.dll'
at Java.Interop.Tools.Cecil.DirectoryAssemblyResolver.Resolve(AssemblyNameReference reference, ReaderParameters parameters)
at Xamarin.Android.Tasks.ResolveAssemblies.AddAssemblyReferences(DirectoryAssemblyResolver resolver, ICollection`1 assemblies, AssemblyDefinition assembly, Boolean topLevel)
at Xamarin.Android.Tasks.ResolveAssemblies.AddAssemblyReferences(DirectoryAssemblyResolver resolver, ICollection`1 assemblies, AssemblyDefinition assembly, Boolean topLevel)
at Xamarin.Android.Tasks.ResolveAssemblies.Execute(DirectoryAssemblyResolver resolver) App1.Android
The text was updated successfully, but these errors were encountered:
Hi
Trying to install asp net core signalr client on to my xamarin.forms app. I make a brand new xamarin.forms project, then install the signalr client, lastest preview version and an error pop ups. Does this actually works or is using signalr in a xamarin app impossible yet? I need to know since it's part of my dissertation project.
The text was updated successfully, but these errors were encountered: