Added the bias name

This commit is contained in:
Thorsten Sommer 2024-10-21 18:20:04 +02:00
parent 46a7e98141
commit 15758e14de
Signed by: tsommer
GPG Key ID: 371BBA77A02C0108
2 changed files with 181 additions and 1 deletions

View File

@ -12,6 +12,11 @@ public sealed class Bias
/// </summary>
public BiasCategory Category { get; set; } = BiasCategory.NONE;
/// <summary>
/// The bias name.
/// </summary>
public string Name { get; init; } = string.Empty;
/// <summary>
/// The bias description.
/// </summary>

File diff suppressed because it is too large Load Diff