Create a blueprint webapi application that uses Http
Run app and navigate to /api
Gives the following output:
An error occurred during the compilation of a resource required to process this request. Please review the following specific error details and modify your source code appropriately.
RootMetadataOperationExecutorPipeline.cs
The type or namespace name 'Http' does not exist in the namespace 'Blueprint.Api' (are you missing an assembly reference?)
Steps to reproduce:
Gives the following output:
An error occurred during the compilation of a resource required to process this request. Please review the following specific error details and modify your source code appropriately. RootMetadataOperationExecutorPipeline.cs
The type or namespace name 'Http' does not exist in the namespace 'Blueprint.Api' (are you missing an assembly reference?)
If you add a command/query, this error goes away.