Код: Выделить всё
Вот мои варианты использования и импорта:
Код: Выделить всё
@using System.Security.Claims
@using global::Serilog
@using Signumid.ESignLiteShop.Data
@using Signumid.ESignLiteShop.Data.Models
@using Signumid.ESignLiteShop.Data.Services
@using Microsoft.AspNetCore.Http
@inject IHttpContextAccessor _httpContextAccessor
@inject ShopService _shopService
@inject IJSRuntime JSRuntime;
@inject NavigationManager _navManager
@using MudBlazor
Код: Выделить всё
Home.razor(148, 40): [RZ9991] The attribute names could not be inferred from bind attribute 'bind-Value'. Bind attributes should be of the form 'bind' or 'bind-value' along with their corresponding optional parameters like 'bind-value:event', 'bind:format' etc.
Подробнее здесь: https://stackoverflow.com/questions/729 ... ames-could