jamesmh / coravel

Near-zero config .NET library that makes advanced application features like Task Scheduling, Caching, Queuing, Event Broadcasting, and more a breeze!
https://docs.coravel.net/Installation/
MIT License
3.63k stars 243 forks source link

Implement IAsyncDisposable + upgrade most projects to .net 6.0 #331

Closed jamesmh closed 9 months ago

jamesmh commented 1 year ago

This has alot of changes. Essentially there are two main goals of this PR:

No packages have been released yet as of this PR.

jamesmh commented 9 months ago

Currently upgraded everything to .NET 6 and will test prerelease packages with sample projects before considering this a success and publishing release versions.

jamesmh commented 9 months ago

Tested Coravel, Mailer and CLI in a test project locally using .NET 6, .NET 7 and .NET 8 preview with success. Will move to publish release versions.

jamesmh commented 9 months ago

Released

Addresses #302 #328 #288 (possibly #282)