Results 235 comments of jsakamoto
trafficstars

@fingers10 This behavior is by design on the `service-woker.js` generated by .NET SDK (Visual Studio) standard project templates. You should close all browser instances after a new version of your...

@fingers10 Sorry for the late reply, but I've spent time these days investigating how to control refreshing a PWA to the next version. > see if this will log the...

Thank you for reporting! But unfortunately, I found out `AntDesign.Docs.Wasm` cannot pre-render to static files at this time. I'll explain what's the matter below. Anyway, we can progress static pre-rendering...

@fingers10 Thank you for your feedback! I want to make the "BlazorWasmPreRendering.Build" work well on your scenario. But I think it is not so easy. I appreciate you if you...

@fingers10 > Please could you let me know what is the issue here? Yes, of course, but I have no idea at this time. So I have to investigate it...

[Progress Report] Sorry too late but recently I've been able to try to resolve your problem. And I found the problem can be reproduced when I execute publishing the project...

@fingers10 I did it! Could you try the latest version of the "BlazorWasmPreRendering.Build" out? - https://www.nuget.org/packages/BlazorWasmPreRendering.Build/1.0.0-preview.10.1

@fingers10 The pre-rendering process invokes your `ConfigurationServices` static method, but the process can't treat the type for the WebAssembly platform because **the pre-rendering process and your code runs on a...

@fingers10 > I tried with IConfiguration instead of WebAssemblyHostConfiguration. The code compiles without any error but fails on publish. Yeah, the current version of "BlazorWasmPreRendering.Build" cannot provide the `IConfiguration` to...

@fingers10 I published the new version of "BlazorWasmPreRendering.Build". - https://www.nuget.org/packages/BlazorWasmPreRendering.Build/1.0.0-preview.11.0 This version will provide an `IConfiguration` object to the application's "ConfigureServices()" method as an argument. Please update the package version,...