VERNOU Cédric

Results 11 issues of VERNOU Cédric

**Squirrel version(s)** 2.0.1 **Description** After installing the MSI, when a user logs on, nothing happens. See the **Steps to recreate** 1. Generate MSI with `Squirrel --releasify` 2. Install MSI 3....

A lot of issue is about the files remaining after uninstall. I think a chapter in the documentation to explain what do and how work the uninstall can help.

When I add/rename/remove a test, the refresh action don't work on the text explorer. The refresh fail with the error : ``` Error running command extension.refreshObjectExplorerNode: command extension.refreshObjectExplorerNode' not found....

### Describe the bug We have a custom serialize method that is passed to **axios** by `options.paramsSerializer`. It's work fine with [email protected], but from [email protected], it throw the error :...

### Type of issue Other (describe below) ### Description In the documentation [Main() and command-line arguments](https://learn.microsoft.com/en-us/dotnet/csharp/fundamentals/program-structure/main-command-line), I found the part about async misleading. For example this part : > The...

doc-enhancement
Pri1
dotnet-csharp/svc
fundamentals/subsvc

### Type of issue Code doesn't work ### Description In the chapter **Test the app**, it say you can test the app with the command `dotnet run -- --file scl.runtimeconfig.json`...

:watch: Not Triaged
Pri1
dotnet-fundamentals/svc

### Describe the issue or suggestion I created this issue to follow up on this [PR comment posted by @richlander](https://github.com/dotnet/docs/pull/41356#discussion_r1634040716_) : > I'm not sure it makes sense to document...

:watch: Not Triaged
Pri3

## Description `MudButtonGroup.FullWidth` stretch the container, but not child buttons, so the available space isn't filled : ![361464105-90b4cccb-4540-4492-a8d6-e4ac98188e80](https://github.com/user-attachments/assets/e02ea798-4c77-4b6b-8857-7a52ff021947) The modification stretch child buttons to fill the available space : ![361465361-2a76aa8c-f9e0-4301-a037-637dab5f8cef](https://github.com/user-attachments/assets/5cb474af-c826-482a-949e-43589f061836)...

enhancement

### Feature request type Other ### Component name _No response_ ### Is your feature request related to a problem? The #9599 that about a bug that occurred only on client...

enhancement
wants to do a PR

## Description With `DebounceInterval=0`, the method `ResetAsync` open the menu. Fixes #10052 ## How Has This Been Tested? I added a test to reproduce the bug. ## Type of Changes...

bug