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