hermanho / postal.aspnetcore

Email sending for asp.net mvc using the view engine system to render emails.
http://aboutcode.net/postal
MIT License
26 stars 9 forks source link

v4 #29

Closed hermanho closed 7 months ago

hermanho commented 7 months ago
  1. Support .Net7, .Net 8
  2. Remove support .Net 6 and lower version
  3. Support Hangfire and JSON.Net serialization
  4. Remove obsoleted codes
github-actions[bot] commented 7 months ago

Test Results

79 tests  +2   79 :white_check_mark: +2   5s :stopwatch: ±0s  2 suites ±0    0 :zzz: ±0   2 files   ±0    0 :x: ±0 

Results for commit c21e5a6b. ± Comparison against base commit fbdc277c.

This pull request removes 1 and adds 3 tests. Note that renamed tests count towards both. ``` Postal.EmailTests ‑ Derived_Email_sets_ViewData_Model ``` ``` Postal.EmailParserTests ‑ Same_image_embedder_in_life_cycle Postal.EmailViewRenderTests ‑ Render_with_correct_emailviewdir Postal.Tests.Integration.IntegrationTests.EmailViewTests ‑ Get_EmailTemplateWith_UrlHelper2 ```

:recycle: This comment has been updated with latest results.