Add helper methods for color conversion and string checksum generation

- Implemented ToColor extension method to convert predefined ColorType enums to HTML hex colors.
- Added GetChecksum extension method to generate a SHA-256 checksum from a string.
- Included conditional directive for .NET Framework compatibility.
This commit is contained in:
Developer 02
2025-05-21 19:52:58 +02:00
parent 39cc30f48b
commit 39c1d3e624
3 changed files with 50 additions and 4 deletions

View File

@@ -20,7 +20,6 @@
<ItemGroup>
<PackageReference Include="DigitalData.EmailProfilerDispatcher.Abstraction.Attributes" Version="1.0.0" />
<PackageReference Include="DigitalData.Modules.Base" Version="1.3.8" />
</ItemGroup>
<ItemGroup>