We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c3d9b0b commit 1b5391aCopy full SHA for 1b5391a
ModuleBase/DesktopModuleBase.cs
@@ -42,7 +42,7 @@ public void SetContext(IModuleInstanceManager moduleInstanceManager)
42
/// <summary>
43
/// During startup, this method is called to allow the module to perform any necessary setup.
44
/// </summary>
45
- /// <returns></returns>
+ /// <returns>A <see cref="Task"/> that represents the completion of any asynchronous setup operations required by the module.</returns>
46
public virtual Task Setup()
47
{
48
return Task.CompletedTask;
0 commit comments