Forum member

YalexK

5 posts

Posts by YalexK

  1. Nullable Type is not supported

    Yes. Visual Studio is building fine. Problem Seems to be around a generic class that is implemented with DateTime? as T [quote]Class<DateTime?>[/quote] I think NCrunch might be interpreting this as the newer C# with Nullable reference types.

  2. Nullable Type is not supported

    [quote]http://www.ncrunch.net/documentation/troubleshooting_project-build-issues obj\CodeGen\Views\Shared\EditorTemplates\DateTime.cshtml.cs (40, 106): The feature 'nullable reference types' is currently in Preview and *unsupported*. To use Preview features, use the 'preview' language version.[/quo…

  3. extern alias throwing exception

    Completely understand. I'm a relatively junior programmer and its a rather large code base so I dunno if I'll be able to rename a dll but I can definitely alter it on my local. Thank you!

  4. extern alias throwing exception

    Hi, First off, I’d just like to say that you are awesome! I love NCruch and the fact that you’re still answering on these forums for every question (even when admittedly they are not well explained =) ) is amazing. (See http://imgur.com/a/pxGZ6 for images) I figured out the issue. Someone wanted …

  5. extern alias throwing exception

    I have visual studio 2015 and ncrunch is breaking in extern alias. Im aware of [url=http://forum.ncrunch.net/yaf_postst1_Build-failure-with-extern-alias.aspx]NCrunch Forums[/url] but I have NCrunch 3.2.0.3 and am still having issues with the project building.