Kristoffer Strube
Kristoffer Strube
[I have been told by Ondřej](https://github.com/dotnet/aspnetcore/issues/59837#issuecomment-2877580454) that made the change that they might change the interface to have a default implementation in ASP.NET Core 10 Preview 5 (or later) so...
Hey @Enfis, thanks for the kind words! 😃 In the latest version of the package the constructor for `File` is actually protected instead of internal as I had also found...
It might not be possible to update it directly (even though it is within the same major version) as I made a binary-breaking change in Blazor.WebIDL some time ago. But...
It has actually been requested before in #2 but if you would leave a comment there describing your use case/scenario then that would be helpful to track interest in the...
I usually keep the extensions for my helpers internal yeah, but if you need it, then it's pretty simple: https://github.com/KristofferStrube/Blazor.FileAPI/blob/main/src/KristofferStrube.Blazor.FileAPI/Extensions/IJSRuntimeExtensions.cs#L12
Hey @Enfis, it seems like it is not defined in the File API, but that [they plan to introduce it there]([webkitRelativePath](https://wicg.github.io/entries-api/#dom-file-webkitrelativepath)) if the [File and Directory Entries API](https://wicg.github.io/entries-api/) graduates to...
@Enfis you are doing good! Keep staying curious. 💪
Hey @HowardFedTec I think you are right in it probably being caused by a mismatch in what versions of the component libraries and .NET version you were using. I have...
Is point 2 specifically for the TogglePopperComponent?
I haven't seen it fail like that before. If you could supply a minimal sample that I could clone to get the error myself then I would love to see...