当我遵循此行会时,我正在使用Visual Studio for Mac。 https://docs.microsoft.com/zh-cn/azure/storage/blobs/storage-dotnet-how-to-use-blobs
使用代码:
// Parse the connection string and return a reference to the storage account.
CloudStorageAccount storageAccount = CloudStorageAccount.Parse(
CloudConfigurationManager.GetSetting("StorageConnectionString"));
Run Code Online (Sandbox Code Playgroud)
我有这个例外:
System.DllNotFoundException:fusion.dll
我试着在Window上的Visual Studio中做,这没问题。这是Visual Studio for Mac的问题,您可以指导我如何解决它吗?谢谢