Closed seniorquico closed 5 years ago
Hi @seniorquico Thanks, I'll fix it in the next release.
@donghexu same thing with TableErrorCodeStrings
now being internal in Microsoft.Azure.Cosmos.Table
while it is public in Microsoft.WindowsAzure.Storage.Table
.
Can you fix it too at the same time?
@donghexu Any idea when the next release will be ready?
This is blocking us from migrating as well
Hi All, we just release 1.0.4-preview with that fix. Please try it out. Thanks!
I'm working on migrating the Microsoft Orleans providers from
WindowsAzure.Storage
toMicrosoft.Azure.Cosmos.Table
. I've hit a snag with two classes that have changed visiblity. Namely,NameValidator
andStorageErrorCodeStrings
. These used to bepublic
, but now they'reinternal
. Here are examples of where they're being used (in my WIP fork/branch):NameValidator.ValidateTableName
StorageErrorCodeStrings.ResourceNotFound
StorageErrorCodeStrings.OperationTimedOut
What are the recommended alternatives?