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:
2026-02-19 11:06:43 -05:00
parent 1c6730e2ad
commit 036953f3ff
423 changed files with 9369 additions and 3643 deletions
@@ -15,7 +15,7 @@ using System.Reflection;
[assembly: System.Reflection.AssemblyCompanyAttribute("Jellyfin.MediaEncoding.Hls")]
[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.MediaEncoding.Hls")]
[assembly: System.Reflection.AssemblyTitleAttribute("Jellyfin.MediaEncoding.Hls")]
[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")]
@@ -1 +1 @@
39c263ade01493b1bae2fbcab266144234bd242f2b6f8094503ec94dd49c9786
62a433b7a9f63848b173b730e163a7e17b35a1a2a64321a6b72841dec5994ea1
@@ -0,0 +1 @@
ce2fec4ac357e9139d642314a6ea1922797e250283c3567d669122cd317fc246
@@ -0,0 +1,5 @@
C:\Projects\pgsql-jellyfin\src\Jellyfin.MediaEncoding.Hls\obj\Debug\net10.0\Jellyfin.MediaEncoding.Hls.csproj.AssemblyReference.cache
C:\Projects\pgsql-jellyfin\src\Jellyfin.MediaEncoding.Hls\obj\Debug\net10.0\Jellyfin.MediaEncoding.Hls.GeneratedMSBuildEditorConfig.editorconfig
C:\Projects\pgsql-jellyfin\src\Jellyfin.MediaEncoding.Hls\obj\Debug\net10.0\Jellyfin.MediaEncoding.Hls.AssemblyInfoInputs.cache
C:\Projects\pgsql-jellyfin\src\Jellyfin.MediaEncoding.Hls\obj\Debug\net10.0\Jellyfin.MediaEncoding.Hls.AssemblyInfo.cs
C:\Projects\pgsql-jellyfin\src\Jellyfin.MediaEncoding.Hls\obj\Debug\net10.0\Jellyfin.MediaEncoding.Hls.csproj.CoreCompileInputs.cache
@@ -2197,13 +2197,5 @@
}
}
}
},
"logs": [
{
"code": "Undefined",
"level": "Warning",
"warningLevel": 1,
"message": "Problem reading the cache file C:\\Projects\\pgsql-jellyfin\\src\\Jellyfin.MediaEncoding.Hls\\obj\\project.nuget.cache : '<' is an invalid start of a property name. Expected a '\"'. Path: $ | LineNumber: 2 | BytePositionInLine: 0."
}
]
}
}
@@ -42,15 +42,5 @@
"C:\\Users\\wpjon\\.nuget\\packages\\stylecop.analyzers\\1.2.0-beta.556\\stylecop.analyzers.1.2.0-beta.556.nupkg.sha512",
"C:\\Users\\wpjon\\.nuget\\packages\\stylecop.analyzers.unstable\\1.2.0.556\\stylecop.analyzers.unstable.1.2.0.556.nupkg.sha512"
],
"logs": [
{
"code": "Undefined",
"level": "Warning",
"message": "Problem reading the cache file C:\\Projects\\pgsql-jellyfin\\src\\Jellyfin.MediaEncoding.Hls\\obj\\project.nuget.cache : '<' is an invalid start of a property name. Expected a '\"'. Path: $ | LineNumber: 2 | BytePositionInLine: 0.",
"projectPath": "C:\\Projects\\pgsql-jellyfin\\src\\Jellyfin.MediaEncoding.Hls\\Jellyfin.MediaEncoding.Hls.csproj",
"warningLevel": 1,
"filePath": "C:\\Projects\\pgsql-jellyfin\\src\\Jellyfin.MediaEncoding.Hls\\Jellyfin.MediaEncoding.Hls.csproj",
"targetGraphs": []
}
]
"logs": []
}