[PR #3236] [MERGED] Enable StyleCop for MediaBrowser.Common #9388

Closed
opened 2026-02-07 06:01:20 +03:00 by OVERLORD · 0 comments
Owner

📋 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: masterHead: common


📝 Commits (2)

  • f404e91 Enable StyleCop for MediaBrowser.Common
  • af7edfc Merge 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.

## 📋 Pull Request Information **Original PR:** https://github.com/jellyfin/jellyfin/pull/3236 **Author:** [@Bond-009](https://github.com/Bond-009) **Created:** 6/3/2020 **Status:** ✅ Merged **Merged:** 6/4/2020 **Merged by:** [@JustAMan](https://github.com/JustAMan) **Base:** `master` ← **Head:** `common` --- ### 📝 Commits (2) - [`f404e91`](https://github.com/jellyfin/jellyfin/commit/f404e915eeef6cc9b05c6d006569b6d3a3e54eee) Enable StyleCop for MediaBrowser.Common - [`af7edfc`](https://github.com/jellyfin/jellyfin/commit/af7edfc22057462bf06c7770929965b8b57da07d) Merge branch 'master' into common ### 📊 Changes **11 files changed** (+94 additions, -70 deletions) <details> <summary>View changed files</summary> ➕ `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) </details> ### 📄 Description _No description provided_ --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
OVERLORD added the pull-request label 2026-02-07 06:01:20 +03:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/jellyfin#9388