Skip to content

Update package.json #146

Update package.json

Update package.json #146

Triggered via push January 24, 2025 08:08
Status Success
Total duration 56s
Artifacts

build.yml

on: push
Fit to window
Zoom out
Zoom in

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.