Skip to content

Adding Silero tts

Adding Silero tts #2

Triggered via pull request October 15, 2023 17:29
Status Success
Total duration 2m 45s
Artifacts

PR.check.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
build: src/Translumo.Utils/BindableBase.cs#L10
Cannot convert null literal to non-nullable reference type.
build: src/Translumo.Utils/StringCipher.cs#L19
'Rfc2898DeriveBytes.Rfc2898DeriveBytes(string, byte[], int)' is obsolete: 'The default hash algorithm and iteration counts in Rfc2898DeriveBytes constructors are outdated and insecure. Use a constructor that accepts the hash algorithm and the number of iterations.' (https://aka.ms/dotnet-warnings/SYSLIB0041)
build: src/Translumo.Utils/StringCipher.cs#L21
'RijndaelManaged' is obsolete: 'The Rijndael and RijndaelManaged types are obsolete. Use Aes instead.' (https://aka.ms/dotnet-warnings/SYSLIB0022)
build: src/Translumo.Utils/StringCipher.cs#L21
'RijndaelManaged' is obsolete: 'The Rijndael and RijndaelManaged types are obsolete. Use Aes instead.' (https://aka.ms/dotnet-warnings/SYSLIB0022)
build: src/Translumo.Utils/Http/HttpResponse.cs#L15
Cannot convert null literal to non-nullable reference type.
build: src/Translumo.Utils/Http/HttpResponse.cs#L17
Cannot convert null literal to non-nullable reference type.
build: src/Translumo.Utils/Http/HttpResponse.cs#L13
Non-nullable property 'Body' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: src/Translumo.Utils/Http/HttpResponse.cs#L13
Non-nullable property 'InnerException' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: src/Translumo.Utils/Http/HttpResponse.cs#L24
Cannot convert null literal to non-nullable reference type.
build: src/Translumo.Utils/Http/HttpResponse.cs#L20
Non-nullable property 'InnerException' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.