Add JsonIgnore attribute on IsAvailableForTesting

This commit is contained in:
Haselnussbomber 2025-09-28 16:21:25 +02:00
parent 87adb2dfb7
commit 9c5e4f5a32
No known key found for this signature in database
GPG key ID: BB905BB49E7295D1

View file

@ -162,6 +162,7 @@ internal record PluginManifest : IPluginManifest
public string? Dip17Channel { get; init; }
/// <inheritdoc/>
[JsonIgnore]
public bool IsAvailableForTesting
=> this.TestingAssemblyVersion != null &&
this.TestingAssemblyVersion > this.AssemblyVersion &&