[PR #1614] [MERGED] Document all public/internal members of Emby.Drawing #8646

Closed
opened 2025-12-22 07:01:33 +01:00 by backuprepo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/jellyfin/jellyfin/pull/1614
Author: @Bond-009
Created: 8/11/2019
Status: Merged
Merged: 8/16/2019
Merged by: @dkanada

Base: masterHead: docs2


📝 Commits (1)

  • 838e5d0 Document all public/internal members of Emby.Drawing

📊 Changes

27 files changed (+141 additions, -166 deletions)

View changed files

📝 BDInfo/BDInfo.csproj (+1 -0)
📝 DvdLib/DvdLib.csproj (+1 -0)
📝 Emby.Dlna/Emby.Dlna.csproj (+1 -0)
📝 Emby.Drawing/Emby.Drawing.csproj (+2 -0)
📝 Emby.Drawing/ImageProcessor.cs (+62 -97)
📝 Emby.Drawing/NullImageEncoder.cs (+19 -15)
📝 Emby.IsoMounting/IsoMounter/IsoMounter.csproj (+1 -0)
📝 Emby.Notifications/Emby.Notifications.csproj (+1 -0)
📝 Emby.Photos/Emby.Photos.csproj (+1 -0)
📝 Emby.Server.Implementations/ApplicationHost.cs (+6 -15)
📝 Emby.Server.Implementations/Dto/DtoService.cs (+1 -1)
📝 Emby.XmlTv/Emby.XmlTv/Emby.XmlTv.csproj (+1 -0)
📝 Jellyfin.Drawing.Skia/Jellyfin.Drawing.Skia.csproj (+1 -0)
📝 MediaBrowser.Api/Images/ImageService.cs (+4 -4)
📝 MediaBrowser.Api/MediaBrowser.Api.csproj (+1 -0)
📝 MediaBrowser.Common/IApplicationHost.cs (+4 -4)
📝 MediaBrowser.Common/MediaBrowser.Common.csproj (+1 -0)
📝 MediaBrowser.Controller/Drawing/IImageEncoder.cs (+11 -10)
📝 MediaBrowser.Controller/Drawing/IImageProcessor.cs (+12 -18)
📝 MediaBrowser.Controller/Drawing/ImageProcessingOptions.cs (+3 -2)

...and 7 more files

📄 Description

Forces all new public/internal members to be documented.
Enables TreatWarningsAsErrors for Emby.Drawing.
Generate doc files for all projects.


🔄 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/1614 **Author:** [@Bond-009](https://github.com/Bond-009) **Created:** 8/11/2019 **Status:** ✅ Merged **Merged:** 8/16/2019 **Merged by:** [@dkanada](https://github.com/dkanada) **Base:** `master` ← **Head:** `docs2` --- ### 📝 Commits (1) - [`838e5d0`](https://github.com/jellyfin/jellyfin/commit/838e5d05d51c4c171c07d512f741304a6dc58f24) Document all public/internal members of Emby.Drawing ### 📊 Changes **27 files changed** (+141 additions, -166 deletions) <details> <summary>View changed files</summary> 📝 `BDInfo/BDInfo.csproj` (+1 -0) 📝 `DvdLib/DvdLib.csproj` (+1 -0) 📝 `Emby.Dlna/Emby.Dlna.csproj` (+1 -0) 📝 `Emby.Drawing/Emby.Drawing.csproj` (+2 -0) 📝 `Emby.Drawing/ImageProcessor.cs` (+62 -97) 📝 `Emby.Drawing/NullImageEncoder.cs` (+19 -15) 📝 `Emby.IsoMounting/IsoMounter/IsoMounter.csproj` (+1 -0) 📝 `Emby.Notifications/Emby.Notifications.csproj` (+1 -0) 📝 `Emby.Photos/Emby.Photos.csproj` (+1 -0) 📝 `Emby.Server.Implementations/ApplicationHost.cs` (+6 -15) 📝 `Emby.Server.Implementations/Dto/DtoService.cs` (+1 -1) 📝 `Emby.XmlTv/Emby.XmlTv/Emby.XmlTv.csproj` (+1 -0) 📝 `Jellyfin.Drawing.Skia/Jellyfin.Drawing.Skia.csproj` (+1 -0) 📝 `MediaBrowser.Api/Images/ImageService.cs` (+4 -4) 📝 `MediaBrowser.Api/MediaBrowser.Api.csproj` (+1 -0) 📝 `MediaBrowser.Common/IApplicationHost.cs` (+4 -4) 📝 `MediaBrowser.Common/MediaBrowser.Common.csproj` (+1 -0) 📝 `MediaBrowser.Controller/Drawing/IImageEncoder.cs` (+11 -10) 📝 `MediaBrowser.Controller/Drawing/IImageProcessor.cs` (+12 -18) 📝 `MediaBrowser.Controller/Drawing/ImageProcessingOptions.cs` (+3 -2) _...and 7 more files_ </details> ### 📄 Description Forces all new public/internal members to be documented. Enables TreatWarningsAsErrors for Emby.Drawing. Generate doc files for all projects. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
backuprepo 2025-12-22 07:01:33 +01:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: starred/jellyfin#8646
No description provided.