Michael Croes
Michael Croes
This is somewhat of a followup to #117. Support for simple assignments was added to 0.24.0, unfortunately it only works for the last assignment. The following sample results in the...
It seems that Mapping.AssertConfigurationIsValid() is missing in the project. Also, I believe it would throw an exception due to unmapped members, so might it be missing on purpose?
Not sure how you feel about this, but at my work I always avoid having binaries in repositories.
Sample fix for #14. @scamille Let me know what you think (didn't have the time to finish this right now).
I noticed some awkward behavior with the flipper where it seems to scale if the content shrinks (requires less space than before), in my case when a combobox selection is...
The guide for porting from EF6 to EF Core mentions the possibility of migrating by using the existing database and removing the actual migration code from a new initial migration....
**Describe the bug** In a repository where commit A from `develop` is merged into `master` as commit B, GitVersion generates a different version for commit A if B is tagged...
Fix conversion of single `float`/`double` values to their PLC format. The assumption that the runtime would treat `Action` similarly to `Action` is apparently invalid, as can also be witnessed from...
Currently when the connection is disposed and requests are still in the queue they will except because the job ID can no longer be returned to the pool. Making the...
When disposing an active connection (with pending read/writes) the queues are disposed as well. This results in an exception that the job ID could not be returned to the queue....