Refine buffer serialization to use spans and add benchmarks #152
Annotations
10 warnings
|
LiteDB/Engine/Disk/Serializer/BufferWriter.cs#L363
The 'ref' modifier for argument 2 corresponding to 'in' parameter is equivalent to 'in'. Consider using 'in' instead.
|
|
LiteDB/Engine/Disk/Streams/AesStream.cs#L93
'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)
|
|
LiteDB/Engine/Disk/Serializer/BufferWriter.cs#L309
The 'ref' modifier for argument 2 corresponding to 'in' parameter is equivalent to 'in'. Consider using 'in' instead.
|
|
LiteDB/Engine/Disk/Serializer/BufferWriter.cs#L302
The 'ref' modifier for argument 2 corresponding to 'in' parameter is equivalent to 'in'. Consider using 'in' instead.
|
|
LiteDB/Engine/FileReader/Legacy/AesEncryption.cs#L21
'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)
|
|
LiteDB/Client/Mapper/BsonMapper.Deserialize.cs#L26
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
|
LiteDB/Document/BsonVector.cs#L14
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
|
LiteDB/Engine/FileReader/FileReaderV8.cs#L23
Field 'FileReaderV8.PageInfo.PageType' is never assigned to, and will always have its default value
|
|
LiteDB/Document/BsonVector.cs#L14
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
|
LiteDB/Client/Mapper/BsonMapper.Deserialize.cs#L26
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
The logs for this run have expired and are no longer available.
Loading