Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

dropped 'NonCryptographic' from crc class name #27458

Merged
merged 3 commits into from
Mar 10, 2022

Conversation

jaschrep-msft
Copy link
Member

VS refactor rename of the class and file name.

@ghost ghost added the Storage Storage Service (Queues, Blobs, Files) label Mar 9, 2022
@azure-sdk
Copy link
Collaborator

API changes have been detected in Azure.Storage.Common. You can review API changes here

API changes

-     public class StorageCrc64NonCryptographicHashAlgorithm : NonCryptographicHashAlgorithm {
-         public static StorageCrc64NonCryptographicHashAlgorithm Create();
-         public override void Append(ReadOnlySpan<byte> source);
-         public override void Reset();
-         protected override void GetCurrentHashCore(Span<byte> destination);
+     public class StorageCrc64HashAlgorithm : NonCryptographicHashAlgorithm {
+         public static StorageCrc64HashAlgorithm Create();
+         public override void Append(ReadOnlySpan<byte> source);
+         public override void Reset();
+         protected override void GetCurrentHashCore(Span<byte> destination);

@check-enforcer
Copy link

check-enforcer bot commented Mar 9, 2022

This pull request is protected by Check Enforcer.
For more information about how to run a pipeline against this pull request, see this.

@seanmcc-msft
Copy link
Member

/azp run net - storage - ci

@azure-pipelines
Copy link

Azure Pipelines successfully started running 1 pipeline(s).

@seanmcc-msft
Copy link
Member

/check-enforcer override

@seanmcc-msft seanmcc-msft merged commit 00bd090 into Azure:main Mar 10, 2022
@jaschrep-msft jaschrep-msft deleted the rename-crc branch August 3, 2022 15:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Storage Storage Service (Queues, Blobs, Files)
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants