barclayadam / blueprint

Blueprint is a framework for building high-performance HTTP apis, console apps & background processors
Apache License 2.0
7 stars 2 forks source link

[compiler] Fix missing unwrapping of ValueTask in MethodCall #27

Closed TCBroad closed 4 years ago

TCBroad commented 4 years ago

Operations that return a ValueTask are not being unwrapped by blueprint compiler and therefore generate incorrect outputs when the return type inherits from OperationResult

sonarcloud[bot] commented 4 years ago

Kudos, SonarCloud Quality Gate passed!

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities (and Security Hotspot 0 Security Hotspots to review)
Code Smell A 0 Code Smells

100.0% 100.0% Coverage
0.0% 0.0% Duplication