Wrongly ambiguous extension methods

Please select what you are reporting on:

Verse

What Type of Bug are you experiencing?

Verse

Summary

Those functions are ambiguous, even tho they extend entirely independent classes:

(InAgent: agent).GetName(): string = “”
(InCharacter: fort_character).GetName(): string = “”
(InInt: int).GetName(): string = “”

Steps to Reproduce

Copy this into your code:

(InAgent: agent).GetName(): string = “”
(InCharacter: fort_character).GetName(): string = “”
(InInt: int).GetName(): string = “”

Expected Result

No errors

Observed Result

Errors

Platform(s)

all

Bump, this should be fixed as limits useability of extension methods greatly and will result in many compilation errors in existing projects when new extension methods are added to Verse by Epic.

1 Like

FORT-825020 incident has been created. Status is ‘Unconfirmed’.

Adding along to this bump. This is a hugely disruptive problem. :sob::sob::sob: