Skip to content

Connector.EFCore relationship with Connector.ConnectorCore #85

@TimHess

Description

@TimHess

Bug on this line: https://github.com/SteeltoeOSS/NetCoreToolTemplates/blob/main/src/Content/NetCoreTool.Template.WebApi/CSharp/Company.WebApplication.CS.csproj#L39

<PackageReference Include="Steeltoe.Connector.ConnectorCore" Condition="'$(Steeltoe3Connector)' == 'True' AND '$(AnyEfCore)' != 'True'" Version="$(SteeltoeVersion)" />
should be
<PackageReference Include="Steeltoe.Connector.ConnectorCore" Condition="'$(Steeltoe3Connector)' == 'True'" Version="$(SteeltoeVersion)" />

The EFCore package depends on the Base connector package but some of the extension methods (eg: AddRabbitMQConnection) are in the Core package

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions