Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Connector.EFCore relationship with Connector.ConnectorCore #85

Open
TimHess opened this issue Sep 18, 2023 · 0 comments
Open

Connector.EFCore relationship with Connector.ConnectorCore #85

TimHess opened this issue Sep 18, 2023 · 0 comments
Labels
bug Something isn't working

Comments

@TimHess
Copy link
Member

TimHess commented Sep 18, 2023

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

@TimHess TimHess added the bug Something isn't working label Sep 18, 2023
@TimHess TimHess changed the title Connector.EFCore Connector.EFCore relationship with Connector.ConnectorCore Sep 18, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant