Forum member

Der-Albert.com

260 posts

Posts by Der-Albert.com

  1. 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.

  2. 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 ;)

  3. 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"> …

  4. 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]

  5. 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…

  6. NCrunch failing to build .net core projects

    Hi, yes. This build works again. On the Grid Node and locally.

  7. 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)

  8. 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…

  9. 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 …

  10. NCrunch failing to build .net core projects

    JFI. 15.6 Preview 4 seems the be the last preview of 15.6.

  11. 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.

  12. 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…

  13. 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.

  14. NCrunch failing to build .net core projects

    Still a problem with 15.6 Preview 4.0

  15. 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?

  16. 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.

  17. NCrunch failing to build .net core projects

    Have the same message, worked with Preview 2.0.

  18. 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…

  19. 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…

  20. netcoreapp 2.0 problems

    Btw. NCrunch 3.12 survived the Upgrade to .NET Core SDK 2.1.2 ;) (and several previews of that)