From d53381667b487322d5e16e582e3ffa0f97b33f63 Mon Sep 17 00:00:00 2001 From: Hugo Ramos Montesinos Date: Tue, 30 Apr 2024 11:39:54 +0200 Subject: [PATCH 1/6] Fixed warnings CS8603 and 8625 in Encamina.Enmarcha.Entities --- CHANGELOG.md | 1 + Directory.Build.props | 2 +- .../IServiceFactory{T}.cs | 6 +++--- .../ServiceFactory{T}.cs | 16 ++++++++-------- 4 files changed, 13 insertions(+), 12 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 959ff07..f954591 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -84,6 +84,7 @@ Previous classification is not required if changes are simple or all belong to t - `Encamina.Enmarcha.Core` - `Encamina.Enmarcha.Data` - `Encamina.Enmarcha.Email` + - `Encamina.Enmarcha.Entities` ## [8.1.5] diff --git a/Directory.Build.props b/Directory.Build.props index f5dc854..6d98f5f 100644 --- a/Directory.Build.props +++ b/Directory.Build.props @@ -17,7 +17,7 @@ 8.1.6 - preview-12 + preview-13