Severity: Info
File: src/Servy.Manager/Validators/IServiceConfigurationValidator.cs
Description:
The file is under the Validators/ folder but declares namespace Servy.Manager.Helpers. This violates the standard folder-equals-namespace convention and makes discovery confusing.
Suggested fix:
Change namespace to Servy.Manager.Validators.
Severity: Info
File:
src/Servy.Manager/Validators/IServiceConfigurationValidator.csDescription:
The file is under the
Validators/folder but declaresnamespace Servy.Manager.Helpers. This violates the standard folder-equals-namespace convention and makes discovery confusing.Suggested fix:
Change namespace to
Servy.Manager.Validators.