Skip to content

Releases: jjonescz/DotNetLab

v1.13.1

01 Aug 18:56
227d2e6
Compare
Choose a tag to compare
  • Refresh semantic highlighting after compilation (useful when #:packages change). ce9ae88
  • Add "word wrap" context menu and command palette action. 0e694b6
  • Fix decompiler sometimes missing types (like [Extension]). 2a9401b
  • Load cache much faster. 9b9db53

v1.13.0

26 Jul 15:43
7a84970
Compare
Choose a tag to compare
  • Reference NuGet packages using the #:package directive (#89)

v1.12.0

18 Jul 18:42
cdb1446
Compare
Choose a tag to compare
  • Configure compilation options via #:property directives (#88)
    • Use editor completions to see the available options
    • One entirely new option is TargetFramework
PropertyDirectives.mp4

v1.11.4

16 Jul 08:40
aab039b
Compare
Choose a tag to compare
  • Use spaces instead of tabs for decompilation output by @jcouv (#87)

v1.11.3

11 Jul 07:28
2d5c76d
Compare
Choose a tag to compare
  • Change the C# decompiler settings to show more low-level code (#86)

v1.11.2

11 Jul 06:00
f8daea4
Compare
Choose a tag to compare
  • Fixed custom compiler downloading from NuGet in the browser by @lewing (#85)

v1.11.1

09 Jul 20:35
17caa89
Compare
Choose a tag to compare
  • Ensure commits for new SDK versions can be loaded (c867bdb)
  • Ensure compiler versions can be loaded for new dotnet monorepo versions (055b6e8)
  • Fixed a bug where SDK version input box was not always updated (fb30673)

v1.11.0

07 Jul 18:35
59fa991
Compare
Choose a tag to compare
  • It's now possible to customize EmitOptions (d6933af):

    image

  • Fixed a bug where new APIs were not used by the Razor Source Generator, e.g., AddComponentParameter (c902098)

  • Updated compiler versions to include the C# feature "extension operators" out of the box (aaa1621)

v1.10.0

05 Jul 21:09
6af09fc
Compare
Choose a tag to compare

Improvements of the custom compiler version selection dialog:

  • Added autocomplete for SDK versions (3403aa1)
    image
  • Displaying more commit, version, and PR details (4adcf0d, fb1ec8d, 924a684, 0ddb0b1, b65c74d)
  • Allowed downloading stable compiler versions from nuget.org (e372ca9)
  • Fixed a bug where new versions were not found because they moved from the sdk repo to dotnet monorepo (7a87e24)

v1.9.0

30 Jun 17:24
584dfed
Compare
Choose a tag to compare
  • Add hover (quick info) and signature help (#81):

    image