azure-appservice-samples / ContosoMoments

Contoso Moments is a sample to demonstrate the advantages of using Azure App Service for building Modern Applications
https://contosomoments.azurewebsites.net
MIT License
48 stars 92 forks source link

Microsoft.Azure.Mobile.Client.Files is no longer available in NuGet #88

Open jtobinisaniceguy opened 7 years ago

jtobinisaniceguy commented 7 years ago

Is there an alternative?

dansiegel commented 7 years ago

@jtobinisaniceguy I was able to acquire the project from the Mobile Center team. I'm currently waiting to hear back on whether I will be able to relist the updates on NuGet or if I will need to publish it with a new package id.

Feel free to submit any issues or PR's

dansiegel commented 6 years ago

@jtobinisaniceguy sorry it's taken so long, but the package is fully updated to netstandard and works with the latest versions of both the Azure Storage SDK and Azure Mobile Client.

You can find the updated package at https://www.nuget.org/packages/MicrosoftAzure.Mobile.Files.Client/

michaelcoelsch commented 6 years ago

Any news on this??? What is the current status?

dansiegel commented 6 years ago

@michaelcoelsch The Files Client is available under a new package id... and the code has been re-open sourced. It's updated to be netstandard compatible, however more work needs to be done as the hooks in the Mobile Service Client were removed. It's something that has been in my backlog with a low priority as it has less than 100 downloads. You are welcome to help out and send any PR's to help make it better