Skip to content

ITasks with the same name in different namespaces #1

@kristofclaes

Description

@kristofclaes

For example:

namespace MyConsoleApp
{
    public class SomeTask : ITask { ... }
}

namespace MyConsoleApp.DatabaseWork
{
    public class SomeTask : ITask { ... }
}

Since tasks are identified by their name (both SomeTask in this example), this wont work. I need to find a way to deal with this.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions