Merge pull request #104 from alexpung/refactorAndFix #154
Annotations
6 warnings
build-project
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-dotnet@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
build-project
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v2, actions/setup-dotnet@v1, codecov/codecov-action@v3, peaceiris/actions-gh-pages@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
build-project:
BlazorApp-Investment Tax Calculator/Components/Section104HistoryTable.razor#L53
Nullability of reference types in value of type 'IEnumerable<Section104HistoryViewModel?>' doesn't match target type 'IEnumerable<Section104HistoryViewModel>'.
|
build-project:
BlazorApp-Investment Tax Calculator/Components/DividendTable.razor#L46
Nullability of reference types in value of type 'IEnumerable<DividendViewModel?>' doesn't match target type 'IEnumerable<DividendViewModel>'.
|
build-project:
BlazorApp-Investment Tax Calculator/Components/Section104HistoryTable.razor#L53
Nullability of reference types in value of type 'IEnumerable<Section104HistoryViewModel?>' doesn't match target type 'IEnumerable<Section104HistoryViewModel>'.
|
build-project:
BlazorApp-Investment Tax Calculator/Components/DividendTable.razor#L46
Nullability of reference types in value of type 'IEnumerable<DividendViewModel?>' doesn't match target type 'IEnumerable<DividendViewModel>'.
|