Michele
Michele
I'm using the new Bindable.ItemSource from Xamarin.Forms 4 ```xml ``` and the datatemplate like ```xml ``` I'm setting the image source in the OnBindingContextChanged method in the template codebehind. The...
A trivial change to introduce ValueTask instead of Task.FromResult. In this case being completely synchronous, the code shouldn't allocate anything, instead of allocating one Task. If we agree on the...
Updating project 1 to Orleans 7. I removed UseLinuxEnvironmentStatistics as it's been deprecated, and should be replaced with OpenTelemetry.