microsoft / Power-Fx

Power Fx low-code programming language
MIT License
3.15k stars 309 forks source link

Add warning to UDFs that shadow existing built-ins, and remove Hyperlink from allowed return types #2506

Closed rick-nguyen closed 10 hours ago

rick-nguyen commented 3 days ago

This PR aims to improve UDF experience by providing a warning to users when they write a UDF that shares the same name as an existing built-in.