Skip to content

Refactor word count calculation for improved performance and readability #14

Refactor word count calculation for improved performance and readability

Refactor word count calculation for improved performance and readability #14

Triggered via pull request October 30, 2024 11:11
Status Failure
Total duration 38s
Artifacts

deploy.yml

on: pull_request
dockerBuildPush
0s
dockerBuildPush
deploy-to-dev
0s
deploy-to-dev
deploy-to-test
0s
deploy-to-test
deploy-to-prod
0s
deploy-to-prod
Fit to window
Zoom out
Zoom in

Annotations

3 errors and 1 warning
build: src/Application/src/RazorPagesTestSample/Pages/Index.cshtml.cs#L75
'IList<Message>' does not contain a definition for 'Sum' and no accessible extension method 'Sum' accepting a first argument of type 'IList<Message>' could be found (are you missing a using directive or an assembly reference?)
build: src/Application/src/RazorPagesTestSample/Pages/Index.cshtml.cs#L75
'IList<Message>' does not contain a definition for 'Sum' and no accessible extension method 'Sum' accepting a first argument of type 'IList<Message>' could be found (are you missing a using directive or an assembly reference?)
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: actions/checkout@v3, actions/setup-dotnet@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/