ZeroMock is a mocking framework with syntax inspired by moq, for .NET 6<p>It supports mocking concrete classes, with no configuration/profiler required.<p>The goal is to reduce writing boilerplate interfaces just to make classes testable.<p>It does not support mocking interfaces, since moq already provides that functionality.<p>I hope others may also find this library useful. I just released v0.0.1, it is currently in alpha stage. I would avoid using it in production scenarios for now.