From 1419455b362d48d63fa3cc2f7be2ffde661f3356 Mon Sep 17 00:00:00 2001 From: TekH Date: Wed, 10 Dec 2025 13:32:42 +0100 Subject: [PATCH] Add MustConfiguredAttribute and update project file Added MustConfiguredAttribute for property usage in ReC.Domain.Attributes. Removed explicit "Attributes\" folder reference from ReC.Domain.csproj since the folder now contains code. --- src/ReC.Domain/Attributes/MustConfiguredAttribute.cs | 6 ++++++ src/ReC.Domain/ReC.Domain.csproj | 4 ---- 2 files changed, 6 insertions(+), 4 deletions(-) create mode 100644 src/ReC.Domain/Attributes/MustConfiguredAttribute.cs diff --git a/src/ReC.Domain/Attributes/MustConfiguredAttribute.cs b/src/ReC.Domain/Attributes/MustConfiguredAttribute.cs new file mode 100644 index 0000000..a15e585 --- /dev/null +++ b/src/ReC.Domain/Attributes/MustConfiguredAttribute.cs @@ -0,0 +1,6 @@ +namespace ReC.Domain.Attributes; + +[AttributeUsage(AttributeTargets.Property)] +public class MustConfiguredAttribute : Attribute +{ +} diff --git a/src/ReC.Domain/ReC.Domain.csproj b/src/ReC.Domain/ReC.Domain.csproj index b3c6218..fa71b7a 100644 --- a/src/ReC.Domain/ReC.Domain.csproj +++ b/src/ReC.Domain/ReC.Domain.csproj @@ -6,8 +6,4 @@ enable - - - -