Cato Léan Trütschel
Cato Léan Trütschel
This is a prototype to make available the library server-side, running with Razor Components. The biggest issues are solved but **it is not running server-side yet**. To support this, the...
I just checked for the Blazor.Extensions.Logging nuget package compatible with the current (4) preview of Asp.Net Core and finally its there. The logging in the client-side test project can be...
Defining an empty enumerator ``` private static async AsyncEnumerator GetEmptyEnumerator() { var yield = await AsyncEnumerator.Capture(); return yield.Break(); } ``` yields the enumerators `MoveNext` method to return `true` on the...