From 18279ee3f76c648a29fcdab6cec5548d413f66a0 Mon Sep 17 00:00:00 2001 From: Chris Philips Date: Sat, 25 Jun 2022 19:40:22 -0700 Subject: [PATCH] bugfix: snapshot repository is nullable not sure why the workflow didn't catch this on #44 --- src/EntityDb.Abstractions/Projections/IProjectionRepository.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/EntityDb.Abstractions/Projections/IProjectionRepository.cs b/src/EntityDb.Abstractions/Projections/IProjectionRepository.cs index c8c8110a..e8bf7c57 100644 --- a/src/EntityDb.Abstractions/Projections/IProjectionRepository.cs +++ b/src/EntityDb.Abstractions/Projections/IProjectionRepository.cs @@ -26,7 +26,7 @@ public interface IProjectionRepository : IDisposableResource /// /// The backing snapshot repository. /// - ISnapshotRepository SnapshotRepository { get; } + ISnapshotRepository? SnapshotRepository { get; } /// /// Returns the current state of a .