updated readme file name #6
Annotations
1 error and 11 warnings
build
Process completed with exit code 1.
|
build
The following actions use a deprecated Node.js version and will be forced to run on node20: pnpm/action-setup@v2. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
build:
Components/MokArticle.razor#L15
Non-nullable property 'Title' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
build:
Components/MokArticle.razor#L18
Non-nullable property 'Subtitle' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
build:
Components/MokArticle.razor#L27
Non-nullable property 'AdditionalAttributes' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
build:
Components/MokButton.razor#L20
Non-nullable property 'AdditionalAttributes' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
build:
Components/MokTile.razor#L10
Non-nullable property 'ChildContent' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
build:
Components/MokTile.razor#L25
Non-nullable property 'TileType' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
build:
Components/MokTile.razor#L34
Non-nullable property 'ResponsiveSize' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
build:
Components/MokTile.razor#L37
Non-nullable property 'AdditionalAttributes' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
build:
Components/MokColumn.razor#L12
Non-nullable property 'IsSize' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
build:
Components/MokColumn.razor#L15
Non-nullable property 'IsSizeMobile' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|