Azure / Azurite

A lightweight server clone of Azure Storage that simulates most of the commands supported by it with minimal dependencies
MIT License
1.8k stars 320 forks source link

Cannot run Azurite from NuGet package. #153

Open forlayo opened 5 years ago

forlayo commented 5 years ago

I've installed Azurite as nuget Package on my test project and it's there <PackageReference Include="Azurite" Version="2.6.5"/> , but apparently it's not running the emulator.

Do I need to do anything additionally ? I've understood by documentation that is enough adding the package..

My OS is Linux, maybe it's because https://github.com/Azure/Azurite/blob/master/nuget/init.ps1 is trying to run an exe file ?

XiaoningLiu commented 5 years ago

I think so, current NuGet only support Windows because of the exe file. Please use Azurite from npm or docker.

BTW, we released latest Azurite V3 based on new architecture supporting blob service, welcome to have a try.