Installation
To install pretender:
dotnet add package Pretender
Then, allow the interceptors namespace by adding:
<InterceptorsNamespace>$(InterceptorsNamespace);Pretender.SourceGeneration</InterceptorsNamespace>
You should be ready to start using it. Go to the next step to start making your first Pretend
.