Skip to content

Instantly share code, notes, and snippets.

View icnocop's full-sized avatar
:octocat:
In the beginning there was source code.

Rami icnocop

:octocat:
In the beginning there was source code.
View GitHub Profile
@icnocop
icnocop / appium.log
Created February 13, 2023 21:54
Appium dotnet-client issue #590
Windows Application Driver listening for requests at: http://127.0.0.1:4723/wd/hub
Press ENTER to exit.
==========================================
POST /wd/hub/session HTTP/1.1
Accept: application/json, image/png
Connection: Keep-Alive
Content-Length: 176
Content-Type: application/json;charset=utf-8
Host: 127.0.0.1:4723
User-Agent: selenium/3.141.0 (.net windows)
@icnocop
icnocop / OneOfOperationProcessor.cs
Created December 8, 2022 21:10
NSwag inheritance and polymorphism
using System;
using System.Collections.Generic;
using System.Linq;
using System.Net.Mime;
using System.Reflection;
using System.Runtime.Serialization;
using Microsoft.AspNetCore.Mvc;
using Namotion.Reflection;
using Newtonsoft.Json;
using NJsonSchema;