aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.LocalMetadata/Parsers
AgeCommit message (Collapse)Author
2022-12-07Use ArgumentException.ThrowIfNullOrEmptyBond_009
2022-12-05Replace != null with is not nullBond_009
2022-11-01Fix double assignmentJulius Vitkauskas
2022-10-06Use ArgumentNullException.ThrowIfNull helper methodBond_009
Did a simple search/replace on the whole repo (except the RSSDP project) This reduces LOC and should improve performance (methods containing a throw statement don't get inlined) ``` if \((\w+) == null\) \s+\{ \s+throw new ArgumentNullException\((.*)\); \s+\} ``` ``` ArgumentNullException.ThrowIfNull($1); ```
2021-11-09Fix some warningsBond_009
down to 580
2021-11-08Fix and disable new dotnet6 warningsCody Robibero
2021-09-26Remove all instances of en-US cultureCody Robibero
2021-09-21Specify DateTimeStyles when possibleBond_009
2021-09-19Reduce allocationsBond_009
2021-08-04Minor improvementsBond_009
2021-05-05Code Clean up: Use Pattern Matching (#5838)BaronGreenback
Co-authored-by: Cody Robibero <cody@robibe.ro> Co-authored-by: Patrick Barron <18354464+barronpm@users.noreply.github.com>
2021-03-13FxCop -> Net Analyzers (part 2)Bond_009
2021-01-09Add tests for NFO parsersBond_009
2020-11-13Fix nullability errors in MediaBrowser.LocalMetadatacrobibero
2020-06-26Fix nullable string usage.crobibero
2020-06-13Remove warnings from MediaBrowser.LocalMetadatacrobibero
2020-06-13Merge pull request #3254 from crobibero/iloggerdkanada
Use typed logger where possible
2020-06-09Fix a small number of compile warningsaled
2020-06-06Fix a small number of compile warningsaled
2020-06-05Use typed logger where possiblecrobibero
2020-01-31Fix warningsBond_009
2019-03-07Remove useless commentsBond_009
2019-03-07Remove useless abstraction around XmlReaderSettingsBond_009
This removes the amount of stuff that needs to be passed around Also removes some unneeded `ManagedFileSystem` usage
2019-01-31Remove support for games as a media typeClaus Vium
2019-01-28Unwrapped `OpenRead` and `CopyFile`Erwin de Haan
2019-01-17Reformat JustAMan review pt2 changesErwin de Haan
Refs #575
2019-01-13ReSharper format: conform inline 'out' parameters.Erwin de Haan
2019-01-13ReSharper conform to 'var' settingsErwin de Haan
2019-01-13Find+Sed BOM removal *.cs: MediaBrowser.LocalMetadata-MediaBrowser.ModelErwin de Haan
2019-01-13Visual Studio Reformat: MediaBrowser.LocalMetadataErwin de Haan
2019-01-10Mayor code cleanupErwin de Haan
Add Argument*Exceptions now use proper nameof operators. Added exception messages to quite a few Argument*Exceptions. Fixed rethorwing to be proper syntax. Added a ton of null checkes. (This is only a start, there are about 500 places that need proper null handling) Added some TODOs to log certain exceptions. Fix sln again. Fixed all AssemblyInfo's and added proper copyright (where I could find them) We live in *current year*. Fixed the use of braces. Fixed a ton of properties, and made a fair amount of functions static that should be and can be static. Made more Methods that should be static static. You can now use static to find bad functions! Removed unused variable. And added one more proper XML comment.
2018-12-30Use Microsoft.Extensions.Logging abstractionBond_009
2018-12-28Remove custom ToArray extensionBond_009
2018-09-12Update to 3.5.2 and .net core 2.1stefan
2017-08-10revert servicestack.text updateLuke Pulverenti
2017-08-09consolidate emby.server.core into emby.server.implementationsLuke Pulverenti
2017-08-06update componentsLuke Pulverenti
2017-07-23ensure custom css is loaded lastLuke Pulverenti
2017-06-11improve live tv imagesLuke Pulverenti
2017-06-09fix boxsets hanging up library scanLuke Pulverenti
2017-06-04move xml providers to pluginLuke Pulverenti
2017-06-03update live tv startupLuke Pulverenti
2017-05-26update GetItems methodLuke Pulverenti
2017-05-13add sample rate conditionLuke Pulverenti
2017-05-06add new search filtersLuke Pulverenti
2017-05-04improve smb supportLuke Pulverenti
2017-04-29update environment detectionLuke Pulverenti
2017-04-01remove qsv hevc decoding for nowLuke Pulverenti
2017-02-26update componentsLuke Pulverenti
2017-02-18clean related files when deleting itemsLuke Pulverenti