update Npgsql.EntityFrameworkCore.PostgreSQL to version 8.0.2

This commit is contained in:
sbwalker
2024-02-18 10:21:36 -05:00
parent 2c17551d50
commit 54418957b6
4 changed files with 79 additions and 6 deletions

View File

@ -12,7 +12,8 @@ else
@code {
// this component is on the static side of the render mode boundary
// it passes state as serializable parameters across the boundary so that the state can be used by downstream interactive components
// it passes state as serializable parameters across the boundary
// this enables the state to be used by downstream interactive components
[CascadingParameter]
protected PageState PageState { get; set; }
@ -20,6 +21,7 @@ else
[CascadingParameter]
private Module ModuleState { get; set; }
[Obsolete("AddModuleMessage is deprecated. Use ModuleBase.AddModuleMessage instead.", false)]
public void AddModuleMessage(string message, MessageType type)
{