OrchardCMS / Orchard

Orchard is a free, open source, community-focused Content Management System built on the ASP.NET MVC platform.
https://orchardproject.net
BSD 3-Clause "New" or "Revised" License
2.37k stars 1.12k forks source link

Shapes should implement the ?? operator #2877

Open orchardbot opened 11 years ago

orchardbot commented 11 years ago

@bleroy created: https://orchard.codeplex.com/workitem/19050

today, shape.foo ?? 42 won't work whereas shape.foo == null ? 42 : shape.foo will.

orchardbot commented 10 years ago

erik_oppedijk commented:

Close because there is no more clay in 1.7?

orchardbot commented 10 years ago

@bleroy commented:

Let me edit the title instead. Clay may not be there, but the replacement dynamic objects don't implement the operator either as far as I can tell.