Skip to content

Ioptions snapshot

Ioptions snapshot #123

Triggered via pull request January 6, 2024 19:59
Status Success
Total duration 42s
Artifacts

dotnetcore.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

11 warnings
build
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: AspNetCore.ReCaptcha.Tests/TestLogger.cs#L22
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
build: AspNetCore.ReCaptcha.Tests/TestLogger.cs#L22
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
build: AspNetCore.ReCaptcha.Tests/ReCaptchaServiceTests.cs#L71
Test methods should not use blocking task operations, as they can cause deadlocks. Use an async test method and await instead. (https://xunit.net/xunit.analyzers/rules/xUnit1031)
build: AspNetCore.ReCaptcha.Tests/ReCaptchaServiceTests.cs#L160
Test methods should not use blocking task operations, as they can cause deadlocks. Use an async test method and await instead. (https://xunit.net/xunit.analyzers/rules/xUnit1031)
build: AspNetCore.ReCaptcha.Tests/ReCaptchaServiceTests.cs#L113
Test methods should not use blocking task operations, as they can cause deadlocks. Use an async test method and await instead. (https://xunit.net/xunit.analyzers/rules/xUnit1031)
build: AspNetCore.ReCaptcha.Tests/ReCaptchaServiceTests.cs#L248
Test methods should not use blocking task operations, as they can cause deadlocks. Use an async test method and await instead. (https://xunit.net/xunit.analyzers/rules/xUnit1031)
build: AspNetCore.ReCaptcha.Tests/ReCaptchaServiceTests.cs#L204
Test methods should not use blocking task operations, as they can cause deadlocks. Use an async test method and await instead. (https://xunit.net/xunit.analyzers/rules/xUnit1031)
build: Samples/AspNetCore.ReCaptcha.RazorPages/Pages/Error.cshtml.cs#L11
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
build: Samples/AspNetCore.ReCaptcha.Mvc/Models/ErrorViewModel.cs#L5
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
build: AspNetCore.ReCaptcha.Tests/TestLogger.cs#L22
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.