These Nuget packages always find a way into my projects... Do you use any of the Nuget packages I mentioned? 👇 What are the Nugets that you can't live without? Let's hear! 👇 ♻️ Remember to reshare with your network! #SoftwareDevelopment #SoftwareEngineer #SoftwareEngineering
- I use Moq for mocks in my tests - I use Microsoft DI and I have never felt I miss AutoFac features. Microsoft DI has a much better interface as for me. Microsoft DI is a golden standard for years now on, all packages makes extension for Microsoft DI. So AutoFac is a complete no for me in modern world - For command line apps I use Cocona - MassTransit and BenchmarksDoNet are amazing I also posted today about essential libraries I use
Pretty much the same, although I haven't used MassTransit, but NServiceBus. Looking into it though. 😊
For me its: Fastendpoints Mediatr NSubstitute over Moq Ardalis.Result Ardalis.Guard FluentAssertions FluentValidation NetArchTest TestContainers Stopped using Autofac many moons ago.
Json.NET will surely be in the list 💯
Good insight
Senior .NET Fullstack Developer • Leader • Contractor • Freelancer | I help organizations in crafting software products while also strengthening their teams.
1wMediatR if we are talking about webapis, and since .NET core 3.1 'till now, my list got shorter :) I can live now without autofac for example, masstransit with some specific problems I had 2 years ago and some issues opened and the time it took to be fixed I kind of ignore it nowadays, XUnit is great but I can accept nunit or mstest aswell, as long as I get the team to write tests :)