Skip to content

Commit 0d05ee0

Browse files
JusterZhuclaude
andcommitted
fix: resolve Copilot review comments
- Rename PacketTests class to PushPayloadTests - Remove stale cref references to deleted Options type Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
1 parent 928b240 commit 0d05ee0

2 files changed

Lines changed: 1 addition & 3 deletions

File tree

src/c#/GeneralUpdate.Core/Configuration/Option.cs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,6 @@ namespace GeneralUpdate.Core.Configuration
2929
/// </para>
3030
/// </remarks>
3131
/// <seealso cref="Option{T}" />
32-
/// <seealso cref="Options" />
3332
public class Option
3433
{
3534
/// <summary>
@@ -162,7 +161,6 @@ public override bool Equals(object? obj)
162161
/// </remarks>
163162
/// <seealso cref="Option" />
164163
/// <seealso cref="OptionValue{T}" />
165-
/// <seealso cref="Options" />
166164
public sealed class Option<T> : Option
167165
{
168166
/// <summary>

tests/CoreTest/Configuration/PushPayloadTests.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ namespace CoreTest.Configuration;
66
/// AAAT unit tests for <see cref="PushPayload"/> — property defaults, set/get, JSON serialization attrs.
77
/// Covers: all nullable bool?/int?/DateTime?/string? properties, null vs non-null, IsForcibly/IsFreeze tri-state.
88
/// </summary>
9-
public class PacketTests
9+
public class PushPayloadTests
1010
{
1111
[Fact]
1212
public void Ctor_Default_AllPropertiesAreNullOrDefault()

0 commit comments

Comments
 (0)