Unified docstrings
All checks were successful
HopFrame CI / build (push) Successful in 47s
HopFrame CI / test (push) Successful in 49s

This commit is contained in:
2026-02-23 19:54:35 +01:00
parent 6730d57771
commit d2082ef33c
11 changed files with 90 additions and 90 deletions

View File

@@ -6,7 +6,7 @@ using Microsoft.EntityFrameworkCore;
namespace HopFrame.Core.EFCore;
/** Adds useful extensions to the <see cref="HopFrameConfigurator"/> to add managed <see cref="DbContext"/> repositories */
/// Adds useful extensions to the <see cref="HopFrameConfigurator"/> to add managed <see cref="DbContext"/> repositories
public static class HopFrameConfiguratorExtensions {
/// <summary>