Skip to content

Commit 3b34dda

Browse files
rvanmaanenCopilot
andauthored
Potential fix for pull request finding
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
1 parent 9239221 commit 3b34dda

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

src/TechHub.Infrastructure/Services/Newsletter/NewsletterTemplateProvider.cs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,9 @@ namespace TechHub.Infrastructure.Services.Newsletter;
99
/// Injected into <see cref="NewsletterService"/> so templates are not recompiled
1010
/// per DI scope.
1111
/// </summary>
12+
/// <remarks>
13+
/// In development, templates are reloaded from disk (and recompiled) on each access to enable live editing.
14+
/// </remarks>
1215
public sealed class NewsletterTemplateProvider
1316
{
1417
private readonly IHostEnvironment _env;

0 commit comments

Comments
 (0)