aboutsummaryrefslogtreecommitdiff
path: root/Emby.Photos
AgeCommit message (Collapse)Author
2021-12-24Update StyleCopBond_009
2021-12-20Use our own Contains extensioncvium
2021-09-24Target net6.0Bond_009
2021-07-30Invert code and style analysis configuration (#6334)Rich Lander
Co-authored-by: Bond-009 <bond.009@outlook.com>
2021-04-06Enable NetAnalyzers for more projectsBond_009
2021-03-09FxCop -> Net Analyzers (part 1)Bond_009
2020-11-10Update packages to net5crobibero
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-05Use typed logger where possiblecrobibero
2020-04-22Merge branch 'master' into register-services-correctlyBond-009
2020-04-21Add <ProjectGuid> properties to all project filesMark Monteiro
This is required for SonarCloud analysis to run
2020-04-04Eliminate circular dependency between LibraryManager and ImageProcessorMark Monteiro
2020-02-04Merge branch 'master' into nullable2Bond-009
2020-01-28Update depsBond_009
2020-01-10Merge branch 'master' into warn12Bond_009
2019-12-20Enable nullable reference types for Emby.Photos and Emby.NotificationsBond_009
* Enable TreatWarningsAsErrors for Emby.Notifications * Add analyzers to Emby.Notifications
2019-12-18Enable analyzersBond-009
2019-12-13Enable TreatWarningsAsErrors for some projectsBond_009
Analyzers are only run in debug build, so setting TreatWarningsAsErrors for release build will catch the compiler warnings until we resolve all analyzer warnings.
2019-12-11More warnings (removed)Bond_009
2019-11-21Update depsBond_009
2019-11-01Rewrite hex encoder/decoderBond_009
2019-10-09Enable `TreatWarningsAsErrors` for MediaBrowser.Common and Emby.PhotosBond_009
Adds `#pragma warning disable CS1591` to all files in MediaBrowser.Common containing undocumented members.
2019-09-01Fix more warningsBond_009
2019-08-15Merge pull request #1614 from Bond-009/docs2dkanada
Document all public/internal members of Emby.Drawing
2019-08-11Document all public/internal members of Emby.DrawingBond_009
Forces all new public/internal members to be documented. Enables TreatWarningsAsErrors for Emby.Drawing
2019-08-11Update deps + document startup projectBond_009
* Fixed the release build * Documented all public/internal members of Jellyfin.Server * Enable TreatWarningsAsErrors for debug builds for Jellyfin.Server This will ensure that any new public/internal members of Jellyfin.Server are documented
2019-05-11Ignore casing photo extensionsBond-009
2019-03-14Adjusted AssemblyCopyright attribute values.Erwin de Haan
2019-03-14Adjusted the Product Name so the User Agent is correct/better.Erwin de Haan
2019-02-09Removed some unused fieldsBond_009
2019-02-05Complete rename ImageSize -> ImageDimensionsBond-009
2019-01-26Change image dimentions from double to intBond_009
Rename ImageSize -> ImageDimensions
2019-01-21Use TagLibSharp Nuget packageAndrew Rabert
2019-01-19Remove allowSlowMethods from image processingAndrew Rabert
2019-01-19Fixed csproj and xml identation.Erwin de Haan
2019-01-13ReSharper format: conform inline 'out' parameters.Erwin de Haan
2019-01-13ReSharper Reformat: Properties to expression bodied form.Erwin de Haan
2019-01-13Find+Sed BOM removal *.xml,*.csproj,*,json,*.sln,*.txtErwin de Haan
2019-01-13Find+Sed BOM removal *.cs: BDInfo-Emby.XmlTvErwin de Haan
2019-01-13EditorConfig reformat: Non-CS files.Erwin de Haan
2019-01-13Visual Studio Reformat: Emby.PhotosErwin de Haan
2019-01-11Merge branch 'dev' into code-cleanupErwin 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.
2019-01-07remove trailing whitespacehawken
2019-01-02Fix spacing to C#/Visual Studio standardsAnthony Lavado
- This is a fix automatically applied by Visual Studio
2018-12-30Fix exception loggingBond_009
2018-12-30Use Microsoft.Extensions.Logging abstractionBond_009
2018-12-12Change libraries from netcoreapp to netstandardBond_009
Ref: https://dotnetcoretutorials.com/2017/01/13/net-standard-vs-net-core-whats-difference/
2018-12-11Replace TagLib.Portable.dll with taglib-sharp submoduleBond_009