Created
April 20, 2023 18:21
-
-
Save tmat/3e2a736668e0fb9585ec357b48fdb0cb to your computer and use it in GitHub Desktop.
VS feedback Hot Reload log collection
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
To help us determine the root cause of the issue, please provide step-by-step instructions how to reproduce it. | |
Alternatively, you can also collect and share detailed logs like so: | |
1) Run the following commands from Developer Command Prompt for Visual Studio: | |
``` | |
********************************************************************** | |
** Visual Studio 2022 Developer Command Prompt | |
** Copyright (c) 2022 Microsoft Corporation | |
********************************************************************** | |
C:\Program Files\Microsoft Visual Studio\2022\Preview> set Microsoft_CodeAnalysis_EditAndContinue_LogDir=%temp%\HotReloadLog | |
C:\Program Files\Microsoft Visual Studio\2022\Preview> devenv | |
``` | |
2) Zip the directory `%temp%\HotReloadLog` and upload it to this ticket on VS Feedback. | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Reproduce the issue before step 2