Update package.json #146
Annotations
10 warnings
|
build:
MyApp/Components/Pages/BookingsCrud/Create.razor#L10
Found markup element with unexpected name 'CloseButton'. If this is intended to be a component, add a @using directive for its namespace.
|
|
build:
MyApp/Components/Pages/BookingsCrud/Create.razor#L50
Found markup element with unexpected name 'SrcLink'. If this is intended to be a component, add a @using directive for its namespace.
|
|
build:
MyApp/Components/Pages/BookingsCrud/Edit.razor#L10
Found markup element with unexpected name 'CloseButton'. If this is intended to be a component, add a @using directive for its namespace.
|
|
build:
MyApp/Components/Pages/BookingsCrud/Edit.razor#L54
Found markup element with unexpected name 'SrcLink'. If this is intended to be a component, add a @using directive for its namespace.
|
|
build:
MyApp/Components/Pages/BookingsCrud/Index.razor#L82
Found markup element with unexpected name 'SrcLink'. If this is intended to be a component, add a @using directive for its namespace.
|
|
build:
MyApp/Components/Pages/BookingsCrud/Index.razor#L83
Found markup element with unexpected name 'SrcLink'. If this is intended to be a component, add a @using directive for its namespace.
|
|
build:
MyApp/Components/Pages/gallery/IndexEmpty.razor#L8
Found markup element with unexpected name 'MyApp.Client.Pages.gallery.Index'. If this is intended to be a component, add a @using directive for its namespace.
|
|
build:
MyApp/ServiceModel/AllTypes.cs#L61
Nullability of type of parameter 'obj' doesn't match overridden member (possibly because of nullability attributes).
|
|
build:
MyApp/ServiceModel/WeatherForecast.cs#L11
Non-nullable property 'Summary' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
build:
MyApp/ServiceModel/Todos.cs#L51
Non-nullable property 'Text' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|