2024-05-28 06:36:18 +03:00
|
|
|
|
using System;
|
|
|
|
|
|
2024-10-07 02:13:35 +03:00
|
|
|
|
namespace Mirea.Api.Endpoint.Configuration.ConfigurationChecks.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
|