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="INetworkManager.cs" company="PlaceholderCompany">
// Copyright (c) PlaceholderCompany. All rights reserved.
// </copyright>
using System;
using System.Collections.Generic;
using System.Diagnostics.CodeAnalysis;
+4
View File
@@ -1,3 +1,7 @@
// <copyright file="NamedClient.cs" company="PlaceholderCompany">
// Copyright (c) PlaceholderCompany. All rights reserved.
// </copyright>
namespace MediaBrowser.Common.Net
{
/// <summary>
@@ -1,3 +1,7 @@
// <copyright file="NetworkConfiguration.cs" company="PlaceholderCompany">
// Copyright (c) PlaceholderCompany. All rights reserved.
// </copyright>
#pragma warning disable CA1819 // Properties should not return arrays
using System;
@@ -1,3 +1,7 @@
// <copyright file="NetworkConfigurationExtensions.cs" company="PlaceholderCompany">
// Copyright (c) PlaceholderCompany. All rights reserved.
// </copyright>
using MediaBrowser.Common.Configuration;
namespace MediaBrowser.Common.Net;
@@ -1,3 +1,7 @@
// <copyright file="NetworkConfigurationFactory.cs" company="PlaceholderCompany">
// Copyright (c) PlaceholderCompany. All rights reserved.
// </copyright>
using System.Collections.Generic;
using MediaBrowser.Common.Configuration;
@@ -1,3 +1,7 @@
// <copyright file="NetworkConfigurationStore.cs" company="PlaceholderCompany">
// Copyright (c) PlaceholderCompany. All rights reserved.
// </copyright>
using MediaBrowser.Common.Configuration;
namespace MediaBrowser.Common.Net;
@@ -1,3 +1,7 @@
// <copyright file="NetworkConstants.cs" company="PlaceholderCompany">
// Copyright (c) PlaceholderCompany. All rights reserved.
// </copyright>
using System.Net;
namespace MediaBrowser.Common.Net;
+4
View File
@@ -1,3 +1,7 @@
// <copyright file="NetworkUtils.cs" company="PlaceholderCompany">
// Copyright (c) PlaceholderCompany. All rights reserved.
// </copyright>
using System;
using System.Collections.Generic;
using System.Diagnostics.CodeAnalysis;
@@ -1,3 +1,7 @@
// <copyright file="RemoteAccessPolicyResult.cs" company="PlaceholderCompany">
// Copyright (c) PlaceholderCompany. All rights reserved.
// </copyright>
using System;
namespace MediaBrowser.Common.Net;