Skip to content

Commit 34dd084

Browse files
committed
chore: Fix invalid dcomments
1 parent 7c4408a commit 34dd084

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

src/Uno.UI.RemoteControl/HotReload/HotReloadInfoHelper.cs

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -68,11 +68,8 @@ public partial class HotReloadInfo
6868
public static long VersionId => {{version}};
6969
7070
/// <summary>
71-
/// Gets the current version of the application.
71+
/// Gets the Id of the last Uno.UI.RemoteControl.HotReload.Messages.UpdateFile request processed by the Dev Server, if any.
7272
/// </summary>
73-
/// <remarks>
74-
/// When not 0, this matches the "UpdateFileResponse.HotReloadCorrelationId" which is also the "HotReloadServerOperation.Id".
75-
/// </remarks>
7673
public static string? LastUpdateFileRequestId => {{(updateFileRequestId is null ? "null" : "@\"" + updateFileRequestId + "\"")}};
7774
}
7875
""";

0 commit comments

Comments
 (0)