[PR #1613] [MERGED] Update deps + document startup project #8824

Closed
opened 2026-02-07 05:50:56 +03:00 by OVERLORD · 0 comments
Owner

📋 Pull Request Information

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

Base: masterHead: docs


📝 Commits (2)

  • 003238e Update deps + document startup project
  • cb492fe Improve clickable link

📊 Changes

8 files changed (+74 additions, -22 deletions)

View changed files

📝 Emby.Naming/Emby.Naming.csproj (+1 -1)
📝 Emby.Photos/Emby.Photos.csproj (+1 -1)
📝 Emby.Server.Implementations/Emby.Server.Implementations.csproj (+3 -7)
📝 Jellyfin.Server/CoreAppHost.cs (+17 -0)
📝 Jellyfin.Server/Jellyfin.Server.csproj (+4 -6)
📝 Jellyfin.Server/Program.cs (+21 -6)
📝 Jellyfin.Server/StartupOptions.cs (+26 -0)
📝 MediaBrowser.MediaEncoding/MediaBrowser.MediaEncoding.csproj (+1 -1)

📄 Description

  • Fixed the release build
  • Documented all public/internal members of Jellyfin.Server
  • Enable TreatWarningsAsErrors for debug builds for Jellyfin.Server
  • Updated all dependencies

This will ensure that any new public/internal members of Jellyfin.Server
are documented


🔄 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/1613 **Author:** [@Bond-009](https://github.com/Bond-009) **Created:** 8/11/2019 **Status:** ✅ Merged **Merged:** 8/13/2019 **Merged by:** [@dkanada](https://github.com/dkanada) **Base:** `master` ← **Head:** `docs` --- ### 📝 Commits (2) - [`003238e`](https://github.com/jellyfin/jellyfin/commit/003238ef5e5151c43738fedcc90f83fd5064580a) Update deps + document startup project - [`cb492fe`](https://github.com/jellyfin/jellyfin/commit/cb492fe3c74f87e9eb4d6b35efc8be4dc3f45201) Improve clickable link ### 📊 Changes **8 files changed** (+74 additions, -22 deletions) <details> <summary>View changed files</summary> 📝 `Emby.Naming/Emby.Naming.csproj` (+1 -1) 📝 `Emby.Photos/Emby.Photos.csproj` (+1 -1) 📝 `Emby.Server.Implementations/Emby.Server.Implementations.csproj` (+3 -7) 📝 `Jellyfin.Server/CoreAppHost.cs` (+17 -0) 📝 `Jellyfin.Server/Jellyfin.Server.csproj` (+4 -6) 📝 `Jellyfin.Server/Program.cs` (+21 -6) 📝 `Jellyfin.Server/StartupOptions.cs` (+26 -0) 📝 `MediaBrowser.MediaEncoding/MediaBrowser.MediaEncoding.csproj` (+1 -1) </details> ### 📄 Description * Fixed the release build * Documented all public/internal members of Jellyfin.Server * Enable TreatWarningsAsErrors for debug builds for Jellyfin.Server * Updated all dependencies This will ensure that any new public/internal members of Jellyfin.Server are documented --- <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 05:50:56 +03:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/jellyfin#8824