creating pgsql development branch

This commit is contained in:
2026-02-19 09:20:41 -05:00
parent ddf6ff69be
commit 1c6730e2ad
2317 changed files with 21904 additions and 9834 deletions
@@ -1,3 +1,7 @@
// <copyright file="BasePlugin.cs" company="PlaceholderCompany">
// Copyright (c) PlaceholderCompany. All rights reserved.
// </copyright>
#nullable disable
using System;
@@ -1,3 +1,7 @@
// <copyright file="BasePluginOfT.cs" company="PlaceholderCompany">
// Copyright (c) PlaceholderCompany. All rights reserved.
// </copyright>
#nullable disable
#pragma warning disable SA1649 // File name should match first type name
@@ -1,3 +1,7 @@
// <copyright file="IHasPluginConfiguration.cs" company="PlaceholderCompany">
// Copyright (c) PlaceholderCompany. All rights reserved.
// </copyright>
using System;
using MediaBrowser.Model.Plugins;
+4
View File
@@ -1,3 +1,7 @@
// <copyright file="IPlugin.cs" company="PlaceholderCompany">
// Copyright (c) PlaceholderCompany. All rights reserved.
// </copyright>
#nullable disable
using System;
@@ -1,3 +1,7 @@
// <copyright file="IPluginAssembly.cs" company="PlaceholderCompany">
// Copyright (c) PlaceholderCompany. All rights reserved.
// </copyright>
#pragma warning disable CS1591
using System;
@@ -1,3 +1,7 @@
// <copyright file="IPluginManager.cs" company="PlaceholderCompany">
// Copyright (c) PlaceholderCompany. All rights reserved.
// </copyright>
using System;
using System.Collections.Generic;
using System.Reflection;
@@ -1,3 +1,7 @@
// <copyright file="LocalPlugin.cs" company="PlaceholderCompany">
// Copyright (c) PlaceholderCompany. All rights reserved.
// </copyright>
using System;
using System.Collections.Generic;
using MediaBrowser.Model.Plugins;
@@ -1,3 +1,7 @@
// <copyright file="PluginManifest.cs" company="PlaceholderCompany">
// Copyright (c) PlaceholderCompany. All rights reserved.
// </copyright>
using System;
using System.Collections.Generic;
using System.Text.Json.Serialization;