X Tutup
Skip to content

[.NET] Fix various errors in bindings generator#108489

Merged
Repiteo merged 1 commit intogodotengine:masterfrom
raulsntos:dotnet/fix-bindgen-errors
Oct 20, 2025
Merged

[.NET] Fix various errors in bindings generator#108489
Repiteo merged 1 commit intogodotengine:masterfrom
raulsntos:dotnet/fix-bindgen-errors

Conversation

@raulsntos
Copy link
Member

Fixes various issues I noticed that are being reported by the C# bindings generator.

  • Fix is_intentionally_ignored check, the names in the hash map are not fully-qualified.
  • Add a special case for object.ToString.
  • Validate API type before attempting to reference a type member.

- Fix `is_intentionally_ignored` check, the names in the hash map are not fully-qualified.
- Add a special case for `object.ToString`.
- Validate API type before attempting to reference a type member.
@raulsntos raulsntos added this to the 4.5 milestone Jul 10, 2025
@raulsntos raulsntos requested a review from a team as a code owner July 10, 2025 17:59
@Repiteo Repiteo modified the milestones: 4.5, 4.x Sep 18, 2025
Copy link
Member

@paulloz paulloz left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good, sorry for the delay!

@akien-mga akien-mga modified the milestones: 4.x, 4.6 Oct 20, 2025
@Repiteo Repiteo merged commit 414a497 into godotengine:master Oct 20, 2025
20 checks passed
@Repiteo
Copy link
Contributor

Repiteo commented Oct 20, 2025

Thanks!

@raulsntos raulsntos deleted the dotnet/fix-bindgen-errors branch October 21, 2025 05:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants

X Tutup