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

feat: Include HEAD method to http requests #6713

Closed JhontSouth closed 6 months ago

JhontSouth commented 6 months ago

minor

Description

This PR adds the HEAD method in the HttpRequest class and adds the method in every schema

Specific Changes

Testing

The following image shows the dialogs unit tests passing after the changes. image

coveralls commented 6 months ago

Pull Request Test Coverage Report for Build 380839


Files with Coverage Reduction New Missed Lines %
/libraries/AdaptiveExpressions/BuiltinFunctions/GetNextViableTime.cs 1 90.91%
/libraries/AdaptiveExpressions/BuiltinFunctions/GetPreviousViableTime.cs 1 90.91%
/libraries/integration/Microsoft.Bot.Builder.Integration.AspNet.Core/ServiceCollectionExtensions.cs 1 93.55%
/libraries/Microsoft.Bot.Builder.Dialogs.Adaptive/Actions/HttpRequest.cs 6 87.93%
<!-- Total: 9 -->
Totals Coverage Status
Change from base Build 380329: 0.009%
Covered Lines: 26135
Relevant Lines: 33311

💛 - Coveralls