- Make supporting projects for your UI in a solution in Visual Studio 2017 of .NETCoreApp 1.1 and not of .NETStandard 1.4 as there are not test projects for .NETStandard 1.4.
- There really are not mocking frameworks yet working for the before mentioned test projects. You will have to stub everything.
- The canned MVC projects will require a different approach to CORS, not like this but perhaps like this.
No comments:
Post a Comment