Releases: jjonescz/DotNetLab
Releases · jjonescz/DotNetLab
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 )
v1.10.0
Improvements of the custom compiler version selection dialog:
Added autocomplete for SDK versions (3403aa1 )
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 )