Refactor: standardize namespace and using directive style

Refactored all C# test files to use explicit namespace declarations and moved all using directives inside the namespace block for consistency. Updated assembly info and cache files to reflect the new build. Adjusted MvcTestingAppManifest.json to use fully qualified assembly names. No functional changes; all updates are related to code style, organization, and project metadata.
This commit is contained in:
2026-02-20 16:26:53 -05:00
parent 44ab9e1d6d
commit af1152b001
1436 changed files with 36615 additions and 15508 deletions
@@ -1208,32 +1208,23 @@
Gets or sets the sub-container(s) which this profile will be applied to.
</summary>
</member>
<member name="M:MediaBrowser.Model.Dlna.CodecProfile.ContainsAnyCodec(System.Collections.Generic.IReadOnlyList{System.String},System.String,System.Boolean)">
<summary>
Checks to see whether the codecs and containers contain the given parameters.
</summary>
<param name="codecs">The codecs to match.</param>
<param name="container">The container to match.</param>
<param name="useSubContainer">Consider sub-containers.</param>
<returns>True if both conditions are met.</returns>
</member>
<member name="M:MediaBrowser.Model.Dlna.CodecProfile.ContainsAnyCodec(System.String,System.String,System.Boolean)">
<summary>
Checks to see whether the codecs and containers contain the given parameters.
</summary>
<param name="codec">The codec to match.</param>
<param name="codec">The codec to match (single codec or comma-separated list).</param>
<param name="container">The container to match.</param>
<param name="useSubContainer">Consider sub-containers.</param>
<returns>True if both conditions are met.</returns>
<param name="useSubContainer">When true and Container is "hls", uses SubContainer instead of Container for matching.</param>
<returns>True if both the codec and container conditions are met.</returns>
</member>
<member name="M:MediaBrowser.Model.Dlna.CodecProfile.ContainsAnyCodec(System.ReadOnlySpan{System.Char},System.String,System.Boolean)">
<member name="M:MediaBrowser.Model.Dlna.CodecProfile.ContainsAnyCodec(System.Collections.Generic.IReadOnlyList{System.String},System.String,System.Boolean)">
<summary>
Checks to see whether the codecs and containers contain the given parameters.
</summary>
<param name="codec">The codec to match.</param>
<param name="codecs">The list of codecs to match.</param>
<param name="container">The container to match.</param>
<param name="useSubContainer">Consider sub-containers.</param>
<returns>True if both conditions are met.</returns>
<param name="useSubContainer">When true and Container is "hls", uses SubContainer instead of Container for matching.</param>
<returns>True if both the codec and container conditions are met.</returns>
</member>
<member name="T:MediaBrowser.Model.Dlna.ConditionProcessor">
<summary>
@@ -1552,6 +1543,26 @@
<param name="isAudio">Whether or not this is audio.</param>
<returns>System.Nullable&lt;System.Int32&gt;.</returns>
</member>
<member name="M:MediaBrowser.Model.Dlna.ResolutionConfiguration.#ctor(System.Int32,System.Int32)">
<summary>
Initializes a new instance of the <see cref="T:MediaBrowser.Model.Dlna.ResolutionConfiguration"/> class.
</summary>
<param name="maxWidth">The maximum width.</param>
<param name="maxBitrate">The maximum bitrate.</param>
</member>
<member name="M:MediaBrowser.Model.Dlna.ResolutionNormalizer.Normalize(System.Nullable{System.Int32},System.Int32,System.Int32,System.Nullable{System.Int32},System.Nullable{System.Int32},System.Nullable{System.Single},System.Boolean)">
<summary>
Normalizes resolution options based on bitrate and dimensions.
</summary>
<param name="inputBitrate">The input bitrate.</param>
<param name="outputBitrate">The output bitrate.</param>
<param name="h264EquivalentOutputBitrate">The H264 equivalent output bitrate.</param>
<param name="maxWidth">The maximum width.</param>
<param name="maxHeight">The maximum height.</param>
<param name="targetFps">The target frames per second.</param>
<param name="isHdr">Whether the content is HDR.</param>
<returns>The normalized resolution options.</returns>
</member>
<member name="T:MediaBrowser.Model.Dlna.StreamBuilder">
<summary>
Class StreamBuilder.
@@ -4633,6 +4644,11 @@
Class MediaStream.
</summary>
</member>
<member name="F:MediaBrowser.Model.Entities.MediaStream.SpecialCodes">
<summary>
Special ISO 639-2 language codes that should not be displayed in the UI.
</summary>
</member>
<member name="P:MediaBrowser.Model.Entities.MediaStream.Codec">
<summary>
Gets or sets the codec.
@@ -4753,6 +4769,12 @@
</summary>
<value>The title.</value>
</member>
<member name="P:MediaBrowser.Model.Entities.MediaStream.Hdr10PlusPresentFlag">
<summary>
Gets or sets a value indicating whether the HDR10+ present flag.
</summary>
<value>The HDR10+ present flag.</value>
</member>
<member name="P:MediaBrowser.Model.Entities.MediaStream.VideoRange">
<summary>
Gets the video range.
@@ -4777,12 +4799,66 @@
</summary>
<value>The audio spatial format.</value>
</member>
<member name="P:MediaBrowser.Model.Entities.MediaStream.LocalizedUndefined">
<summary>
Gets or sets the localized text for undefined language.
</summary>
<value>The localized text for undefined language.</value>
</member>
<member name="P:MediaBrowser.Model.Entities.MediaStream.LocalizedDefault">
<summary>
Gets or sets the localized text for default stream indicator.
</summary>
<value>The localized text for default stream indicator.</value>
</member>
<member name="P:MediaBrowser.Model.Entities.MediaStream.LocalizedForced">
<summary>
Gets or sets the localized text for forced stream indicator.
</summary>
<value>The localized text for forced stream indicator.</value>
</member>
<member name="P:MediaBrowser.Model.Entities.MediaStream.LocalizedExternal">
<summary>
Gets or sets the localized text for external stream indicator.
</summary>
<value>The localized text for external stream indicator.</value>
</member>
<member name="P:MediaBrowser.Model.Entities.MediaStream.LocalizedHearingImpaired">
<summary>
Gets or sets the localized text for hearing impaired indicator.
</summary>
<value>The localized text for hearing impaired indicator.</value>
</member>
<member name="P:MediaBrowser.Model.Entities.MediaStream.LocalizedLanguage">
<summary>
Gets or sets the localized language name.
</summary>
<value>The localized language name.</value>
</member>
<member name="P:MediaBrowser.Model.Entities.MediaStream.DisplayTitle">
<summary>
Gets the display title for the media stream.
</summary>
<value>The display title.</value>
</member>
<member name="P:MediaBrowser.Model.Entities.MediaStream.NalLengthSize">
<summary>
Gets or sets the NAL length size.
</summary>
<value>The NAL length size.</value>
</member>
<member name="P:MediaBrowser.Model.Entities.MediaStream.IsInterlaced">
<summary>
Gets or sets a value indicating whether this instance is interlaced.
</summary>
<value><c>true</c> if this instance is interlaced; otherwise, <c>false</c>.</value>
</member>
<member name="P:MediaBrowser.Model.Entities.MediaStream.IsAVC">
<summary>
Gets or sets a value indicating whether this instance is AVC.
</summary>
<value><c>true</c> if this instance is AVC; otherwise, <c>false</c>.</value>
</member>
<member name="P:MediaBrowser.Model.Entities.MediaStream.ChannelLayout">
<summary>
Gets or sets the channel layout.
@@ -4929,6 +5005,18 @@
</summary>
<value><c>null</c> if [is external URL] contains no value, <c>true</c> if [is external URL]; otherwise, <c>false</c>.</value>
</member>
<member name="P:MediaBrowser.Model.Entities.MediaStream.IsTextSubtitleStream">
<summary>
Gets a value indicating whether this instance is a text subtitle stream.
</summary>
<value><c>true</c> if this instance is a text subtitle stream; otherwise, <c>false</c>.</value>
</member>
<member name="P:MediaBrowser.Model.Entities.MediaStream.IsPgsSubtitleStream">
<summary>
Gets a value indicating whether this instance is a PGS subtitle stream.
</summary>
<value><c>true</c> if this instance is a PGS subtitle stream; otherwise, <c>false</c>.</value>
</member>
<member name="P:MediaBrowser.Model.Entities.MediaStream.IsExtractableSubtitleStream">
<summary>
Gets a value indicating whether this is a subtitle steam that is extractable by ffmpeg.
@@ -4966,6 +5054,39 @@
</summary>
<value><c>true</c> if this instance is anamorphic; otherwise, <c>false</c>.</value>
</member>
<member name="M:MediaBrowser.Model.Entities.MediaStream.IsTextFormat(System.String)">
<summary>
Determines whether the specified format is a text-based subtitle format.
</summary>
<param name="format">The subtitle format/codec to check.</param>
<returns><c>true</c> if the format is text-based; otherwise, <c>false</c>.</returns>
</member>
<member name="M:MediaBrowser.Model.Entities.MediaStream.IsPgsFormat(System.String)">
<summary>
Determines whether the specified format is a PGS (Presentation Graphic Stream) subtitle format.
</summary>
<param name="format">The subtitle format/codec to check.</param>
<returns><c>true</c> if the format is PGS; otherwise, <c>false</c>.</returns>
</member>
<member name="M:MediaBrowser.Model.Entities.MediaStream.SupportsSubtitleConversionTo(System.String)">
<summary>
Determines whether this subtitle stream can be converted to the specified codec.
</summary>
<param name="toCodec">The target codec to convert to.</param>
<returns><c>true</c> if the subtitle stream can be converted to the specified codec; otherwise, <c>false</c>.</returns>
</member>
<member name="M:MediaBrowser.Model.Entities.MediaStream.GetVideoColorRange">
<summary>
Gets the video color range information based on codec tags, Dolby Vision properties, and color transfer characteristics.
</summary>
<returns>A tuple containing the video range (SDR/HDR) and the specific video range type.</returns>
</member>
<member name="M:MediaBrowser.Model.Entities.MediaStream.GetResolutionText">
<summary>
Gets the resolution text based on width and height.
</summary>
<returns>The resolution text (e.g., "1080p", "4K") or null if width/height are not available.</returns>
</member>
<member name="T:MediaBrowser.Model.Entities.MediaStreamType">
<summary>
Enum MediaStreamType.
@@ -7404,6 +7525,12 @@
Gets or sets a value indicating whether the playlist is public.
</summary>
</member>
<member name="M:MediaBrowser.Model.Playlists.PlaylistCreationResult.#ctor(System.String)">
<summary>
Initializes a new instance of the <see cref="T:MediaBrowser.Model.Playlists.PlaylistCreationResult"/> class.
</summary>
<param name="id">The playlist identifier.</param>
</member>
<member name="T:MediaBrowser.Model.Playlists.PlaylistUpdateRequest">
<summary>
A playlist update request.
@@ -7464,6 +7591,12 @@
Class BasePluginConfiguration.
</summary>
</member>
<member name="M:MediaBrowser.Model.Plugins.IHasWebPages.GetPages">
<summary>
Gets the plugin pages.
</summary>
<returns>The plugin pages.</returns>
</member>
<member name="T:MediaBrowser.Model.Plugins.PluginInfo">
<summary>
This is a serializable stub class that is used by the api to provide information about installed plugins.
@@ -7829,6 +7962,12 @@
</summary>
<value>The type of the rating.</value>
</member>
<member name="M:MediaBrowser.Model.Providers.RemoteImageQuery.#ctor(System.String)">
<summary>
Initializes a new instance of the <see cref="T:MediaBrowser.Model.Providers.RemoteImageQuery"/> class.
</summary>
<param name="providerName">The name of the image provider.</param>
</member>
<member name="T:MediaBrowser.Model.Providers.RemoteImageResult">
<summary>
Class RemoteImageResult.
@@ -7877,6 +8016,11 @@
Gets the lyrics.
</summary>
</member>
<member name="M:MediaBrowser.Model.Providers.RemoteSearchResult.#ctor">
<summary>
Initializes a new instance of the <see cref="T:MediaBrowser.Model.Providers.RemoteSearchResult"/> class.
</summary>
</member>
<member name="P:MediaBrowser.Model.Providers.RemoteSearchResult.Name">
<summary>
Gets or sets the name.
@@ -7895,6 +8039,16 @@
</summary>
<value>The year.</value>
</member>
<member name="M:MediaBrowser.Model.Providers.SubtitleOptions.#ctor">
<summary>
Initializes a new instance of the <see cref="T:MediaBrowser.Model.Providers.SubtitleOptions"/> class.
</summary>
</member>
<member name="M:MediaBrowser.Model.Querying.AllThemeMediaResult.#ctor">
<summary>
Initializes a new instance of the <see cref="T:MediaBrowser.Model.Querying.AllThemeMediaResult"/> class.
</summary>
</member>
<member name="T:MediaBrowser.Model.Querying.ItemFields">
<summary>
Used to control the data that gets attached to DtoBaseItems.
@@ -8195,6 +8349,11 @@
The is favorite or likes.
</summary>
</member>
<member name="M:MediaBrowser.Model.Querying.LatestItemsQuery.#ctor">
<summary>
Initializes a new instance of the <see cref="T:MediaBrowser.Model.Querying.LatestItemsQuery"/> class.
</summary>
</member>
<member name="P:MediaBrowser.Model.Querying.LatestItemsQuery.User">
<summary>
Gets or sets the user to localize search results for.
@@ -8262,6 +8421,11 @@
</summary>
<value>The enable image types.</value>
</member>
<member name="M:MediaBrowser.Model.Querying.NextUpQuery.#ctor">
<summary>
Initializes a new instance of the <see cref="T:MediaBrowser.Model.Querying.NextUpQuery"/> class.
</summary>
</member>
<member name="P:MediaBrowser.Model.Querying.NextUpQuery.User">
<summary>
Gets or sets the user.
@@ -8313,6 +8477,16 @@
Gets or sets a value indicating whether getting rewatching next up list.
</summary>
</member>
<member name="M:MediaBrowser.Model.Querying.QueryFilters.#ctor">
<summary>
Initializes a new instance of the <see cref="T:MediaBrowser.Model.Querying.QueryFilters"/> class.
</summary>
</member>
<member name="M:MediaBrowser.Model.Querying.QueryFiltersLegacy.#ctor">
<summary>
Initializes a new instance of the <see cref="T:MediaBrowser.Model.Querying.QueryFiltersLegacy"/> class.
</summary>
</member>
<member name="T:MediaBrowser.Model.Querying.QueryResult`1">
<summary>
Query result container.
@@ -8632,6 +8806,11 @@
</summary>
<value>The total record count.</value>
</member>
<member name="M:MediaBrowser.Model.Search.SearchQuery.#ctor">
<summary>
Initializes a new instance of the <see cref="T:MediaBrowser.Model.Search.SearchQuery"/> class.
</summary>
</member>
<member name="P:MediaBrowser.Model.Search.SearchQuery.UserId">
<summary>
Gets or sets the user to localize search results for.
@@ -8717,6 +8896,22 @@
</summary>
<value>The name of the item.</value>
</member>
<member name="M:MediaBrowser.Model.Session.ClientCapabilities.#ctor">
<summary>
Initializes a new instance of the <see cref="T:MediaBrowser.Model.Session.ClientCapabilities"/> class.
</summary>
</member>
<member name="M:MediaBrowser.Model.Session.GeneralCommand.#ctor">
<summary>
Initializes a new instance of the <see cref="T:MediaBrowser.Model.Session.GeneralCommand"/> class.
</summary>
</member>
<member name="M:MediaBrowser.Model.Session.GeneralCommand.#ctor(System.Collections.Generic.Dictionary{System.String,System.String})">
<summary>
Initializes a new instance of the <see cref="T:MediaBrowser.Model.Session.GeneralCommand"/> class.
</summary>
<param name="arguments">The command arguments.</param>
</member>
<member name="T:MediaBrowser.Model.Session.GeneralCommandType">
<summary>
This exists simply to identify a set of known commands.