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

fix(DI): fix hashprovider DI which has multiple constructors #1363

Merged
merged 1 commit into from
Jan 9, 2020
Merged

fix(DI): fix hashprovider DI which has multiple constructors #1363

merged 1 commit into from
Jan 9, 2020

Conversation

OneCyrus
Copy link
Contributor

@OneCyrus OneCyrus commented Jan 9, 2020

MD5DocumentHashProvider has multiple constructors which doesn't work properly with DI. this change specifies the constructor explicitly.

Fixes #1305

@michaelstaib michaelstaib added this to the HC-11.0.0 milestone Jan 9, 2020
@michaelstaib
Copy link
Member

@OneCyrus do you also want to do a fix on the 10.3.x branch? We can include it in a 10.3.4. The branch for that is version_10_0_0_master.

We do no longer merge the branches since the 11 release now split so you would need a second PR for that, that branches of version_10_0_0_master.

@michaelstaib
Copy link
Member

@OneCyrus second thing, is this fixing #1305 fully or only partly?

@OneCyrus
Copy link
Contributor Author

OneCyrus commented Jan 9, 2020

Yes, this fixes #1305 fully. And I can do another PR for 10

@sonarcloud
Copy link

sonarcloud bot commented Jan 9, 2020

Kudos, SonarCloud Quality Gate passed!

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities (and Security Hotspot 0 Security Hotspots to review)
Code Smell A 0 Code Smells

100.0% 100.0% Coverage
0.0% 0.0% Duplication

@michaelstaib michaelstaib merged commit 2774b92 into ChilliCream:master Jan 9, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Azure Function DI Null Exception
2 participants