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

Fixed interface inference. #3812

Merged
merged 4 commits into from
Jun 8, 2021
Merged

Fixed interface inference. #3812

merged 4 commits into from
Jun 8, 2021

Conversation

michaelstaib
Copy link
Member

@michaelstaib michaelstaib commented Jun 8, 2021

Fixes interface inference with the annotation-based approach. With V12 we need to rework this further and allow for type opt-out of inference.

@michaelstaib michaelstaib linked an issue Jun 8, 2021 that may be closed by this pull request
@michaelstaib michaelstaib self-assigned this Jun 8, 2021
@michaelstaib michaelstaib added 🌶️ hot chocolate 🐛 bug Something isn't working labels Jun 8, 2021
@michaelstaib michaelstaib added this to the HC-11.3.0 milestone Jun 8, 2021
@michaelstaib
Copy link
Member Author

@tobias-tengler 11 or 12 that is the question :)

@michaelstaib michaelstaib merged commit 7770890 into main Jun 8, 2021
@michaelstaib michaelstaib deleted the mst/fix-interface branch June 8, 2021 17:21
@sonarcloud
Copy link

sonarcloud bot commented Jun 8, 2021

Kudos, SonarCloud Quality Gate passed!

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

94.6% 94.6% Coverage
0.0% 0.0% Duplication

@tobias-tengler
Copy link
Collaborator

Sorry I was having Dinner and couldn't take a look :/

About the public API, it's only to be marked shipped once a version has been released, otherwise it should just be added to the unshipped APIs. I guess it's fine, since you wanted to make a cut tonight for 11.3 though.
I think we can start using it properly with v12. It's all over at the moment, with parts in develop and parts in main...

tobias-tengler added a commit that referenced this pull request Jun 27, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🐛 bug Something isn't working 🌶️ hot chocolate
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Class based interface types not implemented (pure code-first)
2 participants