Forum member

BenREbits

11 posts

Posts by BenREbits

  1. NCrunch using incorrect dependency version

    Hi, Thanks for that it works much better. Thanks so much for your help. Ben

  2. NCrunch using incorrect dependency version

    Morning, Can I have an update on the progress of the fix of the issue please?

  3. NCrunch using incorrect dependency version

    Ok no worries. I've excluded the affected tests. Please keep me informed.

  4. NCrunch using incorrect dependency version

    Changed the link as so it's read only to stop modification [url=https://1drv.ms/u/s!AlncqTB9BmvThMoF7oc43SUj6TV28w]OneDrive[/url]

  5. NCrunch using incorrect dependency version

    No worries https://1drv.ms/u/s!AlncqTB9BmvThMoFdNES0GvTa0bN2A

  6. NCrunch using incorrect dependency version

    The test passes when the project is on it's own. When the test project references a .net standard project the issue occurs. Further investigation has shown that although System.Xml.XDocument.dll is included in .NET Core 2.1.400 SDK (runtime 2.1.2), the actual 4.3.0 package only points to .NET Sta…

  7. NCrunch using incorrect dependency version

    [quote]Something worth doing here would be to try debugging one of the failing tests and examining the list of loaded modules in the debug process. You can then compare these loaded modules with those shown when working with a normal, passing test. The list of loaded modules is very informative - it…

  8. NCrunch using incorrect dependency version

    I love how their version of a "simplified" solution is far more complex than any they have done before. So we're running an ASP.NET Core 2.1.2 project referencing two .NET Standard 2.0 projects. The test project is an NUnit project referencing one of the .NET Standard 2.0 projects. I will have a …

  9. NCrunch using incorrect dependency version

    Enabling the setting made no difference. I have checked through all of the dependency files and can find no reference to the 4.1.1.0 version, only 4.3.0. 4.1.1.0 seems to be the version that's built in to .NET Core 2.1.2

  10. NCrunch using incorrect dependency version

    Sadly no. The 4.3.0 reference is in the .deps* file and other instances of XDocument work correctly in the same class so it's finding the reference occasionally, yet not every time.

  11. NCrunch using incorrect dependency version

    Hi, I have integration tests I am running which rely on reading in data from an XML file. When these tests are run via ReSharper or the integrated Visual Studio testing suite they run successfully. When trying to run through NCrunch, some of the tests fail stating: System.IO.FileNotFoundExcept…