feat: remove RestSharp dependency #70
Annotations
11 warnings
|
build
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: actions/checkout@v4, actions/github-script@60a0d83039c74a4aee543508d2ffcb1c3799cdea, actions/setup-dotnet@v4. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
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.
|
|
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.
|