Serene v5.0.46 Release Notes

Release Date: 2021-08-31 // over 2 years ago
  • ๐Ÿ”‹ Features:

    • add option to include an ErrorId in service errors
    • make dependency injection for service handlers easier by implementing auto register, and optional generic classes, and get rid of repositories all together, see next commit in common-features repository CustomerEndpoint and sample handler codes
    • update sergen to remove repository class and add request handlers instead, and update generated endpoint classes to use new DI friendly structure
    • get rid of ".Entities" namespace suffix for generated rows, the less namespaces the better

    ๐Ÿ›  Bugfixes:

    • server typings generator should ignore arguments with [FromServices] attribute while generating code.