Releases: jjonescz/DotNetLab
Releases · jjonescz/DotNetLab
v1.14.1
Fixed a bug preventing custom compiler versions from being loaded (#94 )
v1.14.0
Features
Add a button and keyboard shortcut for copying the current URL to the clipboard (52341eb )
Improvements
Add tip about #:
directives being supported (55b7082 )
Fix red bracket colorization (e95b72f )
Avoid outdated diagnostics (97187d6 )
v1.13.1
Refresh semantic highlighting after compilation (useful when #:package
s 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
Reference NuGet packages using the #:package
directive (#89 )
v1.12.0
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
Use spaces instead of tabs for decompilation output by @jcouv (#87 )
v1.11.3
Change the C# decompiler settings to show more low-level code (#86 )
v1.11.2
Fixed custom compiler downloading from NuGet in the browser by @lewing (#85 )
v1.11.1
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
It's now possible to customize EmitOptions
(d6933af ):
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 )