RemObjects C# 新版本發表

Released: Jun 7, 2019

10.0.0.2410 中的更新

Updates in 10.0.0.2410

  • Support for macOS 10.15, iOS 13, tvOS 13 and watchOS 6.0 Beta 1.
  • Support for building Cocoa .frameworks.

Released: May 31, 2019

10.0.0.2409 中的更新

Updates in 10.0.0.2409

  • Core
    • 82644: Bad "current code" region, with define
    • 82645: Cannot Go to Definition on method parameter that’s a named block type
    • 82676: Compilation issue with method intf/impls and slightly mismatching sigs
    • 82322: Debugger: Toffee: cannot eval length of string
    • 82673: Duplicate method name with EUnit/Java
    • 82677: Gold: Island/Windows: InvalidCastException creating an struct with an array of slices
    • 82674: Gold: Island/Windows: wrong calculation result when an operant is on a...

Released: Mar 23, 2018

v10.0 中的更新

特性

  • New 'defined()' infrastructure for conditional compilation.
  • Many small language enhancements for C#
    • Tuple operators.
    • Discards ('nil' in Oxygene, '_' in C#).
    • 'raise'/'throw' expressions (Oxygene and C#).
    • default literals (Oxygene and C#).
    • 'out var' parameters (Oxygene and C#).
    • C#: Syntax for defining public (i.e. non-local) type aliases.
    • C# 7 'private protected' visibility.
    • C# 7 "deconstruction" support.
    • C# 7 Local Functions.
    • C# 7 Tuple support.
  • Debugger Improvements
    • Portable PDB Symbols (.NET...