fix(io): fix nullable warnings #14
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-rc.3' 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/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/EnumerableExtensions.cs#L284
Converting null literal or possible null value to non-nullable type.
|