Azure / azure-functions-dapr-extension

Extension for interacting with Dapr APIs from an Azure Function
MIT License
95 stars 33 forks source link

Fixed property casing issue #154

Closed ASHIQUEMD closed 9 months ago

ASHIQUEMD commented 9 months ago

Fixed issues related to property casing, for example, body property in python could come as "body" and same will come in dotnet-isolated "Body". This PR have made all the changes to make property check case insensitive for all the bindings.

codecov[bot] commented 9 months ago

Codecov Report

Merging #154 (a14712b) into master (422382f) will increase coverage by 0.09%. Report is 1 commits behind head on master. The diff coverage is 62.50%.

@@            Coverage Diff             @@
##           master     #154      +/-   ##
==========================================
+ Coverage   72.62%   72.71%   +0.09%     
==========================================
  Files          52       53       +1     
  Lines        1041     1052      +11     
==========================================
+ Hits          756      765       +9     
- Misses        285      287       +2     
Files Coverage Δ
...e.WebJobs.Extensions.Dapr/Utils/DictionaryUtils.cs 100.00% <100.00%> (ø)
...obs.Extensions.Dapr/DaprExtensionConfigProvider.cs 71.42% <47.05%> (-0.60%) :arrow_down: