Languages Platforms IDEs | Download Pricing |

Core

  • 85864: Async code that loops but shouldn't
  • 85886: C# 9.0: Regression with top statements fix
  • 85896: Go: Erros in yaml import
  • 85839: Island C source file import question, handling C inline functions
  • 85888: Mercury: Anonymous method/lambda has no result
  • 85875: Mercury: Class defined in module not found in specific notation
  • 85876: Mercury: Handles doesn't work in WebAssembly
  • 85797: Mercury: VS: Settings.settings has wrong class name after updating it
  • 85897: Stack Overflow in 'Simplifying Code' phase
  • 85894: Wasm: codebehind fails on Swift only
  • Debugger: use BreakpointID in BreakpontInfo (Mono, CLR)
  • Go fix
  • Go regression fix
  • Mercury: template fix
  • Merged EBuild
  • Merged Echoes.dll
  • Merged IslandRTL
  • Merged RTL2
  • Merged SwiftBaseLibrary
  • WebAssembly template with CodeBehind

Fire & Water

  • Debugger: breakpoint actions
  • Fire: navigation stack no longer persisted across restart (fix for a planned regression)
  • Force consistent case-insensitive sorting for projects in .sln file between Fire and Water

Visual Studio

  • 85810: Cannot publish an ASP.NET Web Service with precompilation
  • 85885: Too many auto-fixes could crash Visual Studio

EBuild

  • Go import: fall back to "main" if there is no "master" branch. Because 🤦🏼‍♀️
  • Go Import: use proper version batch name from https://gopkg.in/ urls

Elements RTL

  • DateTime.ToShortPrettyDateString failed on Island

Island RTL

  • Enable Memory.cs
  • Fix for double iteration of input in List .ctor(ISequence

Swift Base Library

  • Added stride(from: through: by:)
  • Support negative strides in stride(from: to: by:)

Go Base Library

  • Added Implicit(PlatformString): Slice
  • Change to the new Memory class
  • Create Deadline on Dialer constructor
  • Fixes for Island platform
  • Go fixes
  • New method IsMemoryType for checking if a type is Memory