warriordog/ModShark

Create `FakeDbSet<T>` to allow mocking DB contexts

Open

#22 opened on Jul 9, 2024

 (0 comments) (0 reactions) (0 assignees)C# (2 forks)auto 404
good first issuetestsver:Patch

Repository metrics

Stars
 (10 stars)
PR merge metrics
 (PR metrics pending)

Description

Create a fake implementation of DbSet<T> that can be used in mocks. This will allow the remaining services to be tested.

Contributor guide