v1.0.0-alpha.9
Pre-release
Pre-release
MrDave1999
released this
18 Apr 23:45
·
445 commits
to dev
since this release
- Applied the null-condition operator to format dates. (#171, #173)
- Applied an index on some fields of the
Person
table to speed up queries. (#169, #174) - Applied a unique index to the username field. (#168, #175)
- Added the
AddJobAndTrigger
extension method. (#177) - Added the DTO to represent the inserted id in the database. (#178)
- Added support with Fluent Assertions. (#166, #179)
- Added support with NUnit for testing. (#180, #181)
- Use
[Test]
decorator in some tests. (2f464a7)
- Use
- Added middleware to handle exceptions. (#172, #182)
- Added the bot dialog tests to the integration test project. (#176, #183)
- Added support for handle database errors. (#184)