Skip to content

Replace asInt with asInteger to avoid future deprecation warnings

Patrick Dupuis requested to merge topic/asInt into 1.3.1

On recent SC versions, the method asInt simply calls asInteger. In the next SC release, asInt will begin to post warnings as it will be deprecated in a few years. This MR replaces asInt with asInteger in all places where it was used.

Merge request reports