Skip to content

Releases: OYIon/LiveSharp

NB! Server application has migrated to `dotnet tool`

12 Jun 08:16
Compare
Choose a tag to compare

NB! LiveSharp no longer uses the Electron version of the server application

  1. (optional) Uninstall the previous instance of LiveSharp Server application
  2. Open terminal
  3. Install server dotnet tool install --global livesharp.server
  4. Run server livesharp
  5. Make sure you have the latest LiveSharp package installed in your main project

(You don't need any files from this page, this is just an instruction)

Bugfix release for 1.5

05 Jun 14:43
Compare
Choose a tag to compare
  • Fixes white screen bug
  • Fixes connections issues

LiveSharp 1.5 "Blazor and IL"

25 May 11:08
Compare
Choose a tag to compare
  • Blazor server-side support
  • Blazor WASM support
  • IL->ET backend
  • Updated user interface
  • Literally hundreds of fixes and improvements

Bugfix release

22 Jan 11:48
8b1b5c2
Compare
Choose a tag to compare
  • Fixed the issue where changing some .cs or .xaml files wasn't triggering an update
  • Other small fixes and improvements

Debugger update

02 Jan 16:36
8b1b5c2
Compare
Choose a tag to compare
  • Now you can see your method execution flow with LiveSharp debugger. No need to set breakpoints when every value is stored and displayed in the debugger interface.
  • First update is much faster now
  • Multiple bugfixes

LiveXAML license fix

04 Dec 09:33
8b1b5c2
Compare
Choose a tag to compare
v0.9.11

Update README.md

Better logging

12 Nov 13:44
81cd405
Compare
Choose a tag to compare
v0.9.10

Update README.md

Quickfixes

11 Nov 10:03
81cd405
Compare
Choose a tag to compare
  • Updating a property doesn't fail now
  • Updating field initializer has an effect now
  • Fixed VirtualTypeInfo Declared* member search
  • Type members that had array type (string[]) fix

Live Debugger, rewritten dynamic stuff

05 Nov 14:46
81cd405
Compare
Choose a tag to compare
v0.9.8

Update README.md

OSX license fix, help messages, port rotation

04 Sep 15:34
81cd405
Compare
Choose a tag to compare