Forum member

debgz

4 posts

Posts by debgz

  1. Using generic ActionResult from aspnet core 3.0.0.0 results in build failure

    Ohhh yes. Fixed. Thank you!

  2. Using generic ActionResult from aspnet core 3.0.0.0 results in build failure

    Just checked the version and yes, its 4.1.0.1 Send a sample project through the contact form. The sample was generated using stock vs2019 webapi template and stock nunit test project template. It does not matter which intrumentation mode I use nor if I set "Copy referenced ..." to true on the tes…

  3. Using generic ActionResult from aspnet core 3.0.0.0 results in build failure

    I think its NCrunch 4.1 but will double check on monday. Using it in VS2019 on Win10 (nearly latest). But maybe I am just using 4.0 and this one gets me: "Fixed an issue that would cause an exception when trying to process a generic class containing an async method under optimised mode."

  4. Using generic ActionResult from aspnet core 3.0.0.0 results in build failure

    I am currently building an aspnet core 3.0 web api with a core 3.0 test project. In my controller Method I use the generic version of ActionResult as return value. If I now try to write a test containing this particular class, ncrunch tells me the following: [code=csharp] CSC (0, 0): Assembly…