Skip to content

Releases: jjonescz/DotNetLab

v1.23.4

17 Jun 16:05
e379dae

Choose a tag to compare

v1.23.3

11 Jun 15:04
a6e7d90

Choose a tag to compare

  • Update to .NET 11 Preview 5 (5b67217)
  • Show child symbol members in the Tree view (d5015dd)

v1.23.2

09 Jun 17:12
9b591e5

Choose a tag to compare

  • Fix span of IOperation nodes (#151)

v1.23.1

31 May 20:24
5262f34

Choose a tag to compare

  • Fix JIT disassembler not working due to outdated dependencies - Windows only

v1.23.0

30 May 14:37
5262f34

Choose a tag to compare

  • Allow displaying internal roslyn symbols in the Tree view (#148)

v1.22.0

17 May 14:43
8e4742a

Choose a tag to compare

New

  • Display script's return value in Run output (317fb27)
  • Make diagnostic severity more distinguishable in IDE tooltip (065714c)

Enhancements

  • Update to .NET 11 Preview 4 (2be2222)

Fixes

  • Fix language services when changing file extension to .csx (c3db9e5)
  • Avoid app's logs interfering with user's code output (8ca346b)
  • Handle nuget.org redirects (4663390)
  • Improve memory management (5548fa3)

v1.21.2

09 May 08:42
05d4c15

Choose a tag to compare

  • Load cached output sooner (0f7091d)
  • Show GetInterceptableLocation (46a1603)
  • Show emit diagnostics in success cases too (9639ad5)
  • Fix some GitHub info fetching broken due to changed CORS policy (450a989)
  • Support new razor compiler (23ad64a, cca06ed, 4ac7b95, c24e440)
  • Fix _Imports.razor not working on desktop (6606bcc)

v1.21.1

19 Apr 11:29
037851b

Choose a tag to compare

  • Updated .NET runtime to 11 Preview 3 and other dependencies (#141)

v1.21.0

24 Mar 21:03
3e42585

Choose a tag to compare

  • Added a toggle to render the generated HTML in an iframe (96ee9a8)
  • Added an API to configure CSharpCompilation (3418786)
  • Allowed access to internal Roslyn APIs in the configuration file (1431dcb)
  • Fixed language services not working for freshly added configuration file (5a0e085)
  • When "include hidden diagnostics" is enabled, they are squiggled as "info" in the editor to make them more discoverable (63e206a)

v1.20.3

15 Mar 14:25
a295ac1

Choose a tag to compare

  • Fixed a hang when executing user code which was waiting on async completion (fb7b3fb, aed3c93)
  • Consolidated exception reporting from async and sync code (213de56)
  • Fixed broken input tab rename (acaf215)
  • Made it possible to find the desktop app in the start menu via ".NET Lab" (#138)
  • Updated to .NET 11 Preview 2 (c80a0be)