-
I cloned the repo @ 3.1.9, followed However, things still don't seem to work quite right. I added a new public interface in The DLL for So I have no idea what's going on, and since I have zero experience with this repo (and getting it to even build the correct version was already an exercise in pain) I don't just want to add a project ref to |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 2 replies
-
Grabbed the repo code @ 3.1.10 but this issue persists:
Why not? |
Beta Was this translation helpful? Give feedback.
-
@dougbu - any ideas here? |
Beta Was this translation helpful? Give feedback.
-
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. |
Beta Was this translation helpful? Give feedback.
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.