Forum member
Der-Albert.com
260 posts
Posts by Der-Albert.com
-
NCrunch build breaks when building with SourceLink
Maybe you should (can?) set that property if there is a Microsoft.SourceLink.* PackageReference in the project. Because SourceLink is something that MS will push in the Future.
11 Jun 2018 10:14 UTC
-
NCrunch build breaks when building with SourceLink
After going through the details logs and the source link build targets source code [quote]<PropertyGroup Condition="'$(NCrunch)' == '1'"> <EnableSourceControlManagerQueries>false</EnableSourceControlManagerQueries> </PropertyGroup>[/quote] To make it build with NCrunch ;)
11 Jun 2018 10:02 UTC
-
NCrunch build breaks when building with SourceLink
Hi, when you include the SourceLink NuGet Package for VSTS.Git for Reference see here [url=https://github.com/dotnet/sourcelink]https://github.com/dotnet/sourcelink[/url] in a SDK Project. [quote] <PackageReference Include="Microsoft.SourceLink.Vsts.Git" Version="1.0.0-beta-62925-02"> …
08 Jun 2018 10:46 UTC
-
ASP.NET Core 2 App tries to build *.ts files despite being excluded in config
This will block TypeScript from Compiling when running under NCrunch. Add this to the .csproj File. [code=xml] <PropertyGroup Condition="$(NCrunch) == '1'"> <TypeScriptCompileBlocked>True</TypeScriptCompileBlocked> </PropertyGroup> [/code]
08 Mar 2018 10:41 UTC
-
NCrunch failing to build .net core projects
Yes. But NCrunch Updates are a lot of work with multiple VS 2017 Versions and a Grid Node. Would be nice if the installation expierience would be improved. https://ncrunch.uservoice.com/forums/245203-feature-requests/suggestions/33348307-grid-node-serrvice-log-on-credentials-on-installat htt…
16 Feb 2018 12:30 UTC
-
NCrunch failing to build .net core projects
Hi, yes. This build works again. On the Grid Node and locally.
16 Feb 2018 12:16 UTC
-
NCrunch failing to build .net core projects
Sadly, that it works in the Grid Node is not enterly true. It depends on the Project. Same error as in VS (which makes more Sense that my described behavior)
13 Feb 2018 12:38 UTC
-
NCrunch failing to build .net core projects
Btw. the Grid Node Server does not have this problem. I've updated to 15.6 Preview 4 on the Grid Node (no NCrunch installed in VS), and swapped the Newtonsoft.Json in the Install Folder of the Grid Node. [quote]NCrunch: This project was built on server 'DELL-E-6420' NCrunch: The tests in this pr…
13 Feb 2018 10:10 UTC
-
NCrunch failing to build .net core projects
[quote=Remco;11790]My assumption is that replacing NCrunch's packaged copy of Newtonsoft.Json in an installation of NCrunch would probably work around the problem if waiting for v3.13 isn't an option (note: I haven't yet tested this).[/quote] Your assumption seems right, I replaced Newtonsoft.Json …
13 Feb 2018 08:35 UTC
-
NCrunch failing to build .net core projects
JFI. 15.6 Preview 4 seems the be the last preview of 15.6.
09 Feb 2018 17:11 UTC
-
Make async await Stacktrace readable
[quote=Remco;11735]It would probably make sense for these things to be tackled together.[/quote] Yes and No. Different Goals ;) And the Demistifyer seems a low hanging fruit to get.
08 Feb 2018 13:13 UTC
-
NCrunch failing to build .net core projects
[quote=michaelkroes;11737]Can someone help me out and reproduce this with a small test project? (Or report the steps taken)[/quote] File New Project=> .NET Core => ASP.NET Web Application => MVC (Not Authentication) => Enable NCrunch Build Failue [quote] NCrunch: If you are experiencing prob…
08 Feb 2018 13:10 UTC
-
NCrunch failing to build .net core projects
[quote=michaelkroes;11737]Can someone help me out and reproduce this with a small test project? (Or report the steps taken)[/quote] Will do that.
08 Feb 2018 10:03 UTC
-
NCrunch failing to build .net core projects
Still a problem with 15.6 Preview 4.0
08 Feb 2018 09:50 UTC
-
Installed 3.12.0.15 but addin in Visual Studio 2017 claims 3.10.0.20
[quote=plillevold;11741] I have tried uninstalling NCrunch and reinstalling it, but the addin is still stuck on v.3.10[/quote] Multiple VS 2017 Version installed?
06 Feb 2018 09:49 UTC
-
NCrunch failing to build .net core projects
Local 15.6 Preview 3.0, some projets are not building with the error in the screenshot. On my Grid Node i have still 15.6 Preview 2.0 on this same same solution builds and run.
29 Jan 2018 08:40 UTC
-
NCrunch failing to build .net core projects
Have the same message, worked with Preview 2.0.
29 Jan 2018 08:35 UTC
-
Make async await Stacktrace readable
Hi, with .NET Core 2.1 the Stacktraces will be more readable. [url=https://www.ageofascent.com/2018/01/26/stack-trace-for-exceptions-in-dotnet-core-2.1/] https://www.ageofascent.com/2018/01/26/stack-trace-for-exceptions-in-dotnet-core-2.1/[/url] But for .NET Framework this will take a whil…
29 Jan 2018 08:30 UTC
-
Having async/await Impact Detection Problems
Currently most of the code i write is with async/await. And NCrunch 3.12 has still problems on the impact detection, with leads to not run impacted tests, even if i sometimes edit the test code directly. I switched to WatchText instead of CompareIL for the impact detection, with that there may be…
11 Dec 2017 10:42 UTC
-
netcoreapp 2.0 problems
Btw. NCrunch 3.12 survived the Upgrade to .NET Core SDK 2.1.2 ;) (and several previews of that)
11 Dec 2017 10:35 UTC