New voices #30
Annotations
11 warnings
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-dotnet@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Build:
samples/YaCloudKit.MQ.Transport.Examples/Models/NotificationDto.cs#L8
Non-nullable property 'Title' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Build:
samples/YaCloudKit.MQ.Transport.Examples/Models/NotificationDto.cs#L9
Non-nullable property 'Message' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Build:
samples/YaCloudKit.MQ.Transport.Examples/Models/UserRegistrationDto.cs#L8
Non-nullable property 'Email' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Build:
src/TextToSpeech/YaCloudKit.TTS.Tests/YandexTtsServiceTests.cs#L22
Cannot convert null literal to non-nullable reference type.
|
Build:
src/TextToSpeech/YaCloudKit.TTS.Tests/YandexTtsServiceTests.cs#L22
Cannot convert null literal to non-nullable reference type.
|
Build:
src/TextToSpeech/YaCloudKit.TTS.Tests/YandexTtsServiceTests.cs#L29
Cannot convert null literal to non-nullable reference type.
|
Build:
src/TextToSpeech/YaCloudKit.TTS.Tests/YandexTtsServiceTests.cs#L36
Cannot convert null literal to non-nullable reference type.
|
Build:
samples/YaCloudKit.MQ.Transport.Examples/Models/NotificationDto.cs#L8
Non-nullable property 'Title' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Build:
samples/YaCloudKit.MQ.Transport.Examples/Models/NotificationDto.cs#L9
Non-nullable property 'Message' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Build:
samples/YaCloudKit.MQ.Transport.Examples/Models/UserRegistrationDto.cs#L8
Non-nullable property 'Email' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Loading