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 13926 - Disallow using base to invoke an abstract base method. #16773

Merged
merged 6 commits into from Mar 5, 2024

Conversation

KevinRansom
Copy link
Member

@KevinRansom KevinRansom commented Feb 27, 2024

Fixes #13926

@KevinRansom KevinRansom requested a review from a team as a code owner February 27, 2024 01:54
@KevinRansom KevinRansom marked this pull request as draft February 27, 2024 01:54
Copy link
Contributor

github-actions bot commented Feb 27, 2024

❗ Release notes required


✅ Found changes and release notes in following paths:

Change path Release notes path Description
src/Compiler docs/release-notes/.FSharp.Compiler.Service/8.0.300.md

@KevinRansom KevinRansom changed the title Fix 13926 Fix 13926 - Disallow using base to invoke an abstract base method. Feb 27, 2024
@KevinRansom KevinRansom force-pushed the Fix13926 branch 2 times, most recently from 748b582 to c365552 Compare March 5, 2024 01:02
@KevinRansom KevinRansom marked this pull request as ready for review March 5, 2024 08:45
src/Compiler/AbstractIL/il.fs Outdated Show resolved Hide resolved
KevinRansom and others added 4 commits March 5, 2024 02:13
Co-authored-by: Tomas Grosup <tomasgrosup@microsoft.com>
Co-authored-by: Tomas Grosup <tomasgrosup@microsoft.com>
@psfinaki psfinaki enabled auto-merge (squash) March 5, 2024 12:01
@psfinaki psfinaki merged commit d73bb4b into dotnet:main Mar 5, 2024
31 checks passed
@KevinRansom KevinRansom deleted the Fix13926 branch March 21, 2024 22:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Archived in project
Development

Successfully merging this pull request may close these issues.

BadImageFormatException : Bad IL format when using base
4 participants