| Age | Commit message (Collapse) | Author |
|
Enable TreatWarningsAsErrors for Jellyfin.Server.Implementations in Release mode
|
|
Enable nullabe reference types for MediaBrowser.Model
|
|
|
|
|
|
|
|
Re-raise the exception that caused LiveTV stream to not open
|
|
Co-authored-by: dkanada <dkanada@users.noreply.github.com>
|
|
Simplify HTTPS Properties
|
|
|
|
Also refactor to use return a Uri instead of a string and use UriBuilder under the hood
|
|
|
|
|
|
Make localhost LiveTV restreams always use plain HTTP port
|
|
|
|
Fix some warnings
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Log entries will contain additional class context when using this interface
|
|
* Add analyzers to MediaBrowser.XbmcMetadata
* Enable TreatWarningsAsErrors for MediaBrowser.XbmcMetadata
* Add analyzers to MediaBrowser.WebDashboard
* Enable TreatWarningsAsErrors for MediaBrowser.WebDashboard
* Disable SA1600 in favor of CS1591
|
|
|
|
|
|
Fix warnings
|
|
|
|
Remove StringHelper functions
|
|
|
|
|
|
|
|
Enable TreatWarningsAsErrors for some projects
|
|
* Move Emby.XmlTv to a NuGet package
* Update Emby.Server.Implementations/Emby.Server.Implementations.csproj
Co-Authored-By: Anthony Lavado <anthonylavado@me.com>
|
|
Analyzers are only run in debug build, so setting TreatWarningsAsErrors
for release build will catch the compiler warnings until we resolve all
analyzer warnings.
|
|
|
|
|
|
|