Added bias names (#172)

This commit is contained in:
Thorsten Sommer 2024-10-21 18:21:08 +02:00 committed by GitHub
parent 46a7e98141
commit 11475ea4af
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 181 additions and 1 deletions

View File

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

File diff suppressed because it is too large Load Diff