1.2.0
What's Changed
- Update to .NET 8.0
- Updated to use new slack apis (#95)
- Update bulma css library to
1.0.1
- Enable dependabot
- Various dependency updates
- Move from AppVeyor to GitHub actions
- Various fixes and code cleanups
- Fix nullable warnings
- Use threadsafe
RandomNumberGenerator
overRandom
- Fix dates from MySql not being
DateTimeKind.UTC
- Fix MySql columns not being marked as
not null
when they shouldn't be null - Add MySql test and fix database fixtures
- Remove
AutoMapper
and manually map classes - Convert data entities from
class
torecord
- Convert all
IQuery
andICommand
classes to records - Increase code analysis from
default
tominimum
- Misc warning fixes from the recommendations
- Use
HttpXAttribute
overRoute
when applicable - Add the entire
Run
object into theEndRunCommand
to avoid extra db calls - Fix empty string check for the Slack slash command being on
Command
notText
- Use
RenderSectionAsync
where possible - HTML cleanup
- Add
lang
tohtml
- Add
alt
to the logo img
- Add
- HTTP verb changes
/
is now onlyGET
andHEAD
/contact
and/privacy
are now onlyGET
/slack/callback
is now onlyGET
Full Changelog: 1.1.0...1.2.0