microsoft / botbuilder-dotnet

Welcome to the Bot Framework SDK for .NET repository, which is the home for the libraries and packages that enable developers to build sophisticated bot applications using .NET.
https://github.com/Microsoft/botframework
MIT License
864 stars 480 forks source link

port: [#4587] Add blob content type header #6733

Closed JhontSouth closed 5 months ago

JhontSouth commented 5 months ago

minor

Description

This PR ports from Javascript the header blobContentType in the BlobStorage writing, setting the value as application/json to the uploaded blobs.

Specific Changes

Testing

The following image shows the reading of the blobContentType value as application/json. image

coveralls commented 5 months ago

Pull Request Test Coverage Report for Build 383484


Totals Coverage Status
Change from base Build 383269: 0.0%
Covered Lines: 26170
Relevant Lines: 33392

💛 - Coveralls