8 lines
		
	
	
		
			269 B
		
	
	
	
		
			C#
		
	
	
	
	
	
			
		
		
	
	
			8 lines
		
	
	
		
			269 B
		
	
	
	
		
			C#
		
	
	
	
	
	
| using System;
 | |
| 
 | |
| 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 |