Also some fun takeaways: it also makes external calls to azure to load configuration and stays silent after updating for 2 weeks before showing warnings.

Moq is unusable. Needs to be forked or repoaced. Time to switch to NSubstitute.

  • coehl@programming.dev
    link
    fedilink
    English
    arrow-up
    26
    ·
    edit-2
    1 year ago

    Kzu wanted to thank everyone that supports the project. That should be easy, as now nobody does.

    Just sent an email to the brass at work letting them know. I imagine this will result in a painful gutting of this library from the entire stack. Might take months.

    Moq is going to be a vulgar term for us soon enough.

    Maybe it’s time we check to see if there’s a new epidemic that only affects the tech sector, turning them into desperate self sabotaging fools.

    Edit: btw thank you op

    • JakenVeina@lemm.ee
      link
      fedilink
      arrow-up
      4
      ·
      1 year ago

      If your usage is that ingrained, the other option is to fork it and drop the dependency, or swap to any of the already-numerous forks that do so. Unless there’s licensing concerns with that approach?

      • Kogasa@programming.dev
        link
        fedilink
        arrow-up
        1
        ·
        edit-2
        1 year ago

        You’re relying on the fork to remain maintained, or else you risk you run into build/functional issues at some undetermined point in the future when it becomes incompatible with other changes in your environment/project. If you don’t trust the fork will be maintained, you should begin decoupling your project from the library anyway. I would be more willing to trust an alternate (or no) mocking framework over a Moq fork to be supported in the long term. That might change in a couple months if one becomes established.

        I would personally wait a couple months, or until the original Moq creator reverses course. (If he does that, I think it’s unlikely a fork will compete with the original, so I’d start removing the dependency as I can’t trust the author anymore.)