PropName deprecated: Ok, but ...

Hello Wagner,

We use the Aurelius.Dictionary in many cases.
Very common use with JSON.

JSONValue := JSONObject.Values[ Dic.MyTable.MyField.PropName];

We use JSON extensively internally for a wide variety of tasks. The dictionary is ALWAYS used for the field names. (There are no strings in our code, only dictionary or constants)

But now we are getting hundreds of warnings that the "PropName" is deprecated. Of course we exchange the "LinqProjections", but of course this is not possible in the other code.

Can you make a compiler directive to hide these warnings? (In the source code)
Or something similar?

Many Thanks
Thomas

Fair enough. We will remove the deprecated directive.

1 Like

Oh, very good thank you

1 Like

This topic was automatically closed 60 minutes after the last reply. New replies are no longer allowed.