crates-barrels
crates-barrels
Recently I received a crash report on an iOS device caused by a .DeleteAsync() operation on a folder. I think this is the result of a new file being added...
In `WaitForOneWireReady()`, a `new Stopwatch()` is created, but never started. As a result, the if-test `(stopWatch.ElapsedMilliseconds > 5000)` will never evaluate to true: https://github.com/Rinsen/OneWire/blob/a102c234155c33506b28b4c5500c9bdd784c7b11/src/Rinsen.IoT.OneWire/DS2482_100.cs#L329-L337 This can easily be fixed by...
While rewriting some code to use the async implementation of adapt using package _Mapster.Async v2.0.1_, I stubled upon an issue where not all expected source properties were copied to the...