mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-12-30 04:34:49 +03:00
FxCop -> Net Analyzers (part 2)
This commit is contained in:
@@ -50,7 +50,7 @@ namespace MediaBrowser.Common.Plugins
|
||||
/// Gets a value indicating whether the plugin can be uninstalled.
|
||||
/// </summary>
|
||||
public bool CanUninstall => !Path.GetDirectoryName(AssemblyFilePath)
|
||||
.Equals(Path.GetDirectoryName(Assembly.GetExecutingAssembly().Location), StringComparison.InvariantCulture);
|
||||
.Equals(Path.GetDirectoryName(Assembly.GetExecutingAssembly().Location), StringComparison.Ordinal);
|
||||
|
||||
/// <summary>
|
||||
/// Gets the plugin info.
|
||||
|
||||
Reference in New Issue
Block a user