Add expired-callback and error-callback to the V2 invisible widget #125
Annotations
12 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
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/checkout@v2, actions/setup-dotnet@v1, coverallsapp/github-action@master. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-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#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:
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:
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.
|