Skip to content

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

Open
@TCBroad

Description

Steps to reproduce:

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

image

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

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions