Hey team,
I appreciate the effort, and really like Moq, thank you for creating it!
In one project, I just did a dependency update and noticed that I get MOQ101 warnings when building in Visual Studio, along with a behavior that seems to block the build for a few hundred milliseconds:

It looks like this was introduced in in https://github.com/moq/moq/releases/tag/v4.20.0 with #1363.
Is there a way to disable the warnings, e.g. via a setting in the *.csproj file of the test projects or similar?
Hey team,
I appreciate the effort, and really like Moq, thank you for creating it!
In one project, I just did a dependency update and noticed that I get

MOQ101warnings when building in Visual Studio, along with a behavior that seems to block the build for a few hundred milliseconds:It looks like this was introduced in in https://github.com/moq/moq/releases/tag/v4.20.0 with #1363.
Is there a way to disable the warnings, e.g. via a setting in the
*.csprojfile of the test projects or similar?