Howard Richards
Howard Richards
In .NET 6 Blazor now supports [cascading generic type parameters](https://docs.microsoft.com/en-us/dotnet/api/microsoft.aspnetcore.components.cascadingtypeparameterattribute?view=aspnetcore-6.0) This helps to remove all the `TableItem` boilerplate we currently need in earlier versions. Will require multi-targeting of the BlazorTable...
Compiler showing warnings for missing XML comments **To Reproduce** Open solution and compile **Expected behavior** Should be no complier warnings.
At present we have to specify the generic table type in each column: ```html ``` With this PR: https://github.com/dotnet/aspnetcore/pull/29767 we should be able to use a `CascadeTypeParam` ? Not sure...
Do we need to consider the structure of the examples and documentation? I noticed you separated the code samples app into a "Shared" project, and then added Server and WASM...
The current RazorLight (excellent library, thank you!) supports the Razor 2.2 language syntax. With ASP.NET Core 3.0 an updated language syntax and base library 3.0.0 and 3.1.0 have been introduced...
# Summary Microsoft is withdrawing support for using `System.Drawing.Common` on non-Windows systems: https://docs.microsoft.com/en-gb/dotnet/core/compatibility/core-libraries/6.0/system-drawing-common-windows-only There is a workaround for now but we can expect this to stop working completely at some...
Current version supports .NET Standard 2.0 and .NET 5 only, should update to include a .NET 6 version.
The NuGet package should have a readme rather than just a simple description. Instructions here: https://docs.microsoft.com/en-gb/nuget/nuget-org/package-readme-on-nuget-org
Updates the Blazor Flight Finder sample to use the current 3.2.1 release version of Blazor WASM.
Trying to get postfix working with _DKIM_ for multiple domains. I only need to send out emails, so no inbound requirements. When I run the container, it seems the `KeyTable`,...