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

Creating an api with no commands/queries causes a compilation error at runtime #23

Open TCBroad opened 4 years ago

TCBroad commented 4 years ago

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?)

image

If you add a command/query, this error goes away.