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


How can use System.Linq in CSharp Console app. I'm on Mac where can find to add additional .dll. Mono installation???
``` private Type __valueType; public Type ValueType { get { return __valueType; } } void MyFunc(){ ValueType.
``` 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...
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: #...