Creating new blazor project does nothing #592
-
|
Hello I have a strange issue when creating a new blazor project after all the steps nothing happens. But if I create a console App it is created as expected. Is there anything I can check what is going on in the background or are just some projects not supported to create thru the extension API |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 2 replies
-
|
Seems there was a missing handler for param of type integer. Should be fixed by pr below |
Beta Was this translation helpful? Give feedback.
-
|
For future reference you can enable verbose server logging like this. It will allow you to see all the data being sent to and from the server Can you try passing the following in your options, and there should be a log file written in /logs/xxx.log server = {
---@type nil | "Off" | "Critical" | "Error" | "Warning" | "Information" | "Verbose" | "All"
log_level = "Verbose"
},
|
Beta Was this translation helpful? Give feedback.
Seems there was a missing handler for param of type integer. Should be fixed by pr below