Skip to content
This repository was archived by the owner on Jul 12, 2022. It is now read-only.
This repository was archived by the owner on Jul 12, 2022. It is now read-only.

HasUsingsOutsideNamespace rule can introduce warning CS0105 #26

Open
@nslottow

Description

@nslottow
namespace A
{
    using System;
}

namespace B
{
    using System;
}

results in

using System;

using System;
namespace A
{
}

namespace B
{
}

warning CS0105: The using directive for 'System' appeared previously in this namespace

See nslottow/codeformatter@ef3bbba

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions