Andrei Degtiarev
Andrei Degtiarev
In additional .net framework library following code is implemented: ```JavaScript let storageAccount = CloudStorageAccount.Parse() let myClient = storageAccount.CreateCloudFileClient() let cloudFileShare = myClient.GetShareReference() let rootDirectory = cloudFileShare.GetRootDirectoryReference() let list = rootDirectory.ListFilesAndDirectories()...
In my test project by saving of gradient boosting model I’ve encounter strange implicit dependency from Microsoft.IdentityModel.Clients.ActiveDirectory. It doesn’t work (load assembly exception) in all referenced versions of this assembly...