From 9799b6ae81aa8efbf6a3f402b6dc5af88a8daef7 Mon Sep 17 00:00:00 2001 From: Claus Vium Date: Tue, 8 Dec 2020 20:20:33 +0100 Subject: Merge pull request #4738 from jellyfin/tests8 Add tests for HdHomerunHost.GetModelInfo (cherry picked from commit e6650651b3fd85bb359420c72eaf4335b89d0c2c) Signed-off-by: Joshua M. Boniface --- Emby.Server.Implementations/Properties/AssemblyInfo.cs | 2 ++ 1 file changed, 2 insertions(+) (limited to 'Emby.Server.Implementations/Properties') diff --git a/Emby.Server.Implementations/Properties/AssemblyInfo.cs b/Emby.Server.Implementations/Properties/AssemblyInfo.cs index a1933f66ef..cb7972173e 100644 --- a/Emby.Server.Implementations/Properties/AssemblyInfo.cs +++ b/Emby.Server.Implementations/Properties/AssemblyInfo.cs @@ -1,5 +1,6 @@ using System.Reflection; using System.Resources; +using System.Runtime.CompilerServices; using System.Runtime.InteropServices; // General Information about an assembly is controlled through the following @@ -14,6 +15,7 @@ using System.Runtime.InteropServices; [assembly: AssemblyTrademark("")] [assembly: AssemblyCulture("")] [assembly: NeutralResourcesLanguage("en")] +[assembly: InternalsVisibleTo("Jellyfin.Server.Implementations.Tests")] // Setting ComVisible to false makes the types in this assembly not visible // to COM components. If you need to access a type in this assembly from -- cgit v1.2.3