removed compiler directives.
This commit is contained in:
parent
cb793af30e
commit
4cc19be173
|
@ -47,9 +47,7 @@ namespace MediaBrowser.Common.Updates
|
||||||
IEnumerable<PackageInfo> FilterPackages(
|
IEnumerable<PackageInfo> FilterPackages(
|
||||||
IEnumerable<PackageInfo> availablePackages,
|
IEnumerable<PackageInfo> availablePackages,
|
||||||
string? name = null,
|
string? name = null,
|
||||||
#pragma warning disable CA1720 // Identifier contains type name
|
|
||||||
Guid? id = default,
|
Guid? id = default,
|
||||||
#pragma warning restore CA1720 // Identifier contains type name
|
|
||||||
Version? specificVersion = null);
|
Version? specificVersion = null);
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
|
@ -64,9 +62,7 @@ namespace MediaBrowser.Common.Updates
|
||||||
IEnumerable<InstallationInfo> GetCompatibleVersions(
|
IEnumerable<InstallationInfo> GetCompatibleVersions(
|
||||||
IEnumerable<PackageInfo> availablePackages,
|
IEnumerable<PackageInfo> availablePackages,
|
||||||
string? name = null,
|
string? name = null,
|
||||||
#pragma warning disable CA1720 // Identifier contains type name
|
|
||||||
Guid? id = default,
|
Guid? id = default,
|
||||||
#pragma warning restore CA1720 // Identifier contains type name
|
|
||||||
Version? minVersion = null,
|
Version? minVersion = null,
|
||||||
Version? specificVersion = null);
|
Version? specificVersion = null);
|
||||||
|
|
||||||
|
|
|
@ -77,7 +77,7 @@ namespace MediaBrowser.Model.Updates
|
||||||
#pragma warning restore CA2227 // Collection properties should be read only
|
#pragma warning restore CA2227 // Collection properties should be read only
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// Gets or sets the image url for the package.
|
/// Gets or sets the image path for the package.
|
||||||
/// </summary>
|
/// </summary>
|
||||||
[JsonPropertyName("imagePath")]
|
[JsonPropertyName("imagePath")]
|
||||||
public string? ImagePath { get; set; }
|
public string? ImagePath { get; set; }
|
||||||
|
|
Loading…
Reference in New Issue
Block a user