adds unit tests to cover 80%

This commit is contained in:
2026-06-26 00:27:27 +02:00
parent b84e2f8e3e
commit 0e01ca1e1c
69 changed files with 90596 additions and 46 deletions
@@ -1,8 +1,11 @@
using System.Diagnostics.CodeAnalysis;
namespace SlpModularCms.Core.Modules;
/// <summary>
/// Metadata over een geladen module.
/// </summary>
[ExcludeFromCodeCoverage]
public record ModuleInfo(
string Name,
string Version,