Skip to content

Support symmetric conventions #15

@kkozmic

Description

@kkozmic

Symmetric conventions would be ones like the following:

All DTOs must live in Foo.Dtos* namespace in Foo.Contracts.dll assembly
nothing but DTOs can live in Foo.Dtos* namespace in Foo.Contracts.dll assembly

It would be nice if we could somehow get separate reports for the two (generate both if both fail), although I doubt that would be possible. In that case, do we want to go for a double report (both failures in the same report) or just treat it as two failing asserts in a test where if the first fails users can't know about the second one.

Alternatively we could have an easy way of splitting this into two tests, although that sounds like a hassle...

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions