Skip to content

feat(io): update ProductVersion to 3.0.0-dev.10 #16

feat(io): update ProductVersion to 3.0.0-dev.10

feat(io): update ProductVersion to 3.0.0-dev.10 #16

Triggered via push December 6, 2024 03:22
Status Success
Total duration 4m 40s
Artifacts
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
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/obj/Release/net8.0/Asv.Common.AssemblyInfo.cs#L17
The specified version string '3.0.0-dev.10' does not conform to the recommended format - major.minor.build.revision
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/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/TextTable.cs#L203
Dereference of a possibly null reference.
Deploy: src/Asv.Common/Other/TextTable.cs#L208
Dereference of a possibly null reference.
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.