Code Monkey home page Code Monkey logo

Comments (6)

IT-VBFK avatar IT-VBFK commented on June 2, 2024

What OS runs on the remote desktop?

Can you please verify following:

  1. clone this repo
  2. run ./build.sh (for unix) or .\build.ps1 (for windows) and check if all tests pass
  3. If not, check if the test cases have the same issue you described

from fluentassertions.

0lks avatar 0lks commented on June 2, 2024

All the machines have Windows.

I ran the build on the remote desktop and all tests passed.

from fluentassertions.

IT-VBFK avatar IT-VBFK commented on June 2, 2024

Ok.

I thought something related to #2368

from fluentassertions.

dennisdoomen avatar dennisdoomen commented on June 2, 2024

4. Move all the build files to a remote desktop (including .pdb files)

Do you mean that you only move the binaries to the new machine? Or did you also copy over the binaries? Because by default, dotnet test will rebuild the test project.

from fluentassertions.

0lks avatar 0lks commented on June 2, 2024

I copy over all the binaries, yes. Everything from the bin folder is carried over. Then I run the dotnet test command on the remote machine exactly as I would run it locally. The command is given the dll containing my tests as the argument and because it's a dll it doesn't attempt to rebuild.

from fluentassertions.

dennisdoomen avatar dennisdoomen commented on June 2, 2024
  1. Try adding --configuration Debug to make sure it's not optimizing the DLL.
  2. Copy the binaries from your dev machine to a different folder on your dev machine and try the same thing
  3. Use a tool like DotPeek to verify that those binaries are really not optimized.

from fluentassertions.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.