Skip to content
This repository was archived by the owner on Dec 19, 2018. It is now read-only.
This repository was archived by the owner on Dec 19, 2018. It is now read-only.

Private Configure message should be more explicit #387

Closed
@victorhurdugaci

Description

@victorhurdugaci

Change the Configure method to private and run:

private void Configure(IApplicationBuilder app, IHostingEnvironment env, ILoggerFactory loggerFactory)
  • Expected: an error message saying that Configure should be public
  • Actual error message: "A method named 'ConfigureDevelopment' or 'Configure' in the type 'WebApplication1.Startup' could not be found."

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions