aboutsummaryrefslogtreecommitdiff
path: root/Emby.Drawing/Emby.Drawing.csproj
AgeCommit message (Collapse)Author
2023-01-10Rename Emby.Drawing and move to src (#9054)Patrick Barron
* Move Emby.Drawing to src * Rename Emby.Drawing -> Jellyfin.Drawing
2022-12-07Update projects to .net7Bond_009
2022-12-05Fix some warnings and only disable TreatWarningsAsErrors for CodeAnalysis ↵Bond-009
(#8709)
2022-05-09Bump StyleCop.Analyzers from 1.2.0-beta.406 to 1.2.0-beta.435 (#7726)dependabot[bot]
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-03-21Bump StyleCop.Analyzers from 1.2.0-beta.376 to 1.2.0-beta.406dependabot[bot]
Bumps [StyleCop.Analyzers](https://github.com/DotNetAnalyzers/StyleCopAnalyzers) from 1.2.0-beta.376 to 1.2.0-beta.406. - [Release notes](https://github.com/DotNetAnalyzers/StyleCopAnalyzers/releases) - [Commits](https://github.com/DotNetAnalyzers/StyleCopAnalyzers/compare/1.2.0-beta.376...1.2.0-beta.406) --- updated-dependencies: - dependency-name: StyleCop.Analyzers dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
2022-01-22Ban the usage of Task.ResultBond_009
If the calling function can't be made async easily you can still use .GetAwaiter().GetResult(), which is way easier to find in the future
2021-12-24Update StyleCopBond_009
2021-10-06Set AnalysisMode to AllEnabledByDefaultBond_009
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-03-09FxCop -> Net Analyzers (part 1)Bond_009
2020-11-10Update packages to net5crobibero
2020-04-23Merge branch 'master' into nullable4Bond_009
2020-04-21Add <ProjectGuid> properties to all project filesMark Monteiro
This is required for SonarCloud analysis to run
2020-04-05Enable nullabe reference types for Emby.Drawing and Jellyfin.Drawing.SkiaBond_009
2020-01-21Simplify image processing by removing image enhancersBond_009
2019-11-01Rewrite hex encoder/decoderBond_009
2019-08-16Fix build on .Net Core 2.xBond_009
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-01-26Move Skia back into it's own projectBond_009
2019-01-19Combine Emby.Drawing and Emby.Drawing.SkiaAndrew Rabert
2019-01-19Replace custom image parser with SkiaAndrew Rabert
2019-01-19Fixed csproj and xml identation.Erwin de Haan
2019-01-13Find+Sed BOM removal *.xml,*.csproj,*,json,*.sln,*.txtErwin de Haan
2019-01-13EditorConfig reformat: Non-CS files.Erwin de Haan
2019-01-02Fix spacing to C#/Visual Studio standardsAnthony Lavado
- This is a fix automatically applied by Visual Studio
2018-12-12Change libraries from netcoreapp to netstandardBond_009
Ref: https://dotnetcoretutorials.com/2017/01/13/net-standard-vs-net-core-whats-difference/
2018-09-12Update to 3.5.2 and .net core 2.1stefan
2017-08-16merge common implementations and server implementationsLuke Pulverenti
2016-11-11update portable projectsLuke Pulverenti
2016-10-31make photos project portableLuke Pulverenti
2016-10-25add more to .net core solutionLuke Pulverenti
2016-10-25make controller project portableLuke Pulverenti
2016-10-21make model project portableLuke Pulverenti
2016-10-20update taglibsharpLuke Pulverenti
2016-06-18update playlist collagesLuke Pulverenti
2016-03-22update componentsLuke Pulverenti
2016-02-25update photo resolverLuke Pulverenti
2016-01-21use image magick for auto-orientationLuke Pulverenti
2016-01-16update commonioLuke Pulverenti
2015-10-28use ImageMagick scale methodLuke Pulverenti
2015-10-26support null image encoderLuke Pulverenti
2015-10-05update commonioLuke Pulverenti
2015-10-04remove nuget restoresLuke Pulverenti
2015-10-04remove nuget targetsLuke Pulverenti
2015-10-04Complete rework of IFileSystemLuke Pulverenti
2015-10-04continue file system reworkLuke Pulverenti
2015-09-15more client sync stubsLuke Pulverenti
2015-09-14use taglibsharp to read image sizesLuke Pulverenti
2015-06-19updated fontsLuke Pulverenti