Update all model classes to Electron API 39.2

This commit is contained in:
softworkz
2025-11-22 02:16:10 +01:00
parent 1d554fda60
commit 6761119241
114 changed files with 1527 additions and 499 deletions

View File

@@ -8,6 +8,7 @@ using System.Text.Json.Serialization;
namespace ElectronNET.API.Entities
{
/// <yremarks>Project-specific: JSON converter for NativeImage; no MCP structure equivalent.</yremarks>
internal class NativeImageJsonConverter : JsonConverter<NativeImage>
{
public override void Write(Utf8JsonWriter writer, NativeImage value, JsonSerializerOptions options)