ASP.NET Core MVC controllers in separate assembly

后端 未结 2 696
礼貌的吻别
礼貌的吻别 2020-12-03 04:47

I\'m using ASP.NET MVC Core RC-2. I have a web project targeting the full .NET framework. I also have a separate class library in the solution, also targeting the full frame

2条回答
  •  刺人心
    刺人心 (楼主)
    2020-12-03 05:10

    I believe you are hitting the following known issue in RC2. https://github.com/aspnet/Mvc/issues/4674 (workaround is mentioned in the bug)

    This has been fixed since then but will only be available in next release (unless you are ok with using nightly builds)

提交回复
热议问题