Version Used:
17.1.0 Preview 1.1
Steps to Reproduce:
- create a new console application (.net 6)
- import a nuget package (NAudio in my case, but that doesn't matter)
- get a reference to an object having an event (an MMDevice in my case, but that doesn't matter either)
- try to let VS generate the event handler:
let's say the variable name is myVariable, and the event is MyEvent:
now, a tooltip tells you to hit the TAB key to generate the proper event handler
5. Hit the TAB key
6. observe that nothing happens
Expected Behavior:
a proper event handler should be generated
Actual Behavior:
nothing is generated.
Version Used:
17.1.0 Preview 1.1
Steps to Reproduce:
let's say the variable name is myVariable, and the event is MyEvent:
now, a tooltip tells you to hit the TAB key to generate the proper event handler
5. Hit the TAB key
6. observe that nothing happens
Expected Behavior:
a proper event handler should be generated
Actual Behavior:
nothing is generated.