8c83819a17
faster socket, clean up on plugin
Michal Courson
2026-02-26 17:38:50 -05:00
ad07bf7fe6
remove client test app
Michal Courson
2026-02-26 15:52:04 -05:00
bc40f9abe3
socket set up properly
michalcourson
2026-02-26 15:48:41 -05:00
e7f649ae0b
* 'Line 1: Added 'using Newtonsoft.Json.Serialization;' to ensure that JsonPropertyAttribute is available, as it is defined in this namespace in Newtonsoft.Json.' in file 'stream_deck_plugin\ClipTrimDotNet\Client\ClipMetadata.cs'
michalcourson
2026-02-24 21:16:25 -05:00
e34903b20f
* 'Line 3: Removed the duplicate using directive for Newtonsoft.Json.Converters.' in file 'stream_deck_plugin\ClipTrimDotNet\Client\ClipMetadata.cs'
michalcourson
2026-02-24 21:16:18 -05:00
192c959d39
* 'Line 1: Ensure both 'Newtonsoft.Json' and 'Newtonsoft.Json.Converters' namespaces are included, as JsonPropertyAttribute and StringEnumConverter are defined in these namespaces. This resolves the CS0246 error for missing JsonPropertyAttribute.' in file 'stream_deck_plugin\ClipTrimDotNet\Client\ClipMetadata.cs'
michalcourson
2026-02-24 21:16:12 -05:00
60123d7450
* 'Line 37: Replaced [JsonProperty(PropertyName = path)] with [JsonPropertyName(path)] to use the System.Text.Json.Serialization.JsonPropertyNameAttribute, which is available in .NET 8 and the current project. Line 40: Replaced [JsonProperty(PropertyName = index)] with [JsonPropertyName(index)] to use the correct attribute from System.Text.Json.Serialization. Line 42: Replaced [JsonProperty(PropertyName = playtype)] with [JsonPropertyName(playtype)] to use the correct attribute from System.Text.Json.Serialization. Line 45: Replaced [JsonProperty(PropertyName = volume)] with [JsonPropertyName(volume)] to use the correct attribute from System.Text.Json.Serialization. Line 5: Replaced the using directive for Newtonsoft.Json with System.Text.Json.Serialization, as the project does not reference Newtonsoft.Json and should use System.Text.Json.Serialization.JsonPropertyNameAttribute instead.' in file 'stream_deck_plugin\ClipTrimDotNet\Player.cs'
michalcourson
2026-02-24 21:16:05 -05:00
8265951bd4
Move assembly metadata to .csproj and clean AssemblyInfo.cs
michalcourson
2026-02-24 21:15:31 -05:00
757d5ef1a7
Update package versions in ClipTrimDotNet.csproj
michalcourson
2026-02-24 21:15:29 -05:00