Skip to content

How do references work in this repo? Dependent project cannot find new interface added in parent #27206

Answered by dougbu
IanKemp asked this question in Q&A
Discussion options

You must be logged in to vote

The Microsoft.AspNetCore.Mvc.Core project references the ref/ assembly for Microsoft.AspNetCore.Mvc.Abstractions and that has not been updated according you your description. Run the following in the src/Mvc/Mvc.Abstractions/src/ folder:

dotnet msbuild /t:GenerateReferenceSource

See https://github.com/dotnet/aspnetcore/blob/release/3.1/docs/ReferenceAssemblies.md for more information.

Replies: 3 comments 2 replies

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
2 replies
@IanKemp
Comment options

@IanKemp
Comment options

Answer selected by dougbu
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants