Skip to content

IServiceCollection does not contain a definition for 'AddHandlers' #67

Closed Answered by viceroypenguin
tv-deusen asked this question in Q&A
Discussion options

You must be logged in to vote

The AddHandlers() extension method is defined in the root namespace of your project. If you have a <RootNamespace/> in your .csproj file, using that. Otherwise, using the name of your .csproj file (aka Web.csproj would be using Web;.

Replies: 2 comments

Comment options

You must be logged in to vote
0 replies
Answer selected by tv-deusen
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants