Forum member
FubarCoder
4 posts
Posts by FubarCoder
-
Issue Building .NET Core Project in VS2017 with 3.6
Thank you for your quick response. The shared projects are only for the projects under src-doc/, because - annoyingly - docfx cannot handle the new style csproj files and so I created old style csproj files which are using the shared projects to avoid linking all files for a project manually. …
30 Mar 2017 06:17 UTC
-
Issue Building .NET Core Project in VS2017 with 3.6
Hi, I get the following error for some projects when enabling NCrunch 3.6 with my [url=https://github.com/FubarDevelopment/WebDavServer]WebDAV server (https://github.com/FubarDevelopment/WebDavServer)[/url]: [code=plain]System.Exception: An exception was thrown in the remote environment: Syste…
29 Mar 2017 20:49 UTC
-
Build fails with custom analyzers
Hi, you can find the NuGet package here: [url=https://www.nuget.org/packages/StyleCop.Analyzers]https://www.nuget.org/packages/StyleCop.Analyzers/[/url]. It's for VS 2015 only and it's a development dependency, which means: It's not part of the build result which also means: No way to copy the re…
03 Aug 2015 07:54 UTC
-
Build fails with custom analyzers
Hi, when I add the [url=https://github.com/DotNetAnalyzers/StyleCopAnalyzers]StyleCopAnalyzers[/url] NuGet package, NCrunch isn't able to build the projects using this analyzer package any more. It complains that it cannot find the metadata for this analyzer assembly. Kind regards, Mark
02 Aug 2015 23:51 UTC