Merge pull request 'midrandshop' (#38) from midrandshop into master

Reviewed-on: #38
This commit was merged in pull request #38.
This commit is contained in:
2026-05-23 11:55:02 +02:00
3 changed files with 6 additions and 5 deletions
@@ -9,7 +9,7 @@
</PropertyGroup> </PropertyGroup>
<ItemGroup> <ItemGroup>
<PackageReference Include="coverlet.collector" Version="10.0.0"> <PackageReference Include="coverlet.collector" Version="10.0.1">
<PrivateAssets>all</PrivateAssets> <PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets> <IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference> </PackageReference>
@@ -1,6 +1,7 @@
using LiteCharms.Features.Models; using LiteCharms.Features.Models;
using LiteCharms.Features.Shop.Notifications; using LiteCharms.Features.Shop.Notifications;
using LiteCharms.Features.Shop.Notifications.Events; using LiteCharms.Features.Shop.Notifications.Events;
using static LiteCharms.Features.Extensions.Email;
namespace LiteCharms.Features.Tests; namespace LiteCharms.Features.Tests;
@@ -20,8 +21,8 @@ public class NotificationsFeatureTests(CommonFixture fixture, ITestOutputHelper
Priority = Shop.Priorities.Medium, Priority = Shop.Priorities.Medium,
Sender = "xUnit Test", Sender = "xUnit Test",
SenderAddress = "khwezi@mngoma.africa", SenderAddress = "khwezi@mngoma.africa",
Recipient = $"{Email.Extensions.Constants.ShopEmailFromName} [Test]", Recipient = $"{ShopEmailFromName} [Test]",
RecipientAddress = Email.Extensions.Constants.ShopEmailFromAddress, RecipientAddress = ShopEmailFromAddress,
Subject = "Test Message", Subject = "Test Message",
Message = "This is an automation test", Message = "This is an automation test",
IsHtml = false, IsHtml = false,
@@ -131,8 +131,8 @@
<!-- Amazon S3 SDK --> <!-- Amazon S3 SDK -->
<ItemGroup> <ItemGroup>
<PackageReference Include="AWSSDK.Extensions.NetCore.Setup" Version="4.0.3.40" /> <PackageReference Include="AWSSDK.Extensions.NetCore.Setup" Version="4.0.4.1" />
<PackageReference Include="AWSSDK.S3" Version="4.0.23.3" /> <PackageReference Include="AWSSDK.S3" Version="4.0.23.4" />
<!-- global Usings --> <!-- global Usings -->
<Using Include="Amazon.S3" /> <Using Include="Amazon.S3" />