aspnet / SignalR-samples

Samples for ASP.NET Core SignalR
751 stars 398 forks source link

update to latest Xamarin SDK and project format #34

Closed analogrelay closed 6 years ago

analogrelay commented 6 years ago

Xamarin projects now support <PackageReference> which is much better than packages.config in every way :). So, I updated it:

As part of that, I just renamed the project from XamarinAndroidChatClient to AndroidClient, it's already in a Xamarin folder :). I plan to add an iOSClient here as well. Once we get that up and running we can start to explore automation and running unit tests.

It doesn't build because Xamarin doesn't support System.Memory right now, but it's more up-to-date now? 🤷‍♂️

mikaelm12 commented 6 years ago

Yeah, I don't feel good about this but what else can we do apart from completely removing this sample until things are working.

analogrelay commented 6 years ago

That's kinda my feeling.