2

I cloned ASP.NET Core MVC repository and in source code I found two solutions i.e. Mvc.sln and Mvc.NoFun.sln. Can someone please throw some light on Mvc.NoFun.sln? What is this NoFun solution and why it exists along with main solution i.e. Mvc.sln?

1 Answer 1

3

The MVC.NoFun.sln is a solution that has everything that Mvc.sln has EXCEPT functional tests.

You can see the comments from when the MVC.NoFun.sln was created here: https://github.com/aspnet/Mvc/commit/be4a6c8d98fa6122be2e26b2e8830dc6b36ed9fd

Sign up to request clarification or add additional context in comments.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.