Kristoffer Strube
Kristoffer Strube
No rush. I'm also pretty tied up this week preparing for a talk. 😊
Hey @HowardFedTec really good catch. :) Would you like to contribute this through a PR? :)
Hey @hallmw sorry for the slow response. This is a limitation of the API so it is not a bug. But I plan to upgrade this library to enable typed...
Hey @HarvieKrumpet thanks for the interest in my libraries. 😃 I think the problem is that you have selected specific versions of either the Blazor.FileAPI or Blazor.Streams packages which are...
Update: I have a PR for `Blazor.FileSystem` which I'm currently self-reviewing: https://github.com/KristofferStrube/Blazor.FileSystem/pull/10 After that, I will start upgrading `Blazor.FileSystemAccess` as well, which should be faster due to the smaller API...
@qunshen @HarvieKrumpet I have now released version 0.4.0-alpha.2 of Blazor.FileSystem, which should be compatible with the current version of Blazor.FileSystemAccess, so if you take a dependency on that, then you...
I will need to hear more about what errors you get or some minimal project that reproduces these problems before I can help.
When I reproduce the steps you described above, I get the following message in my Developer Console: ```log Error: Failed to start platform. Reason: TypeError: Cannot read properties of undefined...
Ah okay. My guess is that the Aspire template uses Server rendering. In-process JSInterop can't be used when using server rendering so you would need to rewrite my samples to...