Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

VS restart seems to be required #1311

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Commits on Jan 11, 2023

  1. VS restart seems to be required

    VS restart seems to be required
    After upgrading WebSharper nuget packages a reboot seems to be required on Windows 11 with Visual Studio 2022
    
    Steps to reproduce:
    - dotnet new websharper-spa -lang f# -n MySPA
    - This application have some issue that I will try to fix by changing WebSharper.core
    - On my local WebSharper.core, I increment the version tag (I'm not sure if this is needed), make some modifications, and run the tests. When it's ok, I do a "build.cmd ws-package"
    - Update nuget packages on VS Gui, then "dotnet clean, dotnet run"
    - The MySpa issue persists.
    - I try: dotnet ws-stop, dotnet clean, dotnet run
    - The MySpa issue persists.
    - Restart Visual Studio 2022, dotnet clean, dotnet run, the issue is fixed.
    diegopego authored Jan 11, 2023
    Configuration menu
    Copy the full SHA
    145ea24 View commit details
    Browse the repository at this point in the history