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

Azure Integrated auth is compiled out of 4.5.0 #9

Open
LeighS opened this issue Dec 9, 2021 · 0 comments
Open

Azure Integrated auth is compiled out of 4.5.0 #9

LeighS opened this issue Dec 9, 2021 · 0 comments
Labels
bug Something isn't working

Comments

@LeighS
Copy link

LeighS commented Dec 9, 2021

The classes for the azure sql integrated auth are conditionally removed from compilation in version 4.5.0 when they shouldn't be.

If you look at the assemblies from nuget.org you can see that the AzureSqlConnectionManager class is missing

There should be a class called AzureSqlConnectionManager as long as the SUPPORTS_AZURE_AD is set.

It appears as though these are set for net46 and netstandard2.0 but the files are still missing for those package versions.

@LeighS LeighS added the bug Something isn't working label Dec 9, 2021
@droyad droyad transferred this issue from DbUp/DbUp Jan 30, 2024
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
Status: Bugs
Development

No branches or pull requests

1 participant