Skip to content

A none backwards compatible change was made to minor version of the Ninject.Extensions.Conventions #35

@P47Phoenix

Description

@P47Phoenix

Was as of 3.2

namespace Ninject.Extensions.Conventions.Syntax
{
///


/// The syntax to specify that none public types shall be included.
///

public interface IIncludingNonePublicTypesSyntax
{
/// Specifies that none public types shall be included.
/// The fluent syntax.
ISelectSyntax IncludingNonePublicTypes();
}
}

Is now as of 3.3

namespace Ninject.Extensions.Conventions.Syntax
{
///


/// The syntax to specify that none public types shall be included.
///

public interface IIncludingNonPublicTypesSyntax
{
/// Specifies that none public types shall be included.
/// The fluent syntax.
ISelectSyntax IncludingNonPublicTypes();
}
}

I understand the reason for the change, however it breaks https://semver.org/.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions