Skip to content
This repository was archived by the owner on Dec 12, 2024. It is now read-only.

[SoM] Some methods names just don't work in C# #54

Open
stephen-hawley opened this issue Jun 17, 2019 · 0 comments
Open

[SoM] Some methods names just don't work in C# #54

stephen-hawley opened this issue Jun 17, 2019 · 0 comments
Assignees
Milestone

Comments

@stephen-hawley
Copy link
Contributor

Specifically, Finalize is verboten.
Audit method/property names in System.Object and ensure that wrapping code won't hit those ever.

Hint to future Steve - we already do something similar for C# keywords I think, so maybe just extend that mechanism? This should only be needed in NewClassCompiler.cs

@stephen-hawley stephen-hawley self-assigned this Jun 17, 2019
@stephen-hawley stephen-hawley transferred this issue from another repository Oct 29, 2019
@chamons chamons added this to the Future milestone Nov 14, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants