Updating project to correct the following errors:
1. Using directive should appear within a namespace declaration 2. Use trailing comma in multi-line initializers
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+ddf6ff69bea35d4056bdb792d4ce6c809e232a7d")]
|
||||
[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0+1c6730e2adf58de266a70558534b3f84fcb42153")]
|
||||
[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 @@
|
||||
fbd2e267855f28a32088a92df6e5fcca18d0f3ebd4bb9939ef1a0e541643d328
|
||||
4efec5d86ec05d61ff3ced291b6ec6b33e3d3cf3cfff851e79c7ade4cc6bc3cd
|
||||
|
||||
BIN
Binary file not shown.
BIN
Binary file not shown.
+1
@@ -0,0 +1 @@
|
||||
cc55da71a50173c1b26f2cb4fa1a0cf33bd6cb334deacab332264166e4f3a9ae
|
||||
+8
@@ -0,0 +1,8 @@
|
||||
C:\Projects\pgsql-jellyfin\tests\Jellyfin.Server.Implementations.Tests\bin\Debug\net10.0\.msCoverageSourceRootsMapping_Jellyfin.Server.Implementations.Tests
|
||||
C:\Projects\pgsql-jellyfin\tests\Jellyfin.Server.Implementations.Tests\bin\Debug\net10.0\CoverletSourceRootsMapping_Jellyfin.Server.Implementations.Tests
|
||||
C:\Projects\pgsql-jellyfin\tests\Jellyfin.Server.Implementations.Tests\obj\Debug\net10.0\Jellyfin.Server.Implementations.Tests.csproj.AssemblyReference.cache
|
||||
C:\Projects\pgsql-jellyfin\tests\Jellyfin.Server.Implementations.Tests\obj\Debug\net10.0\MvcTestingAppManifest.json
|
||||
C:\Projects\pgsql-jellyfin\tests\Jellyfin.Server.Implementations.Tests\obj\Debug\net10.0\Jellyfin.Server.Implementations.Tests.GeneratedMSBuildEditorConfig.editorconfig
|
||||
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
|
||||
+26
@@ -0,0 +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"
|
||||
}
|
||||
Reference in New Issue
Block a user