docs(README): update BrainJar article link (#25) #58
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.
|