index
:
jellyfin
master
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tests
/
Jellyfin.Controller.Tests
/
Jellyfin.Controller.Tests.csproj
Age
Commit message (
Expand
)
Author
2023-02-12
Always run code analyzers for tests projects (#9304)
Bond-009
2023-02-04
Use Directory.Packages.props (#9135)
Zoltan Csizmadia
2023-01-18
chore(deps): update dependency microsoft.codeanalysis.bannedapianalyzers to v...
renovate[bot]
2023-01-14
Update test dependencies (#9094)
Patrick Barron
2022-12-07
Update projects to .net7
Bond_009
2022-09-26
Bump Microsoft.NET.Test.Sdk from 17.3.1 to 17.3.2
dependabot[bot]
2022-09-09
Bump xunit from 2.4.1 to 2.4.2
dependabot[bot]
2022-09-09
Bump Moq from 4.18.1 to 4.18.2
dependabot[bot]
2022-09-05
Bump Microsoft.NET.Test.Sdk from 17.2.0 to 17.3.1
dependabot[bot]
2022-06-06
Merge pull request #7842 from crobibero/dependency-backport
Cody Robibero
2022-06-04
Bump Moq from 4.17.2 to 4.18.1 (#7820)
dependabot[bot]
2022-05-25
Bump Microsoft.NET.Test.Sdk from 17.1.0 to 17.2.0 (#7760)
dependabot[bot]
2022-05-09
Bump StyleCop.Analyzers from 1.2.0-beta.406 to 1.2.0-beta.435 (#7726)
dependabot[bot]
2022-05-09
Bump xunit.runner.visualstudio from 2.4.3 to 2.4.5 (#7727)
dependabot[bot]
2022-03-21
Bump StyleCop.Analyzers from 1.2.0-beta.376 to 1.2.0-beta.406
dependabot[bot]
2022-03-07
Bump Moq from 4.17.1 to 4.17.2 (#7416)
dependabot[bot]
2022-02-28
Bump Moq from 4.16.1 to 4.17.1
dependabot[bot]
2022-02-21
Bump Microsoft.NET.Test.Sdk from 17.0.0 to 17.1.0
dependabot[bot]
2022-02-07
Bump coverlet.collector from 3.1.1 to 3.1.2
dependabot[bot]
2022-02-01
Bump coverlet.collector from 3.1.0 to 3.1.1 (#7266)
dependabot[bot]
2022-01-22
Ban the usage of Task.Result
Bond_009
2021-12-24
Update StyleCop
Bond_009
2021-11-01
Bump Microsoft.NET.Test.Sdk from 16.11.0 to 17.0.0
dependabot[bot]
2021-09-24
Target net6.0
Bond_009
2021-08-16
Bump Microsoft.NET.Test.Sdk from 16.10.0 to 16.11.0
dependabot[bot]
2021-07-30
Invert code and style analysis configuration (#6334)
Rich Lander
2021-07-26
Bump coverlet.collector from 3.0.3 to 3.1.0
dependabot[bot]
2021-05-31
Bump Microsoft.NET.Test.Sdk from 16.9.4 to 16.10.0
dependabot[bot]
2021-04-02
Bump Microsoft.NET.Test.Sdk from 16.9.1 to 16.9.4
dependabot[bot]
2021-03-27
make directoryservice cache case sensitive
cvium
2021-03-09
Remove useless line
Bond_009
2021-03-09
FxCop -> Net Analyzers (part 1)
Bond_009
2021-03-01
Bump Microsoft.NET.Test.Sdk from 16.8.3 to 16.9.1
dependabot[bot]
2021-02-22
Bump coverlet.collector from 3.0.2 to 3.0.3
dependabot[bot]
2021-01-25
Bump coverlet.collector from 3.0.1 to 3.0.2
dependabot[bot]
2021-01-18
Bump coverlet.collector from 3.0.0 to 3.0.1
dependabot[bot]
2021-01-11
Bump coverlet.collector from 1.3.0 to 3.0.0
dependabot[bot]
2020-12-10
Bump Microsoft.NET.Test.Sdk from 16.8.0 to 16.8.3
dependabot[bot]
2020-11-10
Update packages to net5
crobibero
2020-11-09
Bump Microsoft.NET.Test.Sdk from 16.7.1 to 16.8.0
dependabot[bot]
2020-08-31
Bump Microsoft.NET.Test.Sdk and add missing reference
crobibero
2020-08-12
bump deps
crobibero
2020-08-10
Bump Microsoft.NET.Test.Sdk from 16.6.1 to 16.7.0
dependabot[bot]
2020-06-15
Bump coverlet.collector from 1.2.1 to 1.3.0
dependabot[bot]
2020-06-13
enable code analyzers for tests
telans
2020-06-11
Bump Microsoft.NET.Test.Sdk from 16.5.0 to 16.6.1
dependabot[bot]
2020-04-21
Add <ProjectGuid> properties to all project files
Mark Monteiro
2020-04-03
Bump coverlet.collector from 1.2.0 to 1.2.1
dependabot-preview[bot]
2020-03-26
Bump Microsoft.NET.Test.Sdk from 16.4.0 to 16.5.0
dependabot-preview[bot]
2020-03-05
Add tests for alpha numeric sorting
Bond_009