Gabe Hudson

Results 11 comments of Gabe Hudson

I would love to see the ASP.NET session state provider work with InteractiveServer components in Blazor Web so we can share session state across RenderMode boundaries.

I would like to be able to specify a "Static" RenderMode for a Blazor component/page. This is usefull when a global (higher level) RenderMode has been set to InteractiveServer.

> @gabephudson > > > I would like to be able to specify a "Static" RenderMode for a Blazor component/page. This is usefull when a global (higher level) RenderMode has...

I have recently ported a Blazor Server app to Blazor Web project and have run in to the issues outlined by the original poster. IMHO, there doesn't seem to be...

> Thanks for confirming that there is a solution. We will close this as we have separate issue tracking the work to expose an API for detecting the current render...

> Carl Franklin and I did a [Blazor Train episode](https://www.youtube.com/watch?v=SyA2m9Oo76k) on this issue about a week ago, and I think Carl was on Jeff Fritz's twitch stream talking about it...

> @rockfordlhotka what would be the minimum set of features that you think of, that can solve the problems you're facing? The ASP.NET Core Session State Provider/Service should work in...

> I have not found that this transfers state to a wasm-interactive client, and then back from the wasm environment to a server-static or server-interactive page. Sorry for the confusion...

Sorry, it looks like the content-id value got killed by GitHub because it had angle brackets in it. :| Thanks for your response. I discovered what the issue was/is. It...

Late to the party, but RT.Comb.Provider.PostgreSql.Create() is what one should use for MySQL. MySQL stores UUIDs as BIN(16) columns and one can use BIN_TO_UUID() and UUID_TO_BIN() functions in MySQL 8+....