diff options
| author | Bond_009 <bond.009@outlook.com> | 2021-09-02 21:28:00 +0200 |
|---|---|---|
| committer | Bond_009 <bond.009@outlook.com> | 2021-09-02 21:28:00 +0200 |
| commit | 286dabdc4bcff65430f0abe78fbeaaed28635e18 (patch) | |
| tree | 23f3f57bd1dbb160cc0f5a821ff6e6ce8a187ab3 /Emby.Server.Implementations/Properties | |
| parent | 620dd9497025761f208fc3ce7b78caf8c2f7835f (diff) | |
Add SqliteItemRepository.ItemImageInfoFromValueString as a fuzzing
target
and add test cases
Diffstat (limited to 'Emby.Server.Implementations/Properties')
| -rw-r--r-- | Emby.Server.Implementations/Properties/AssemblyInfo.cs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Emby.Server.Implementations/Properties/AssemblyInfo.cs b/Emby.Server.Implementations/Properties/AssemblyInfo.cs index cb7972173..41c396ac1 100644 --- a/Emby.Server.Implementations/Properties/AssemblyInfo.cs +++ b/Emby.Server.Implementations/Properties/AssemblyInfo.cs @@ -16,6 +16,7 @@ using System.Runtime.InteropServices; [assembly: AssemblyCulture("")] [assembly: NeutralResourcesLanguage("en")] [assembly: InternalsVisibleTo("Jellyfin.Server.Implementations.Tests")] +[assembly: InternalsVisibleTo("Emby.Server.Implementations.Fuzz")] // 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 |
