Languages Platforms IDEs | Download Pricing |

Core

  • 82189: "Show call parameters" shows params for outer closure
  • 83355: ASP.NET Core: fixes for re aiming errors in test template apps
  • 83372: Debugger: Island/Darwin: NSMutableArray.objectAtIndex raises exception
  • 83357: Get Nuklear to compile
  • 83374: Iodine: .ctor for enum gives error about missing base .ctor
  • 83362: iodine: allow attributes inside method blocks
  • 83379: Iodine: cannot override method
  • 83363: Iodine: couple errors with interfaces in com.google.android.vending.licensing
  • 83377: Iodine: Java can do a switch on enum without prefix?
  • 83360: Iodine: position-less IE
  • 83366: Iodine: should private .ctors in nested classes be available to the outer class?
  • 83387: Iodine: two more bugs in fmx
  • 83383: Island/Darwin: Ambiguous match on memmove & Co
  • 83368: Property locked on X uses the wrong context value
  • 83356: Swift: available doesn’t work in ?: operator
  • 83354: Swift: cannot infer a char[] literal
  • 82106: Three CC/Go to Definition problems
  • 83367: Toffee: libEBuild gives IE when "." is missing for method call
  • 83381: Type mismatch, cannot assign "not nullable Type" to "ordinal type/Array"
  • CrossBoxHelper: use AMDeviceSecureStartService to start debugserver, only listen 127.0.01
  • Debugger: Island/Darwin: fix for saving type in debug info
  • Debugger: Island/Wasm: implement AllocateMemory, fix for WriteMemory
  • Debugger: Island: evaluation method with string data parameter(wasm); show properties when expand class
  • Merged CodeGen4
  • Merged EBuild
  • Merged IslandRTL
  • Merged Marzipan

Fire & Water

  • Fixed Potential deadlock due to 83368
  • NRE proofing for Recents view (Water)
  • Pass environment variables set in project to the debugger/debuggee (not exposed in IDE UI yet, though)
  • Regression: projects/targets got stuck in "waiting" when a project was reloaded due to a change on disk
  • Renamed "Generate IR Files" setting to plural (display only)

Visual Studio

  • 82995: VS hangs with parallel builds

EBuild

  • .NET Core 3: ASP.NET Core needs implicit Microsoft.NETCore.App.Ref too.
  • .NET Core 3: Microsoft.WindowsDesktop.App should not reference "Microsoft.NETCore.App.Ref"
  • Gradle: hack/workaround for inconsistent .pom filenames
  • Locking fix
  • MacPack: ApplicationIcon setting should always override existing CFBundleIconFile value in PList
  • Razor: Fix for -r switch needing platform-converted paths
  • Razor: use @ files, because Windows.
  • Wrong exit code check for crossboxhelper

Island RTL

  • Fixes for Linux.
  • Move "mmap" to public section
  • No more string.FirstChar when passing string parameters to socket functions.

Go Base Library

  • Add published to all class properties to force them to be linked
  • Enable HTTP test for Linux platform
  • Enable some disabled tests for Island
  • Test project for Linux