dtretyakov / WindowsAzure

.NET library aimed at managing and querying entities from Windows Azure Storage. It can be used as LINQ to Azure Tables.
MIT License
64 stars 27 forks source link

.NET Core (.NET Standard) Support #53

Closed Deilan closed 7 years ago

Deilan commented 7 years ago

Since the latest versions of WindowsAzure.Storage added a support of .NET Core (.NET Standard), it is time to do the same here. :P

dtretyakov commented 7 years ago

You can try to download beta package build: https://www.nuget.org/packages/WindowsAzure.StorageExtensions/1.1.0-beta1

Deilan commented 7 years ago

@dtretyakov Thanks! But what about going into production? Almost a half year passed since the beta package was released..

ognyandim commented 7 years ago

We are using this (.NET Standard) in multi instance web app in production for more than an year - works fine!

Deilan commented 7 years ago

@ognyandim Thanks for sharing your experience! Prerelease state of the package could be a concern and I suppose there are reasons the package is in that state, which is up to the package provisioner @dtretyakov.

dtretyakov commented 7 years ago

@Deilan, it was in the prerelease state mostly due to unstability of MSFT tooling for .NET Core. After project upgrade to the new csproj I'll publish a new stable version of the package.

Rzpeg commented 7 years ago

Hey, when are you planning to publish the release version of .net standard package ?