Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
LittleLittleCloud committed Oct 14, 2024
1 parent fd6a529 commit 4a9c235
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 7 deletions.
2 changes: 1 addition & 1 deletion Directory.Packages.props
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

<PropertyGroup>
<ManagePackageVersionsCentrally>true</ManagePackageVersionsCentrally>
<VSDebuggerVersion>17.12.0-dev</VSDebuggerVersion>
<VSDebuggerVersion>17.12.3-dev</VSDebuggerVersion>
</PropertyGroup>

<!--
Expand Down
1 change: 1 addition & 0 deletions setup/ProjectSystemSetup/ProjectSystemSetup.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
<!-- Note: No idea why ProjectSystem is the AssemblyName instead of using the MSBuildProjectName of ProjectSystemSetup. -->
<AssemblyName>ProjectSystem</AssemblyName>
<TargetFramework>net472</TargetFramework>
<VSSDKTargetPlatformRegRootSuffix>RoslynDev</VSSDKTargetPlatformRegRootSuffix>

<!-- VSIX -->
<ExtensionInstallationRoot>Extensions</ExtensionInstallationRoot>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

namespace Microsoft.VisualStudio.ProjectSystem.VS.HotReload
{
internal class ProjectHotReloadSession : IManagedHotReloadAgent, IManagedHotReloadAgent2, IManagedHotReloadAgent3, IManagedHotReloadAgent4, IProjectHotReloadSession, IProjectHotReloadSessionInternal
internal class ProjectHotReloadSession : IManagedHotReloadAgent, IManagedHotReloadAgent2, IManagedHotReloadAgent4, IProjectHotReloadSession, IProjectHotReloadSessionInternal
{
private readonly string _variant;
private readonly string _runtimeVersion;
Expand Down Expand Up @@ -310,10 +310,5 @@ private void EnsureDeltaApplierforSession()

return new ValueTask<string?>();
}

public ValueTask<ManagedEditAndContinueProcessInfo> GetProcessInformationAsync(CancellationToken cancellationToken)
{
throw new NotImplementedException();
}
}
}

0 comments on commit 4a9c235

Please sign in to comment.