C#

C#

Made by DeepSource

Consider having 1 public class per namespace CS-R1035

Anti-pattern
Major

Having more than 1 public class per namespace increases the complexity and affects the overall code readability and navigation. It is therefore recommended that you have a single public class per namespace.