Update README-RU.md #225
Merged
Update README-RU.md #225
Annotations
10 warnings and 1 notice
|
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)
|
|
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)
|
|
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)
|
|
src/Translumo.Utils/Http/HttpResponse.cs#L20
Non-nullable property 'InnerException' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
src/Translumo.Utils/Http/HttpResponse.cs#L24
Cannot convert null literal to non-nullable reference type.
|
|
src/Translumo.Utils/Http/HttpResponse.cs#L13
Non-nullable property 'InnerException' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
src/Translumo.Utils/Http/HttpResponse.cs#L13
Non-nullable property 'Body' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
src/Translumo.Utils/Http/HttpResponse.cs#L17
Cannot convert null literal to non-nullable reference type.
|
|
src/Translumo.Utils/Http/HttpResponse.cs#L15
Cannot convert null literal to non-nullable reference type.
|
|
src/Translumo.Utils/BindableBase.cs#L10
Cannot convert null literal to non-nullable reference type.
|
|
The windows-latest label will migrate from Windows Server 2022 to Windows Server 2025 beginning September 2, 2025. For more information see https://github.com/actions/runner-images/issues/12677
|
The logs for this run have expired and are no longer available.
Loading