mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-07-16 05:43:54 +03:00
[PR #3236] [MERGED] Enable StyleCop for MediaBrowser.Common #9388
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/jellyfin/jellyfin/pull/3236
Author: @Bond-009
Created: 6/3/2020
Status: ✅ Merged
Merged: 6/4/2020
Merged by: @JustAMan
Base:
master← Head:common📝 Commits (2)
f404e91Enable StyleCop for MediaBrowser.Commonaf7edfcMerge branch 'master' into common📊 Changes
11 files changed (+94 additions, -70 deletions)
View changed files
➕
MediaBrowser.Common/Configuration/ConfigurationStore.cs(+20 -0)📝
MediaBrowser.Common/Configuration/IApplicationPaths.cs(+11 -11)📝
MediaBrowser.Common/Configuration/IConfigurationFactory.cs(+0 -30)📝
MediaBrowser.Common/Configuration/IConfigurationManager.cs(+1 -1)➕
MediaBrowser.Common/Configuration/IValidatingConfiguration.cs(+15 -0)📝
MediaBrowser.Common/MediaBrowser.Common.csproj(+1 -1)➕
MediaBrowser.Common/Net/CacheMode.cs(+11 -0)➕
MediaBrowser.Common/Net/CompressionMethods.cs(+15 -0)📝
MediaBrowser.Common/Net/HttpRequestOptions.cs(+0 -14)📝
MediaBrowser.Common/Progress/ActionableProgress.cs(+4 -13)➕
MediaBrowser.Common/Progress/SimpleProgress.cs(+16 -0)📄 Description
No description provided
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.