Skip to content

feat: update version to 3.0.0 #15

feat: update version to 3.0.0

feat: update version to 3.0.0 #15

Triggered via push December 16, 2024 05:58
Status Failure
Total duration 5m 31s
Artifacts
Fit to window
Zoom out
Zoom in

Annotations

1 error and 10 warnings
Deploy
Process completed with exit code 1.
Deploy: src/Asv.Common/Other/EnumHelper.cs#L20
XML comment has badly formed XML -- 'End tag 'example' does not match the start tag 'DescriptionAttribute'.'
Deploy: src/Asv.Common/Other/EnumHelper.cs#L21
XML comment has badly formed XML -- 'Expected an end tag for element 'example'.'
Deploy: src/Asv.Common/Other/ShortGuid.cs#L64
Nullability of type of parameter 'obj' doesn't match overridden member (possibly because of nullability attributes).
Deploy: src/Asv.Common/Other/PasswordHash.cs#L115
'Rfc2898DeriveBytes.Rfc2898DeriveBytes(string, byte[])' 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)
Deploy: src/Asv.Common/Other/ProcessRx.cs#L83
Dereference of a possibly null reference.
Deploy: src/Asv.Common/Other/EnumerableExtensions.cs#L191
Possible null reference assignment.
Deploy: src/Asv.Common/Other/EnumerableExtensions.cs#L207
Possible null reference return.
Deploy: src/Asv.Common/Other/TextTable.cs#L188
Nullability of reference types in return type of 'lambda expression' doesn't match the target delegate 'Func<KeyValuePair<string, string>, PropertyInfo?>' (possibly because of nullability attributes).
Deploy: src/Asv.Common/Other/EnumerableExtensions.cs#L284
Converting null literal or possible null value to non-nullable type.
Deploy: src/Asv.Common/Other/TextTable.cs#L203
Dereference of a possibly null reference.