Description
Even if I use JSON schema and specify tableSchema the provider tries to connect to Emulator.
And if Emulator is not running then provider crashes with connectivity exception.
Repro steps
Create JSON configuration.
Set up provider with it.
Build.
Expected behavior
Type provider successfully creates types using JSON schems.
Actual behavior
Type provider tries to connect to Storage Emulator.
Related information
- Windows 10 Pro x64 ENG 1803
- NuGet package version 2.0.0
- .NET Core 2.2
Description
Even if I use JSON schema and specify
tableSchemathe provider tries to connect to Emulator.And if Emulator is not running then provider crashes with connectivity exception.
Repro steps
Create JSON configuration.
Set up provider with it.
Build.
Expected behavior
Type provider successfully creates types using JSON schems.
Actual behavior
Type provider tries to connect to Storage Emulator.
Related information