Alex Gavrilov

Results 11 issues of Alex Gavrilov

### Functional impact *It's possible to accidentally create a libman.json with an invalid default provider and destination* ### Minimal repro steps 1. Execute ``` libman init -p foo -d \toplevel\blah...

P3

### Functional impact *If you use keyboard with Add Library Dialog UI, it's hard to select individual files. You need to tab to destination, then Shift-Tab from there to get...

bug
P2
Add Library Dialog
Accessibility

### Functional impact *We show project root path completion list if you type leading forward or backslash. I can't imagine when that would be what the user wants. The library...

P2
File System Provider

### Functional impact *No functional impact, fit and finish bug* ### Minimal repro steps 1. Issue "libman cache list --verbosity

P3

### Summary of the changes -Adding support for sending project info to the server via a notification instead of project configuration file -Adding feature flag to allow old behavior by...

I hit this while replacing existing @model directive with a new open via snippet (so the name in model was wrong - default from the snippet) ![image](https://github.com/dotnet/razor/assets/1863656/5732d124-e0c4-4687-ac19-e8db16642b54) I'll see if...

bug
untriaged
area-compiler

**Version Used**: Version 17.11.0 Preview 2.0 [34909.95.main] **Steps to Reproduce**: 1. Enable LSP Roslyn via Preview Features (internal builds only) 2. Restart VS (for step 1 setting to take effect)...

Area-IDE
untriaged

### Summary of the changes - Moving most of the completion code to the common (Workspaces) layer - Adding cohost handler for completion I tried making each commit small and...

1. New Blazor web site 2. Any .razor page/component 3. Add @code {} block 4. Type in ``` @code { override OnA } ``` 5. Try to complete OnAfterRender (any...

Razor

Porting most completion test from VS (all applicable) and adding text change methods that ignore cancellation exceptions.