Skip to content

v0.9.2

Latest

Choose a tag to compare

@github-actions github-actions released this 28 Jun 16:58
  • Breaking: the "connect to a running process" command has been renamed from inspect to connect, to avoid confusion with the dotnet-inspect tool (#505).
  • Complex autocompletions, such as cast completions, are now supported. Completing (byte) on an integer i. rewrites the expression to ((byte)i) (#507).
  • The connect command can now be used non-interactively (no TTY required), same as the local REPL's piped/--eval modes (#504).
  • Several minor cleanups/fixes from static analysis (#506):