dependabot[bot] on nuget
Bump PublicApiGenerator from 9.… (compare)
dependabot[bot] on nuget
Bump FluentAssertions from 5.10… (compare)
dependabot[bot] on nuget
Bump Fsharp.Core from 6.0.1 to … (compare)
dependabot[bot] on nuget
Bump NUnit from 3.7.1 to 3.13.3… (compare)
dependabot[bot] on nuget
Bump System.Configuration.Confi… (compare)
dependabot[bot] on nuget
Bump System.Collections.Immutab… (compare)
I haven't used it, but if I am correct you can also use async methods in actors since 1.??.?? don't know the exact version
await iotClient.RecordTemp();
await Thread.Delay(250);
await iotClient.RecordPowerLevels();