Bond-009
|
210a4921f2
|
Fix some warnings and only disable TreatWarningsAsErrors for CodeAnalysis (#8709)
|
2022-12-05 13:54:28 +01:00 |
|
renovate[bot]
|
036382debb
|
chore(deps): update dependency efcoresecondlevelcacheinterceptor to v3.8.0 (#8805)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
|
2022-11-27 08:52:43 -07:00 |
|
renovate[bot]
|
8fb5a1a12f
|
chore(deps): update dependency efcoresecondlevelcacheinterceptor to v3.7.5
|
2022-11-23 17:24:37 +00:00 |
|
Bond-009
|
6655cf4e58
|
Merge pull request #8601 from cvium/add_secondlevelcaching
|
2022-11-13 12:22:08 +01:00 |
|
renovate[bot]
|
42399dde9c
|
chore(deps): update dotnet monorepo (#8708)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Cody Robibero <cody@robibe.ro>
|
2022-11-09 19:09:09 -07:00 |
|
cvium
|
b836fe9685
|
remove JellyfinDbProvider and add second level caching
|
2022-10-21 11:55:32 +02:00 |
|
renovate[bot]
|
b4f4121bcc
|
chore(deps): update dotnet monorepo
|
2022-10-18 23:41:35 +00:00 |
|
Cody Robibero
|
3716077495
|
Backport pull request #8433 from jellyfin/release-10.8.z
Update to dotnet 6.0.9
Original-merge: 4ec82ec662
Merged-by: Joshua M. Boniface <joshua@boniface.me>
Backported-by: Joshua M. Boniface <joshua@boniface.me>
|
2022-09-23 23:12:50 -04:00 |
|
Cody Robibero
|
010228b3c0
|
Backport pull request #8234 from jellyfin/release-10.8.z
update to dotnet 6.0.8
Original-merge: 31f9938e3a
Merged-by: Joshua M. Boniface <joshua@boniface.me>
Backported-by: Joshua Boniface <joshua@boniface.me>
|
2022-08-13 21:46:35 -04:00 |
|
Joshua Boniface
|
be3d57ad41
|
Backport pull request #8115 from jellyfin/release-10.8.z
Update to dotnet 6.0.7
Authored-by: Cody Robibero <cody@robibe.ro>
Merged-by: Joshua M. Boniface <joshua@boniface.me>
Original-merge: d0fd23bb4b
|
2022-07-20 19:29:09 -04:00 |
|
Joshua M. Boniface
|
3061446c87
|
Merge pull request #7984 from crobibero/dotnet-6.0.6
Upgrade to dotnet 6.0.6, update remaining dependencies
(cherry picked from commit 56e7b323de )
Signed-off-by: Joshua Boniface <joshua@boniface.me>
|
2022-06-29 01:26:36 -04:00 |
|
Joshua M. Boniface
|
bc1a78575a
|
Merge pull request #7766 from crobibero/dotnet-6.0.5
(cherry picked from commit 71bf567045 )
Signed-off-by: Joshua Boniface <joshua@boniface.me>
|
2022-05-20 23:00:15 -04:00 |
|
dependabot[bot]
|
812841d01e
|
Bump StyleCop.Analyzers from 1.2.0-beta.406 to 1.2.0-beta.435 (#7726)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
|
2022-05-09 15:24:09 +02:00 |
|
Joshua M. Boniface
|
96d2d2428a
|
Merge pull request #7590 from crobibero/dotnet-6.0.4
(cherry picked from commit 5778541d2f )
Signed-off-by: Joshua Boniface <joshua@boniface.me>
|
2022-04-17 15:45:47 -04:00 |
|
dependabot[bot]
|
dde984bd0e
|
Bump StyleCop.Analyzers from 1.2.0-beta.376 to 1.2.0-beta.406
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-03-21 12:22:11 +00:00 |
|
Cody Robibero
|
965bf7332f
|
Update to dotnet 6.0.3
|
2022-03-08 17:16:33 -07:00 |
|
Cody Robibero
|
b98cc71c3b
|
Update to dotnet 6.0.2
Signed-off-by: Cody Robibero <cody@robibe.ro>
|
2022-02-08 17:36:20 -07:00 |
|
dependabot[bot]
|
0c89459d5b
|
Bump System.Linq.Async from 5.1.0 to 6.0.1
Bumps [System.Linq.Async](https://github.com/dotnet/reactive) from 5.1.0 to 6.0.1.
- [Release notes](https://github.com/dotnet/reactive/releases)
- [Commits](https://github.com/dotnet/reactive/compare/ixnet-v5.1.0...ixnet-v6.0.1)
---
updated-dependencies:
- dependency-name: System.Linq.Async
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2022-02-07 12:01:03 +00:00 |
|
Bond_009
|
2dcb2f8a9f
|
Ban the usage of Task.Result
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
|
2022-01-22 16:48:31 +01:00 |
|
Bond_009
|
cbfa355e31
|
Update StyleCop
|
2021-12-24 18:28:27 +01:00 |
|
Cody Robibero
|
5e8aaa68cf
|
Update to dotnet 6.0.1
|
2021-12-14 23:47:07 -07:00 |
|
dependabot[bot]
|
0120d80b78
|
Bump System.Linq.Async from 5.0.0 to 5.1.0
Bumps [System.Linq.Async](https://github.com/dotnet/reactive) from 5.0.0 to 5.1.0.
- [Release notes](https://github.com/dotnet/reactive/releases)
- [Commits](https://github.com/dotnet/reactive/compare/ixnet-v5.0.0...ixnet-v5.1.0)
---
updated-dependencies:
- dependency-name: System.Linq.Async
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2021-12-13 12:00:51 +00:00 |
|
Cody Robibero
|
40045d2147
|
Update to full dotnet 6
|
2021-11-08 09:40:12 -07:00 |
|
Cody Robibero
|
2b10251b32
|
Update to dotnet6.rc2
|
2021-10-12 18:31:58 -06:00 |
|
Cody Robibero
|
017380f1dd
|
Reference dotnet6-rc1 packages
|
2021-10-04 07:43:40 -06:00 |
|
Bond_009
|
13fbfe6091
|
Target net6.0
|
2021-09-24 20:15:46 +02:00 |
|
Cody Robibero
|
e7d6c45509
|
Upgrade to dotnet 5.0.10
|
2021-09-19 15:06:27 -06:00 |
|
Cody Robibero
|
709f8e9faa
|
Update to dotnet 5.0.9
|
2021-08-15 08:30:15 -06:00 |
|
Rich Lander
|
c07e83fdf8
|
Invert code and style analysis configuration (#6334)
Co-authored-by: Bond-009 <bond.009@outlook.com>
|
2021-07-30 09:49:28 +02:00 |
|
Cody Robibero
|
de12ee5dba
|
Update to dotnet 5.0.8
|
2021-07-19 08:08:02 -06:00 |
|
crobibero
|
e021a0e9ce
|
Update to dotnet 5.0.7
|
2021-06-14 06:44:55 -06:00 |
|
crobibero
|
66b185898f
|
Update to dotnet5.0.6
|
2021-05-14 17:28:36 -06:00 |
|
crobibero
|
b1faf8c2e8
|
Update to dotnet 5.0.5
|
2021-04-08 07:36:13 -06:00 |
|
Patrick Barron
|
e5380c653b
|
Merge branch 'master' into ef-cleanup
# Conflicts:
# Jellyfin.Data/Entities/Libraries/MediaFileStream.cs
# Jellyfin.Data/Jellyfin.Data.csproj
|
2021-03-14 10:19:35 -04:00 |
|
Bond_009
|
a8ed753f6c
|
FxCop -> Net Analyzers (part 2)
|
2021-03-13 22:33:28 +01:00 |
|
Bond_009
|
9ed7f429c0
|
FxCop -> Net Analyzers (part 1)
|
2021-03-09 03:04:47 +01:00 |
|
Patrick Barron
|
7c413a323b
|
Move EF Core dependency out of Jellyfin.Data
|
2021-03-06 20:33:11 -05:00 |
|
crobibero
|
407c35f087
|
Update to dotnet 5.0.3
|
2021-02-09 19:02:02 -07:00 |
|
crobibero
|
a087ab389a
|
dotnet 5.0.2
|
2021-01-16 10:17:33 -07:00 |
|
Patrick Barron
|
d9263dacd5
|
Enable nullable for Jellyfin.Server.Implementations
|
2020-12-12 11:20:48 -05:00 |
|
crobibero
|
aa5fa7cb8f
|
Update to dotnet 5.0.1
|
2020-12-09 07:36:31 -07:00 |
|
crobibero
|
83629ab6f2
|
Update packages to net5
|
2020-11-10 09:52:34 -07:00 |
|
crobibero
|
f998e52107
|
Update to dotnet 3.1.9
|
2020-10-13 18:50:04 -06:00 |
|
Patrick Barron
|
d4a492ef93
|
Fix activity log query.
|
2020-10-05 22:51:52 -04:00 |
|
crobibero
|
46ae51bc9a
|
update to dotnet 3.1.8
|
2020-09-12 10:19:04 -06:00 |
|
crobibero
|
6709645ec9
|
bump deps
|
2020-08-12 15:52:29 -06:00 |
|
Patrick Barron
|
4742ddbb71
|
Update .NET Core to 3.1.6
|
2020-07-17 19:48:11 -04:00 |
|
Patrick Barron
|
42b4f0aa2e
|
Merge branch 'master' into userdb-efcore
# Conflicts:
# Emby.Server.Implementations/Library/UserManager.cs
# Jellyfin.Data/Jellyfin.Data.csproj
|
2020-06-13 19:41:05 -04:00 |
|
crobibero
|
a6815018dc
|
Update to .NET Core 3.1.5
|
2020-06-11 07:13:56 -06:00 |
|
Patrick Barron
|
edbb1482e8
|
Remove unused compile remove statements.
|
2020-05-31 00:15:41 -04:00 |
|