mirror of
https://github.com/goatcorp/Dalamud.git
synced 2025-12-13 12:14:16 +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; }
|
public string? Dip17Channel { get; init; }
|
||||||
|
|
||||||
/// <inheritdoc/>
|
/// <inheritdoc/>
|
||||||
|
[JsonIgnore]
|
||||||
public bool IsAvailableForTesting
|
public bool IsAvailableForTesting
|
||||||
=> this.TestingAssemblyVersion != null &&
|
=> this.TestingAssemblyVersion != null &&
|
||||||
this.TestingAssemblyVersion > this.AssemblyVersion &&
|
this.TestingAssemblyVersion > this.AssemblyVersion &&
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue