We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7c4408a commit 34dd084Copy full SHA for 34dd084
src/Uno.UI.RemoteControl/HotReload/HotReloadInfoHelper.cs
@@ -68,11 +68,8 @@ public partial class HotReloadInfo
68
public static long VersionId => {{version}};
69
70
/// <summary>
71
- /// Gets the current version of the application.
+ /// Gets the Id of the last Uno.UI.RemoteControl.HotReload.Messages.UpdateFile request processed by the Dev Server, if any.
72
/// </summary>
73
- /// <remarks>
74
- /// When not 0, this matches the "UpdateFileResponse.HotReloadCorrelationId" which is also the "HotReloadServerOperation.Id".
75
- /// </remarks>
76
public static string? LastUpdateFileRequestId => {{(updateFileRequestId is null ? "null" : "@\"" + updateFileRequestId + "\"")}};
77
}
78
""";
0 commit comments