Boris Djurdjevic

Results 267 comments of Boris Djurdjevic

@angelaki sorry for the trouble. There were several PRs merged and few more changes and commits in a short period before and after release of 8.1.2, and in addition was...

Sure, will add a test it if you manage to make it reproducible.

@angelaki I did some more investigation but still no luck. However you could try to take several versions from the commit history and put test into each to check. Take...

Not sure, I have downloaded this version, copied files from v8 folder to overwrite csproj(s). Then added you your test and put the file you sent. The test had passed,...

Seems that this line was the cause: `var property = type.GetProperty(name, BindingFlags.DeclaredOnly | BindingFlags.Public | BindingFlags.Instance);` it was changed from: `var property = type.GetProperty(name, BindingFlags.DeclaredOnly);` It is in a method...

@kvpt didn't catch the time to dig more into this. Don't worry will sort it out soon. Either will remove (or refactor) the change that caused the issue, but first...

Can you write a code sample for this issue, or make a test.

Will check it out for MY as well, soon when new version gets added.

Pomelo for MySql has preRelease 9 but even that has some companitibilty issues. Still they said that Release version would be published this or next week, so will update it...