warriordog/ModShark

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

Ouverte

#22 ouverte le 9 juil. 2024

 (0 commentaire) (0 réaction) (0 personne assignée)C# (2 forks)auto 404
good first issuetestsver:Patch

Métriques du dépôt

Stars
 (10 étoiles)
Métriques de merge PR
 (Métriques PR en attente)

Description

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

Guide contributeur