Fix compliance findings in Frends.AzureBlobStorage.DownloadBlob (FT0013 ×4, FT0019 ×1) - #127
Merged
Merged
Conversation
…13 x4, FT0019 x1)
Copilot
AI
changed the title
[WIP] Fix compliance findings in Frends.AzureBlobStorage.DownloadBlob
Fix compliance findings in Frends.AzureBlobStorage.DownloadBlob (FT0013 ×4, FT0019 ×1)
Jul 23, 2026
jefim
approved these changes
Jul 24, 2026
jefim
marked this pull request as ready for review
July 24, 2026 04:48
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Resolves 5 task analyzer findings in
Frends.AzureBlobStorage.DownloadBlob: four unsupported<see cref>XML doc tags and one incorrect parameter tab order.Changes
FT0013 — Remove unsupported
<see cref>tagsReplaced
<see cref="..."/>with plain text in four doc comments:Error.cs— class summaryOptions.cs—OtherEncodingpropertyResult.cs—FilePathandErrorpropertiesFT0019 — Fix parameter order
Reordered
DownloadBlobsignature to match the required standard:Input → Connection → Options → CancellationToken.Before:
After:
This is a breaking change — the
ConnectionandOptionstabs swap positions in the Frends UI. Test calls updated accordingly.Version
3.0.0→4.0.0(major bump for breaking signature change)