From 379b64779bdbd163e7f1b8e7a53c91769a804712 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=9E=D0=BB=D1=8F=20=D0=91=D0=B8=D0=B7=D1=8E=D0=BA=D0=BE?= =?UTF-8?q?=D0=B2=D0=B0?= Date: Tue, 18 Mar 2025 12:47:48 +0500 Subject: [PATCH] =?UTF-8?q?=D0=94=D0=BE=D0=B1=D0=B0=D0=B2=D0=BB=D0=B5?= =?UTF-8?q?=D0=BD=D0=B8=D0=B5=20=D0=B2=20=D1=81=D0=B2=D0=B0=D0=B3=D0=B3?= =?UTF-8?q?=D0=B5=D1=80=20=D0=BA=D0=BE=D0=BC=D0=BC=D0=B5=D0=BD=D1=82=D0=B0?= =?UTF-8?q?=D1=80=D0=B8=D0=B5=D0=B2=20=D0=B4=D0=BB=D1=8F=20Dto?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- DD.Persistence.API/DependencyInjection.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/DD.Persistence.API/DependencyInjection.cs b/DD.Persistence.API/DependencyInjection.cs index 3d7810b..37efe03 100644 --- a/DD.Persistence.API/DependencyInjection.cs +++ b/DD.Persistence.API/DependencyInjection.cs @@ -46,6 +46,7 @@ public static class DependencyInjection var xmlPath = Path.Combine(AppContext.BaseDirectory, xmlFile); var includeControllerXmlComment = true; c.IncludeXmlComments(xmlPath, includeControllerXmlComment); + c.IncludeXmlComments(Path.Combine(AppContext.BaseDirectory, "DD.Persistence.Models.xml"), includeControllerXmlComment); }); }