Skip to content

LINQBridgeVs 1.4.7

Compare
Choose a tag to compare
@codingadventures codingadventures released this 25 Nov 19:58
· 14 commits to master since this release

Release Notes 1.4.7

  • Visualizer generation for third party assemblies #25. When enabled (it's off by default) LINQBridgeVs will map types in every referenced dlls for every project in a solution.
  • LINQBridgeVs will now display an error message for unsupported solutions. #52. .NET Core, .NET Standard and UWP are not supported because of a Visual Studio limitation.
  • Added XmlSerialization #50. XmlSerialization has been added to the serialization methods used to transmit variables to LINQPad. This is useful to serialize objects that have xml content (XElement, XmlDocument etc).
  • Added support for AnonymousType #46 Are anonymous types supported when used inside a list? and private nested classes.
  • Added Json.NET failover serialization #56 Should LINQBridgeVs fail to transmit the object using the chosen serialization method (Binary, Json or Xml) it will try again using Json.NET. If Json.NET is set as the primary method, it will instead use Binary serialization.
  • Bug fixing #41 #49 #55 #58