aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.LocalMetadata/MediaBrowser.LocalMetadata.csproj
AgeCommit message (Collapse)Author
2024-11-16Update projects to .NET 9 (#13023)Bond-009
2023-11-14Update to .NET 8Bond_009
2023-11-05Add IDisposableAnalyzers to more projectsBond_009
2023-02-04Use Directory.Packages.props (#9135)Zoltan Csizmadia
Co-authored-by: Zoltan Csizmadia <CsizmadiaZ@valassis.com>
2023-01-18chore(deps): update dependency microsoft.codeanalysis.bannedapianalyzers to ↵renovate[bot]
v3.3.4 (#9117) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2022-12-07Update projects to .net7Bond_009
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-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-13FxCop -> Net Analyzers (part 2)Bond_009
2021-03-09FxCop -> Net Analyzers (part 1)Bond_009
2020-11-10Update packages to net5crobibero
2020-06-13Remove warnings from MediaBrowser.LocalMetadatacrobibero
2020-04-21Add <ProjectGuid> properties to all project filesMark Monteiro
This is required for SonarCloud analysis to run
2019-11-01Rewrite hex encoder/decoderBond_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-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-09consolidate emby.server.core into emby.server.implementationsLuke Pulverenti
2017-06-04move xml providers to pluginLuke Pulverenti
2016-12-08trim excess loggingLuke Pulverenti
2016-10-30make local metadata project portableLuke Pulverenti
2016-10-27stub out BaseXmlSaver.csLuke 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-09-03add loopback handlerLuke Pulverenti
2016-03-22update componentsLuke Pulverenti
2016-02-25update photo resolverLuke Pulverenti
2016-01-16update commonioLuke Pulverenti
2015-11-02update channel dbLuke 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-06-153.0.5641.4Luke Pulverenti
2015-05-31normalize tv recording objectsLuke Pulverenti
2015-01-17make library scan a bit more hands offLuke Pulverenti
2014-12-02updated nugetLuke Pulverenti
2014-11-08fixes #941 - Rework password recovery and remove IsLocal checksLuke Pulverenti
2014-11-05rework build scriptsLuke Pulverenti
2014-10-01Add user cinema mode settingLuke Pulverenti