Simon Ziegler
Simon Ziegler
Hi, I have a web app (blazor) that is connected to a server via signalr. The web app has a scoped IMatToaster service. When the app receives two notifications in...
Hi, Do you have plans to support .net standard 2? I attempted to use this library to enhace serialisation speed with Blazor, but was unable to due to the lack...
I cloned this repo today and ran the GremlinSample project: the only modification I made was the connection details for my Cosmos database. When the program reaches line 39 of...
### Source/destination types ```csharp FrozenDictionary ``` ### Expected behavior Serialize and deserialize the new .NET 8 `FrozenDictionary` type. ### Actual behavior This datatype is not yet recognized by Newtonsoft. Do...
I have a string that already has an apostrophe in it. I want to humanize this string to title case, but the result is different to what I need: ```csharp...
In Material 2 (material-components-web) text fields had the concept of persistent and non-persistent helper text. Non-persistent helper text is hidden when the text field no longer retains focus. Here in...
Use "Server" and "WebAssembly" in place of "SSB" and "CSB" to mirror the formal Blazor project naming convention.
This might be beyond the scope of maintainable blazor templates. However some kind of semi-configurable PWA functionality would be great. I assume that this only works for Webassembly projects.