Hi,
I just installed a package (Humanizer) and found that NCrunch cannot build my project:
Code:
DeviceDetailsViewModel.cs (9, 11): The type or namespace name 'Humanizer' could not be found (are you missing a using directive or an assembly reference?)
Looking into it, I found it's because Humanizer has moved to netstandard, as are a lot of other packages. If I install the previous version of Humanizer (2.0.1) which does not target netstandard, everything works as expected.
Is netstandard support something that is in the pipeline?
Thanks,
Kent