mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-01-23 23:20:51 +01:00
[PR #1614] [MERGED] Document all public/internal members of Emby.Drawing #8646
Labels
No labels
area:database
awaiting-feedback
backend
blocked
breaking change: web api
bug
build
ci
confirmed
discussion needed
dotnet future
downstream
duplicate
EFjellyfin.db
enhancement
feature
future
github-actions
good first issue
hdr
help wanted
invalid
investigation
librarydb
live-tv
lyrics
media playback
music
needs testing
nuget
performance
platform
pull-request
question
regression
release critical
requires-web
roadmap
security
security
stale
support
syncplay
ui & ux
upstream
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: starred/jellyfin#8646
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
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/1614
Author: @Bond-009
Created: 8/11/2019
Status: ✅ Merged
Merged: 8/16/2019
Merged by: @dkanada
Base:
master← Head:docs2📝 Commits (1)
838e5d0Document 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.