Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 299 Bytes

readme.md

File metadata and controls

13 lines (9 loc) · 299 Bytes

Marten UnitOfWork Example for System.ObjectDisposedException: Cannot access a disposed object

Run below command to see failure result.

dotnet test --filter DisplayName~FailingTests

Run to see proper usage of unit of work.

dotnet test --filter DisplayName~SucceedTests