Cato Léan Trütschel

Results 8 comments of Cato Léan Trütschel

I'm currently working on this. Work that I want to complete before merge: * Replace the usage of the WebAssemblyHttpMessageHandler to send everything to the client * Merge the test...

> Would it also be possible for the RazorComponents naming to be replaced with ServerSideBlazor as they have switched back to the old naming? Sure. I wanted to do this...

> I assume you're just creating a "BrowserHttpMessageHandler"/"BlazorHttpMessageHandler" or something of the sorts that will be used regardless of whether it's server side of client side blazor? This would be...

I looked into this. The typescript code of the original implementation has to be changed massively, as they do not use ordinary interop but rely on the fact that this...

Thats seems to be a reasonable approach. However we need a `HttpClient` instance anyway (for the negotiation). I will continue with forking `WebAssemblyHttpMessageHandler` and make it work server-side. When creating...

This is working now for both server and client-side projects. I tried to re-use and/or link most of the stuff in the server projects as it is not possible for...

> The browser console is playing tango in the client-side and server-side case. I have to take a deeper look on this. I don't think this is a problem in...

The link in the description is dead. The type was split into an abstract type and two language specific derived ones. These can be found here [Abstract type](https://github.com/dotnet/roslyn-analyzers/blob/main/src/Roslyn.Diagnostics.Analyzers/Core/AbstractDoNotCopyValue.cs) [C# specific](https://github.com/dotnet/roslyn-analyzers/blob/086d1cc888ca0d8c96b94444935f488fcaf3fe98/src/Roslyn.Diagnostics.Analyzers/CSharp/CSharpDoNotCopyValue.cs)...