pipeline cache and dispatch optimizations
All checks were successful
.NET Test / test (push) Successful in 13m14s
.NET Publish / publish (push) Successful in 11m1s

This commit is contained in:
2025-02-04 20:49:05 +04:00
parent 7c3dd84971
commit 2fded2809f
13 changed files with 265 additions and 74 deletions

View File

@@ -1,3 +1,6 @@
namespace Just.Cqrs.Internal;
/// <summary>
/// Marker interface for static type checking. Should not be used directly.
/// </summary>
public interface IQueryHandlerImpl { }