MireaBackend/Endpoint/Configuration/Validation/Attributes/RequiredSettingsAttribute.cs

8 lines
269 B
C#
Raw Normal View History

using System;
2024-10-07 02:25:36 +03:00
namespace Mirea.Api.Endpoint.Configuration.Validation.Attributes;
[AttributeUsage(AttributeTargets.Class, Inherited = false)]
public class RequiredSettingsAttribute : Attribute;
// todo: only with IIsConfigured. If possible add Roslyn Analyzer later