https://github.com/robrich/net-testing-best-practices - I modified my #dotNET #Testing #BestPractices talk. It's still #NoSlides, #demos only. Now it uses #NSubstitute, #AutoFixture, and Shoudly. Can I present it at your conference or meetup?
https://github.com/robrich/net-testing-best-practices - I modified my #dotNET #Testing #BestPractices talk. It's still #NoSlides, #demos only. Now it uses #NSubstitute, #AutoFixture, and Shoudly. A great simplification and easy transition. Can I present it at your conference or meetup?
GitHub - robrich/net-testing-best-practices: .NET Testing Best Practices

.NET Testing Best Practices. Contribute to robrich/net-testing-best-practices development by creating an account on GitHub.

GitHub

My talk went great! :-)

I had a full "room"!

And here is my promised repo on dealing with integration tests in #dotnet

You can see #testcontainers utilized, #docker, #xunit custom parallel framework, #NSubstitute, #TestServer and all in #csharp testing e2e #HTTP #APIs with #auth, #MySQL, #Redis, #RabbitMQ and #MongoDB.

https://github.com/vmandic/dotnet-integration-tested

GitHub - vmandic/dotnet-integration-tested: Repository for a lecture: "Building Modern and Reliable .NET Solutions Through Integration Testing"

Repository for a lecture: "Building Modern and Reliable .NET Solutions Through Integration Testing" - vmandic/dotnet-integration-tested

GitHub
πŸš€ Ready to master unit testing in .NET? Learn how to use #xUnit, #NSubstitute, and #AutoFixture in this step-by-step guide with HangfireDemoApi. From mocking to background tasks, we’ve got you covered!
Read more πŸ‘‰ https://wp.me/p29SK-Wy
#UnitTesting #DotNet #developers
Advanced Unit Testing in .NET with xUnit, NSubstitute, and AutoFixture: A Deep Dive into my HangfireDemoApi

Introduction In a previous article, Β«How to Configure Hangfire in a .NET 8 API with Secure Dashboard Access and Job PrioritizationΒ», we explored how to set up Hangfire in a .NET 8 API, focusing on …

Juanlu, ElGuerre
Our Experience With the Migration From Moq to NSubstitute - Improve & Repeat

The migration from Moq to NSubstitute was much simpler than anticipated and we got some nice benefits along the way.

Improve & Repeat
How to Migrate from Moq to NSubstitute - Improve & Repeat

If you want to leave the drama around the Moq project and focus on mocking, you may want to use this little guide for NSubstitute.

Improve & Repeat
Does Moq in it's latest version extract and send my email to the cloud via SponsorLink?

So, I've just updated Moq (https://github.com/moq/moq) in one of our projects, and got a warning after a rebuild about me not having installed a...

reddit
@firewyre @carlfranklin I'm looking at #NSubstitute and #FakeItEasy this weekend. Both have features that #MOQ lacks. But they both feel different and weird. There was a time when #RhinoMocks was it and everything else felt different and weird.

@ICooper
Hi!
What's going on with #moq ? I'm on vacation and have a real poor connection.
I think most of my #dotnet projects use #moq and there's a bot that automatically upgrade dependencies so I know I have some work to do to (either downgrade or move to #nsubstitute)

Any link that sum up that issue ?

@ecoAPM I switched from #FakeItEasy to #NSubstitute a few years back because I like the syntax better. Looks like perf is a bit worse, but not enough to justify switching back. I’ll need to check out #Rocks though for sure; I hadn’t heard of that one and it looks like the top contender. For a moment I was curious about Stub too, thinking it was another library I hadn’t heard of 🀣