Tags: asiffermann/proffer
Tags
Add unit tests for Proffer.Email and its providers (#96) * Injectable ISmtpClient * Get ServiceProvider * Proffer.Email.Tests in progress #13 * Simple email sending tests #13 * Cleaning * Bump actions/checkout from 2 to 2.3.4 Bumps [actions/checkout](https://github.com/actions/checkout) from 2 to 2.3.4. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v2...v2.3.4) Signed-off-by: dependabot[bot] <support@github.com> * Bump actions/setup-dotnet from 1 to 1.8.0 Bumps [actions/setup-dotnet](https://github.com/actions/setup-dotnet) from 1 to 1.8.0. - [Release notes](https://github.com/actions/setup-dotnet/releases) - [Commits](actions/setup-dotnet@v1...v1.8.0) Signed-off-by: dependabot[bot] <support@github.com> * Bump ncipollo/release-action from 1 to 1.8.4 Bumps [ncipollo/release-action](https://github.com/ncipollo/release-action) from 1 to 1.8.4. - [Release notes](https://github.com/ncipollo/release-action/releases) - [Commits](ncipollo/release-action@v1...v1.8.4) Signed-off-by: dependabot[bot] <support@github.com> * Bump Microsoft.AspNetCore.TestHost from 5.0.5 to 5.0.6 Bumps [Microsoft.AspNetCore.TestHost](https://github.com/dotnet/aspnetcore) from 5.0.5 to 5.0.6. - [Release notes](https://github.com/dotnet/aspnetcore/releases) - [Commits](dotnet/aspnetcore@v5.0.5...v5.0.6) Signed-off-by: dependabot[bot] <support@github.com> * Proffer.Email.Tests done #13 * Proffer.Email.InMemory.Tests #13 * Proffer.Email.Smtp.Tests #13 * Randomize SMTP server port Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>