You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Move ICssHotReloadService from webtool to project system (#9781)
* add ICssHotReloadService
* Add missing using directive for HotReload in IProjectHotReloadSessionWebAssemblyCallback
* Refactor VisualStudioBrowserRefreshServerAccessor to internal and update Public API for ICssHotReloadService
* Refactor AbstractBrowserRefreshServerAccessor to implement IDisposable and remove IBrowserRefreshServerAccessor interface
* Update Public API to replace AbstractBrowserRefreshServerAccessor references and adjust method signatures
* Update VisualStudioBrowserRefreshServerAccessor to public and adjust Public API references
* Refactor ICssHotReloadService to improve code clarity and maintainability
Copy file name to clipboardExpand all lines: src/Microsoft.VisualStudio.ProjectSystem.Managed.VS/ProjectSystem/VS/Web/VisualStudioBrowserRefreshServerAccessor.cs
Copy file name to clipboardExpand all lines: src/Microsoft.VisualStudio.ProjectSystem.Managed/ProjectSystem/HotReload/Contracts/AbstractBrowserRefreshServerAccessor.cs
// Licensed to the .NET Foundation under one or more agreements. The .NET Foundation licenses this file to you under the MIT license. See the LICENSE.md file in the project root for more information.
Copy file name to clipboardExpand all lines: src/Microsoft.VisualStudio.ProjectSystem.Managed/ProjectSystem/HotReload/Contracts/IProjectHotReloadSessionWebAssemblyCallback.cs
+1Lines changed: 1 addition & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -1,4 +1,5 @@
1
1
// Licensed to the .NET Foundation under one or more agreements. The .NET Foundation licenses this file to you under the MIT license. See the LICENSE.md file in the project root for more information.
0 commit comments