Hi,
I use the FileSelect component and when using the FileInfoStream object with another component that isn't asynchronous I get a NotImplementedException for the Read() method.
Do you plan to implement these methods to ensure compatibility with synchronous components?
Thanks!
System.NotImplementedException: The method or operation is not implemented. at Telerik.Blazor.Components.FileSelect.Stream.FileInfoStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.StreamReader.ReadBuffer() at System.IO.StreamReader.ReadLine()