mirror of
https://github.com/goatcorp/Dalamud.git
synced 2025-12-12 18:27:23 +01:00
Add JsonIgnore attribute on IsAvailableForTesting
This commit is contained in:
parent
87adb2dfb7
commit
9c5e4f5a32
1 changed files with 1 additions and 0 deletions
|
|
@ -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 &&
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue