dotNetify v3.6 Release Notes

Release Date: 2019-11-25 // over 4 years ago
  • 🔋 Features

    • 👌 Support SignalR using System.Text.Json serialization (#220).
    • Add hubOptions.connectionBuilder settings to support configuring MessagePack (#221).
    • 👌 Support CRUD APIs passing collection of items.

    🐛 Bug Fixes

    • 👻 Defer registration of entry assembly until it's confirmed there's no other assembly, to avoid exception being thrown prematurely if the entry assembly contains no view model.