Skip to content

Commit

Permalink
Update src/Microsoft.VisualStudio.ProjectSystem.Managed.VS/ProjectSys…
Browse files Browse the repository at this point in the history
…tem/VS/HotReload/IProjectHotReloadSessionCallback.cs

Co-authored-by: Drew Noakes <[email protected]>
  • Loading branch information
LittleLittleCloud and drewnoakes authored Nov 14, 2024
1 parent 31c664e commit e89e342
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,11 @@ public interface IProjectHotReloadSessionCallback

internal interface IProjectHotReloadSessionCallback2 : IProjectHotReloadSessionCallback
{
public UnconfiguredProject? Project { get; }
UnconfiguredProject? Project { get; }

public Process? Process { get; set; }
Process? Process { get; }

public IProjectHotReloadSession? Session { get; set; }
IProjectHotReloadSession? Session { get; }

Task<bool> RestartProjectAsync(bool isRunningUnderDebug, CancellationToken cancellationToken);
}
Expand Down

0 comments on commit e89e342

Please sign in to comment.