Updated code to correct build errors for Jelyfin.Data and Jellyfin.Database.Implementations
This commit is contained in:
+1
-1
@@ -14,7 +14,7 @@ using System.Reflection;
|
||||
[assembly: System.Reflection.AssemblyCompanyAttribute("Jellyfin.Server.Implementations.Tests")]
|
||||
[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")]
|
||||
[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")]
|
||||
[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0+036953f3ffd782d56040af1332c53c54c7107be2")]
|
||||
[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0+f47555f2aa4eff7dcc5c5ef5bbda374f292f0638")]
|
||||
[assembly: System.Reflection.AssemblyProductAttribute("Jellyfin.Server.Implementations.Tests")]
|
||||
[assembly: System.Reflection.AssemblyTitleAttribute("Jellyfin.Server.Implementations.Tests")]
|
||||
[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")]
|
||||
|
||||
+1
-1
@@ -1 +1 @@
|
||||
62cd54f9e4697efe8ef0cb29477c71102d93728ac9e1f0d87c0691c1f57e207a
|
||||
bc3004f34f07f94be7c49b46eda691ffcd42951b66f4e7734b1f7417eaa221b5
|
||||
|
||||
BIN
Binary file not shown.
+1
-1
@@ -1 +1 @@
|
||||
cc55da71a50173c1b26f2cb4fa1a0cf33bd6cb334deacab332264166e4f3a9ae
|
||||
53d816cb74a4762b65cb32a4f451937e8a68f5f2d0b9125070132b040912b7da
|
||||
|
||||
+8
@@ -6,3 +6,11 @@ C:\Projects\pgsql-jellyfin\tests\Jellyfin.Server.Implementations.Tests\obj\Debug
|
||||
C:\Projects\pgsql-jellyfin\tests\Jellyfin.Server.Implementations.Tests\obj\Debug\net10.0\Jellyfin.Server.Implementations.Tests.AssemblyInfoInputs.cache
|
||||
C:\Projects\pgsql-jellyfin\tests\Jellyfin.Server.Implementations.Tests\obj\Debug\net10.0\Jellyfin.Server.Implementations.Tests.AssemblyInfo.cs
|
||||
C:\Projects\pgsql-jellyfin\tests\Jellyfin.Server.Implementations.Tests\obj\Debug\net10.0\Jellyfin.Server.Implementations.Tests.csproj.CoreCompileInputs.cache
|
||||
E:\Projects\pgsql-jellyfin\tests\Jellyfin.Server.Implementations.Tests\bin\Debug\net10.0\.msCoverageSourceRootsMapping_Jellyfin.Server.Implementations.Tests
|
||||
E:\Projects\pgsql-jellyfin\tests\Jellyfin.Server.Implementations.Tests\bin\Debug\net10.0\CoverletSourceRootsMapping_Jellyfin.Server.Implementations.Tests
|
||||
E:\Projects\pgsql-jellyfin\tests\Jellyfin.Server.Implementations.Tests\obj\Debug\net10.0\Jellyfin.Server.Implementations.Tests.csproj.AssemblyReference.cache
|
||||
E:\Projects\pgsql-jellyfin\tests\Jellyfin.Server.Implementations.Tests\obj\Debug\net10.0\MvcTestingAppManifest.json
|
||||
E:\Projects\pgsql-jellyfin\tests\Jellyfin.Server.Implementations.Tests\obj\Debug\net10.0\Jellyfin.Server.Implementations.Tests.GeneratedMSBuildEditorConfig.editorconfig
|
||||
E:\Projects\pgsql-jellyfin\tests\Jellyfin.Server.Implementations.Tests\obj\Debug\net10.0\Jellyfin.Server.Implementations.Tests.AssemblyInfoInputs.cache
|
||||
E:\Projects\pgsql-jellyfin\tests\Jellyfin.Server.Implementations.Tests\obj\Debug\net10.0\Jellyfin.Server.Implementations.Tests.AssemblyInfo.cs
|
||||
E:\Projects\pgsql-jellyfin\tests\Jellyfin.Server.Implementations.Tests\obj\Debug\net10.0\Jellyfin.Server.Implementations.Tests.csproj.CoreCompileInputs.cache
|
||||
|
||||
+24
-24
@@ -1,26 +1,26 @@
|
||||
{
|
||||
"Emby.Naming": "C:\\Projects\\pgsql-jellyfin\\Emby.Naming",
|
||||
"Emby.Photos": "C:\\Projects\\pgsql-jellyfin\\Emby.Photos",
|
||||
"Emby.Server.Implementations": "C:\\Projects\\pgsql-jellyfin\\Emby.Server.Implementations",
|
||||
"Jellyfin.Api": "C:\\Projects\\pgsql-jellyfin\\Jellyfin.Api",
|
||||
"Jellyfin.Data": "C:\\Projects\\pgsql-jellyfin\\Jellyfin.Data",
|
||||
"Jellyfin.Database.Implementations": "C:\\Projects\\pgsql-jellyfin\\src\\Jellyfin.Database\\Jellyfin.Database.Implementations",
|
||||
"Jellyfin.Database.Providers.Sqlite": "C:\\Projects\\pgsql-jellyfin\\src\\Jellyfin.Database\\Jellyfin.Database.Providers.Sqlite",
|
||||
"jellyfin": "C:\\Projects\\pgsql-jellyfin\\Jellyfin.Server",
|
||||
"Jellyfin.Drawing": "C:\\Projects\\pgsql-jellyfin\\src\\Jellyfin.Drawing",
|
||||
"Jellyfin.Drawing.Skia": "C:\\Projects\\pgsql-jellyfin\\src\\Jellyfin.Drawing.Skia",
|
||||
"Jellyfin.Extensions": "C:\\Projects\\pgsql-jellyfin\\src\\Jellyfin.Extensions",
|
||||
"Jellyfin.LiveTv": "C:\\Projects\\pgsql-jellyfin\\src\\Jellyfin.LiveTv",
|
||||
"Jellyfin.MediaEncoding.Hls": "C:\\Projects\\pgsql-jellyfin\\src\\Jellyfin.MediaEncoding.Hls",
|
||||
"Jellyfin.MediaEncoding.Keyframes": "C:\\Projects\\pgsql-jellyfin\\src\\Jellyfin.MediaEncoding.Keyframes",
|
||||
"Jellyfin.Networking": "C:\\Projects\\pgsql-jellyfin\\src\\Jellyfin.Networking",
|
||||
"Jellyfin.Server.Implementations": "C:\\Projects\\pgsql-jellyfin\\Jellyfin.Server.Implementations",
|
||||
"Jellyfin.Server.Integration.Tests": "C:\\Projects\\pgsql-jellyfin\\tests\\Jellyfin.Server.Integration.Tests",
|
||||
"MediaBrowser.Common": "C:\\Projects\\pgsql-jellyfin\\MediaBrowser.Common",
|
||||
"MediaBrowser.Controller": "C:\\Projects\\pgsql-jellyfin\\MediaBrowser.Controller",
|
||||
"MediaBrowser.LocalMetadata": "C:\\Projects\\pgsql-jellyfin\\MediaBrowser.LocalMetadata",
|
||||
"MediaBrowser.MediaEncoding": "C:\\Projects\\pgsql-jellyfin\\MediaBrowser.MediaEncoding",
|
||||
"MediaBrowser.Model": "C:\\Projects\\pgsql-jellyfin\\MediaBrowser.Model",
|
||||
"MediaBrowser.Providers": "C:\\Projects\\pgsql-jellyfin\\MediaBrowser.Providers",
|
||||
"MediaBrowser.XbmcMetadata": "C:\\Projects\\pgsql-jellyfin\\MediaBrowser.XbmcMetadata"
|
||||
"Emby.Naming": "E:\\Projects\\pgsql-jellyfin\\Emby.Naming",
|
||||
"Emby.Photos": "E:\\Projects\\pgsql-jellyfin\\Emby.Photos",
|
||||
"Emby.Server.Implementations": "E:\\Projects\\pgsql-jellyfin\\Emby.Server.Implementations",
|
||||
"Jellyfin.Api": "E:\\Projects\\pgsql-jellyfin\\Jellyfin.Api",
|
||||
"Jellyfin.Data": "E:\\Projects\\pgsql-jellyfin\\Jellyfin.Data",
|
||||
"Jellyfin.Database.Implementations": "E:\\Projects\\pgsql-jellyfin\\src\\Jellyfin.Database\\Jellyfin.Database.Implementations",
|
||||
"Jellyfin.Database.Providers.Sqlite": "E:\\Projects\\pgsql-jellyfin\\src\\Jellyfin.Database\\Jellyfin.Database.Providers.Sqlite",
|
||||
"jellyfin": "E:\\Projects\\pgsql-jellyfin\\Jellyfin.Server",
|
||||
"Jellyfin.Drawing": "E:\\Projects\\pgsql-jellyfin\\src\\Jellyfin.Drawing",
|
||||
"Jellyfin.Drawing.Skia": "E:\\Projects\\pgsql-jellyfin\\src\\Jellyfin.Drawing.Skia",
|
||||
"Jellyfin.Extensions": "E:\\Projects\\pgsql-jellyfin\\src\\Jellyfin.Extensions",
|
||||
"Jellyfin.LiveTv": "E:\\Projects\\pgsql-jellyfin\\src\\Jellyfin.LiveTv",
|
||||
"Jellyfin.MediaEncoding.Hls": "E:\\Projects\\pgsql-jellyfin\\src\\Jellyfin.MediaEncoding.Hls",
|
||||
"Jellyfin.MediaEncoding.Keyframes": "E:\\Projects\\pgsql-jellyfin\\src\\Jellyfin.MediaEncoding.Keyframes",
|
||||
"Jellyfin.Networking": "E:\\Projects\\pgsql-jellyfin\\src\\Jellyfin.Networking",
|
||||
"Jellyfin.Server.Implementations": "E:\\Projects\\pgsql-jellyfin\\Jellyfin.Server.Implementations",
|
||||
"Jellyfin.Server.Integration.Tests": "E:\\Projects\\pgsql-jellyfin\\tests\\Jellyfin.Server.Integration.Tests",
|
||||
"MediaBrowser.Common": "E:\\Projects\\pgsql-jellyfin\\MediaBrowser.Common",
|
||||
"MediaBrowser.Controller": "E:\\Projects\\pgsql-jellyfin\\MediaBrowser.Controller",
|
||||
"MediaBrowser.LocalMetadata": "E:\\Projects\\pgsql-jellyfin\\MediaBrowser.LocalMetadata",
|
||||
"MediaBrowser.MediaEncoding": "E:\\Projects\\pgsql-jellyfin\\MediaBrowser.MediaEncoding",
|
||||
"MediaBrowser.Model": "E:\\Projects\\pgsql-jellyfin\\MediaBrowser.Model",
|
||||
"MediaBrowser.Providers": "E:\\Projects\\pgsql-jellyfin\\MediaBrowser.Providers",
|
||||
"MediaBrowser.XbmcMetadata": "E:\\Projects\\pgsql-jellyfin\\MediaBrowser.XbmcMetadata"
|
||||
}
|
||||
Reference in New Issue
Block a user