winxalex

Results 11 issues of winxalex

I can see 13 errors but no red lines(quick go to line) on side just green green....

prio: minor
type: bug 🐞

![clipboard01](https://user-images.githubusercontent.com/689092/33797654-315954da-dd0c-11e7-9420-ab9254ca4bd2.jpg)

prio: normal
type: bug
subsystem: debugger

![clipboard01](https://user-images.githubusercontent.com/689092/33320580-00f0091e-d443-11e7-8c20-760dc2f84df1.jpg)

prio: normal
type: bug

prio: normal
type: bug
subsystem: debugger

How can use System.Linq in CSharp Console app. I'm on Mac where can find to add additional .dll. Mono installation???

prio: normal
type: bug
subsystem: resolving

type: task
prio: normal
type: bug
subsystem: debugger

``` private Type __valueType; public Type ValueType { get { return __valueType; } } void MyFunc(){ ValueType.

prio: normal
type: bug
subsystem: completion

prio: normal
type: bug
subsystem: completion

``` csharp //this shows 2 FieldType members (one with value one without) FieldInfo destinationComponentFieldInfo = behaviourDestination.GetType().GetField("fieldName"); Type destinationComponentFieldType = destinationComponentFieldInfo.FieldType;//as you can see in screen shown null, and when I...

prio: normal
type: bug
subsystem: debugger

Great work man!. First I want to share some modification that I did. ` async def handle_prompt(self, prompt_text): # Get the dialog element dialog = await self.page.querySelector('div[role="dialog"]') if dialog: #...