Commit Graph

60 Commits (d280dc65549b2507c058bcf1823e3ab040293da7)

Author SHA1 Message Date
Bond_009 d280dc6554 Reduce log spam
1 year ago
Bond_009 52194f56b5 Replace != null with is not null
1 year ago
Bond_009 c7d50d640e Replace == null with is null
1 year ago
Bond_009 a9a5fcde81 Use ArgumentNullException.ThrowIfNull helper method
2 years ago
Bond_009 5732e6188c Fix some warnings
2 years ago
Bond_009 ea8f40e84a More cleanup
2 years ago
Bond_009 1d19a5be61 Fix some warnings
3 years ago
Patrick Barron 4ba9b6c305 Fix warnings in ScheduledTasks
3 years ago
Cody Robibero cba07b1ca6 Remove more and more warnings
3 years ago
Bond_009 6f8ccab788 Move non-jellyfin extensions to separate project
3 years ago
Bond_009 0bc0601442 Fix some warnings
3 years ago
Bond_009 7e8428e588 Enable nullable reference types for Emby.Server.Implementations
3 years ago
BaronGreenback 2e98de9062
Code Clean up: Convert to null-coalescing operator ?? (#5845)
3 years ago
BaronGreenback f2c10471bf
Code Clean up: Use Pattern Matching (#5838)
3 years ago
BaronGreenback bc1cc2d04a Remove unused using directives
3 years ago
cvium 42bcf171d9 Use sync Serialize when writing scheduled tasks to disk
3 years ago
Bond_009 a8ed753f6c FxCop -> Net Analyzers (part 2)
3 years ago
dkanada 54a3ab15a3
Merge pull request #5005 from jellyfin/bytes
3 years ago
Bond_009 1752423e52 Open FileStream with FileMode.Create instead of FileMode.OpenOrCreate
3 years ago
Bond_009 1ea2b200c0 JsonSerializer deserialize from bytes where possible
3 years ago
David 3dec1fd6b2 Use UTF8 encoding and async correctly
3 years ago
David 21fd124bca Code revie
3 years ago
David 043d045448 Put json serializer options in private field
3 years ago
David e835dfb27d Use sync string instead of file
3 years ago
David 2a574914ea Use streams instead of strings
3 years ago
David f38970cbd3 Remove xml docs
3 years ago
David 196388d607 Remove custom Json serializer from Emby.Server.Implementations
3 years ago
Bond_009 d4e568c8bf
Replace Task.WaitAll with Task.Wait
4 years ago
Bond_009 49569ca0a0 Use nameof where possible
4 years ago
Patrick Barron 9fa4fff15d Merge branch 'master' into event-rewrite-1
4 years ago
Bond_009 ab2147751f Make MediaBrowser.MediaEncoding warnings free
4 years ago
Patrick Barron ca1f15af19 Move GenericEventArgs to Jellyfin.Data.Events
4 years ago
Bond-009 9af6eda0b4
Merge pull request #3343 from telans/comment-stops
4 years ago
telans 247f9c61e6
fix SA1513/SA1516
4 years ago
telans 9018f8d8be
Add full stop at end of comments (SA1629)
4 years ago
Vasily 40502a33e0
Merge pull request #3203 from Bond-009/warn18
4 years ago
Bond_009 4748105dce Enable TreatWarningsAsErrors for Jellyfin.Server.Implementations in Release mode
4 years ago
Bond_009 30ce346f34 Enable nullabe reference types for MediaBrowser.Model
4 years ago
Bond-009 b477b3874e Fix some warnings
5 years ago
Bond-009 6032f31aa6 Use CultureInvariant string conversion for Guids
5 years ago
Bond-009 d0f2b3a747
Merge branch 'master' into startuptasks
5 years ago
Erwin de Haan d7c6d16250 Unwrapped CreateDirectory and DeleteDirectory
5 years ago
Erwin de Haan 3a831994f6 Unwrapped GetDirectoryName and DirectorySeperatorChar
5 years ago
Claus Vium a05d803d4c Fix crash when trying to deserialize a non-existing scheduled task
5 years ago
Bond_009 ffe79c8982 Check if file exists instead of catching exceptions
5 years ago
Bond_009 08b63a7c11 Remove unused function
5 years ago
Bond_009 fd7f420af2 Remove remnants of system events
5 years ago
Erwin de Haan 65bd052f3e ReSharper conform to 'var' settings
5 years ago
Erwin de Haan 0efc699e3d Visual Studio Reformat: Emby.Server.Implementations Part S-S
5 years ago
Erwin de Haan e9519de07d Fixed removed start tag of XMLComment.
5 years ago