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="JsonBoolNumberConverter.cs" company="PlaceholderCompany">
// Copyright (c) PlaceholderCompany. All rights reserved.
// </copyright>
using System;
using System.Text.Json;
using System.Text.Json.Serialization;
@@ -1,3 +1,7 @@
// <copyright file="JsonBoolStringConverter.cs" company="PlaceholderCompany">
// Copyright (c) PlaceholderCompany. All rights reserved.
// </copyright>
using System;
using System.Buffers;
using System.Buffers.Text;
@@ -1,3 +1,7 @@
// <copyright file="JsonCommaDelimitedCollectionConverter.cs" company="PlaceholderCompany">
// Copyright (c) PlaceholderCompany. All rights reserved.
// </copyright>
namespace Jellyfin.Extensions.Json.Converters
{
/// <summary>
@@ -1,3 +1,7 @@
// <copyright file="JsonCommaDelimitedCollectionConverterFactory.cs" company="PlaceholderCompany">
// Copyright (c) PlaceholderCompany. All rights reserved.
// </copyright>
using System;
using System.Collections.Generic;
using System.Text.Json;
@@ -1,3 +1,7 @@
// <copyright file="JsonDateTimeConverter.cs" company="PlaceholderCompany">
// Copyright (c) PlaceholderCompany. All rights reserved.
// </copyright>
using System;
using System.Globalization;
using System.Text.Json;
@@ -1,3 +1,7 @@
// <copyright file="JsonDefaultStringEnumConverter.cs" company="PlaceholderCompany">
// Copyright (c) PlaceholderCompany. All rights reserved.
// </copyright>
using System;
using System.ComponentModel;
using System.Reflection;
@@ -1,3 +1,7 @@
// <copyright file="JsonDefaultStringEnumConverterFactory.cs" company="PlaceholderCompany">
// Copyright (c) PlaceholderCompany. All rights reserved.
// </copyright>
using System;
using System.ComponentModel;
using System.Reflection;
@@ -1,3 +1,7 @@
// <copyright file="JsonDelimitedCollectionConverter.cs" company="PlaceholderCompany">
// Copyright (c) PlaceholderCompany. All rights reserved.
// </copyright>
using System;
using System.Collections.Generic;
using System.ComponentModel;
@@ -1,3 +1,7 @@
// <copyright file="JsonFlagEnumConverter.cs" company="PlaceholderCompany">
// Copyright (c) PlaceholderCompany. All rights reserved.
// </copyright>
using System;
using System.Text.Json;
using System.Text.Json.Serialization;
@@ -1,3 +1,7 @@
// <copyright file="JsonFlagEnumConverterFactory.cs" company="PlaceholderCompany">
// Copyright (c) PlaceholderCompany. All rights reserved.
// </copyright>
using System;
using System.Reflection;
using System.Text.Json;
@@ -1,3 +1,7 @@
// <copyright file="JsonGuidConverter.cs" company="PlaceholderCompany">
// Copyright (c) PlaceholderCompany. All rights reserved.
// </copyright>
using System;
using System.Globalization;
using System.Text.Json;
@@ -1,3 +1,7 @@
// <copyright file="JsonNullableGuidConverter.cs" company="PlaceholderCompany">
// Copyright (c) PlaceholderCompany. All rights reserved.
// </copyright>
using System;
using System.Text.Json;
using System.Text.Json.Serialization;
@@ -1,3 +1,7 @@
// <copyright file="JsonNullableStructConverter.cs" company="PlaceholderCompany">
// Copyright (c) PlaceholderCompany. All rights reserved.
// </copyright>
using System;
using System.Text.Json;
using System.Text.Json.Serialization;
@@ -1,3 +1,7 @@
// <copyright file="JsonNullableStructConverterFactory.cs" company="PlaceholderCompany">
// Copyright (c) PlaceholderCompany. All rights reserved.
// </copyright>
using System;
using System.Text.Json;
using System.Text.Json.Serialization;
@@ -1,3 +1,7 @@
// <copyright file="JsonPipeDelimitedCollectionConverter.cs" company="PlaceholderCompany">
// Copyright (c) PlaceholderCompany. All rights reserved.
// </copyright>
namespace Jellyfin.Extensions.Json.Converters
{
/// <summary>
@@ -1,3 +1,7 @@
// <copyright file="JsonPipeDelimitedCollectionConverterFactory.cs" company="PlaceholderCompany">
// Copyright (c) PlaceholderCompany. All rights reserved.
// </copyright>
using System;
using System.Collections.Generic;
using System.Text.Json;
@@ -1,3 +1,7 @@
// <copyright file="JsonStringConverter.cs" company="PlaceholderCompany">
// Copyright (c) PlaceholderCompany. All rights reserved.
// </copyright>
using System;
using System.Buffers;
using System.Text;
@@ -1,3 +1,7 @@
// <copyright file="JsonVersionConverter.cs" company="PlaceholderCompany">
// Copyright (c) PlaceholderCompany. All rights reserved.
// </copyright>
using System;
using System.Text.Json;
using System.Text.Json.Serialization;
@@ -1,3 +1,7 @@
// <copyright file="JsonDefaults.cs" company="PlaceholderCompany">
// Copyright (c) PlaceholderCompany. All rights reserved.
// </copyright>
using System.Text.Json;
using System.Text.Json.Serialization;
using System.Text.Json.Serialization.Metadata;
@@ -1,3 +1,7 @@
// <copyright file="Utf8JsonExtensions.cs" company="PlaceholderCompany">
// Copyright (c) PlaceholderCompany. All rights reserved.
// </copyright>
using System.Text.Json;
namespace Jellyfin.Extensions.Json;