Open forlayo opened 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.
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 ?