Skip to content

LINQBridgeVs 1.4.6

Compare
Choose a tag to compare
@codingadventures codingadventures released this 31 May 20:12
· 94 commits to master since this release

Release full of new features:

  • Adds support for LINQPad custom plugin and query folders
  • Adds error tracking using Sentry.io
  • Adds more meaningful error messages if installation fails, and the option to open an issue on GitHub
  • Adds more options to:
    • Select the type of serialization: binary or json (default binary)
    • Turn logging on or off (default off)
    • Turn error tracking on or off (default off)

Fixes:

  • #43 Linqpad script generation needs full type name
  • #44 Remove other debugger visualizers
  • some minor issues with transmitting data over to LINQPad (mainly related to serialization)