Jenan
Jenan
@JacekKosciesza That is nice idea, move to the wiki.
Hello, I have tried to compare the lists but I can't find the property called `PropertyPath`. I have used the version `4.19.4`. How can I fix it? Thx.
I have tried this snippet for testing: ```cs var clientDtos = new List(); var clientDtosToCompare = new List(); clientDtos.ShouldBeEquivalentTo(clientDtosToCompare, option => option.Excluding(x=> x.PropertyPath == "ClientName")); ``` But `PropertyPath` doesn't exist...
@jnyrup You are absolutely right, that works very well, thank you!
What about version for Net Core? Thx
Is it possible to open OP inside of electron app or is it recommended to use new instance of browser tab?
Oki. I see - thanks.
One additional question for clarification - I have tried to create some js for closing the browser window but it seems that doesn't work reliably. Do you have some tip...