Skip to content

docs: make README punctuation more consistent #59

docs: make README punctuation more consistent

docs: make README punctuation more consistent #59

Triggered via pull request February 25, 2026 12:15
Status Success
Total duration 48s
Artifacts

dotnet.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
build: tests/Captcha.FunctionalTests/StepDefinitions/CaptchaSteps.cs#L64
Dereference of a possibly null reference.
build: tests/Captcha.FunctionalTests/StepDefinitions/CaptchaSteps.cs#L51
The type 'Captcha.Core.Models.PostCreateCaptchaRequest?' cannot be used as type parameter 'T' in the generic type or method 'RestRequestExtensions.extension(RestRequest).AddJsonBody<T>(T, ContentType?)'. Nullability of type argument 'Captcha.Core.Models.PostCreateCaptchaRequest?' doesn't match 'class' constraint.
build: tests/Captcha.UnitTests/Mappers/RequestToDomainMapperTests.cs#L694
Cannot convert null literal to non-nullable reference type.
build: tests/Captcha.UnitTests/Mappers/RequestToDomainMapperTests.cs#L665
Possible null reference argument for parameter 'request' in 'CaptchaConfigurationData RequestToDomainMapper.ToDomain(GetCreateCaptchaRequest request)'.
build: tests/Captcha.UnitTests/Mappers/RequestToDomainMapperTests.cs#L662
Converting null literal or possible null value to non-nullable type.
build: tests/Captcha.UnitTests/Mappers/RequestToDomainMapperTests.cs#L218
Cannot convert null literal to non-nullable reference type.
build: tests/Captcha.UnitTests/Mappers/RequestToDomainMapperTests.cs#L189
Possible null reference argument for parameter 'request' in 'CaptchaConfigurationData RequestToDomainMapper.ToDomain(PostCreateCaptchaRequest request)'.
build: tests/Captcha.UnitTests/Mappers/RequestToDomainMapperTests.cs#L186
Converting null literal or possible null value to non-nullable type.
build: tests/Captcha.UnitTests/Services/CaptchaImageServiceTests.cs#L97
Possible null reference argument for parameter 'config' in 'SKBitmap CaptchaImageService.CreateCaptchaImage(CaptchaConfigurationData config)'.
build: tests/Captcha.UnitTests/Services/CaptchaImageServiceTests.cs#L92
Converting null literal or possible null value to non-nullable type.