Forum member
henning-moe
3 posts
Posts by henning-moe
-
Support for C# source generators?
Hi! I'd just like to chime in that I encountered this issue today :) Basically I've added a project that generates a lot of boilerplate code with regards to custom GraphQL scalar types but projecs won't build in NCrunch because code generation, from the other project, doesn't work. Code genera…
02 Mar 2021 20:34 UTC
-
NCrunch and GitVersion
[quote=Remco;13929]Could you try specifying this value using the [url=https://www.ncrunch.net/documentation/reference_project-configuration_custom-build-properties]Custom Build Properties[/url] configuration setting?[/quote] I tried to set NCrunch=1 in Custom build properties but that didn't work…
09 Oct 2019 08:39 UTC
-
NCrunch and GitVersion
I can't get this to work... I'm using this: [code=xml]<PropertyGroup Condition="'$(NCrunch)' == '1'"> <DisableGitVersionTask>true</DisableGitVersionTask> </PropertyGroup>[/code] It's a .NET Standard 2.0 dll using the new project format (or actually, several) and none of them work in NCr…
07 Oct 2019 12:51 UTC