Skip to content

WebSharper 4.0.195

Compare
Choose a tag to compare
@Jand42 Jand42 released this 18 Oct 15:44
· 9 commits to websharper40 since this release

WebSharper.4.0.195.127

Fixes

  • #832 Fix object reference equality not working in bundles. Dead-code elimination now includes default Equals/GetHashCode implementations, missing these caused the behavior change.
  • #836 C# implicit constructors now call the default constructor of the base class.
  • #835 C# virtual methods and implicit interface implementations are represented correctly in the dependency graph, so dead-code elimination do not miss to include them.

Enhancements

  • #834 The following collection types are now supported by RPCs and JSON serialization: List<_>, Queue<_>, Stack<_>. Also LinkedList<_> is supported for JSON serialization.