servicetitan / Stl.Fusion.Samples

A collection of samples for Fusion library: https://github.com/servicetitan/Stl.Fusion
MIT License
163 stars 33 forks source link

Fixes example outputs and references to the methods #16

Closed afilatov-st closed 3 years ago

afilatov-st commented 3 years ago

I noticed that methods in the sample code do not have the Async suffix, but log lines and mentions do, so I fixed them. Also, I think {nameof(Xxx)} makes it harder to read the sample code, so I replaced it with a correspondent string.

alexyakunin commented 3 years ago

Thanks! Yeah, I guess I should update the output :)