961 lines
41 KiB
JSON
961 lines
41 KiB
JSON
{
|
|
"files": [
|
|
{
|
|
"file": "/Users/dohertj2/Desktop/CBDD/src/CBDD.Bson/BsonSpanWriter.cs",
|
|
"total": 30,
|
|
"error": 16,
|
|
"warning": 14,
|
|
"issues": [
|
|
{
|
|
"FILE": "/Users/dohertj2/Desktop/CBDD/src/CBDD.Bson/BsonSpanWriter.cs",
|
|
"LINE": 17,
|
|
"CATEGORY": "MissingDoc",
|
|
"SEVERITY": "Error",
|
|
"MEMBER": "Constructor",
|
|
"SIGNATURE": "BsonSpanWriter(Span<byte> buffer, System.Collections.Concurrent.ConcurrentDictionary<string, ushort> keyMap)",
|
|
"MESSAGE": "Constructor 'BsonSpanWriter(Span<byte> buffer, System.Collections.Concurrent.ConcurrentDictionary<string, ushort> keyMap)' is missing XML documentation."
|
|
},
|
|
{
|
|
"FILE": "/Users/dohertj2/Desktop/CBDD/src/CBDD.Bson/BsonSpanWriter.cs",
|
|
"LINE": 24,
|
|
"CATEGORY": "MissingDoc",
|
|
"SEVERITY": "Error",
|
|
"MEMBER": "Property",
|
|
"SIGNATURE": "Position",
|
|
"MESSAGE": "Property 'Position' is missing XML documentation"
|
|
},
|
|
{
|
|
"FILE": "/Users/dohertj2/Desktop/CBDD/src/CBDD.Bson/BsonSpanWriter.cs",
|
|
"LINE": 25,
|
|
"CATEGORY": "MissingDoc",
|
|
"SEVERITY": "Error",
|
|
"MEMBER": "Property",
|
|
"SIGNATURE": "Remaining",
|
|
"MESSAGE": "Property 'Remaining' is missing XML documentation"
|
|
},
|
|
{
|
|
"FILE": "/Users/dohertj2/Desktop/CBDD/src/CBDD.Bson/BsonSpanWriter.cs",
|
|
"LINE": 41,
|
|
"CATEGORY": "MissingParam",
|
|
"SEVERITY": "Warning",
|
|
"MEMBER": "Method",
|
|
"SIGNATURE": "PatchDocumentSize(int sizePosition)",
|
|
"MESSAGE": "Method 'PatchDocumentSize(int sizePosition)' is missing <param name=\"sizePosition\"> documentation."
|
|
},
|
|
{
|
|
"FILE": "/Users/dohertj2/Desktop/CBDD/src/CBDD.Bson/BsonSpanWriter.cs",
|
|
"LINE": 50,
|
|
"CATEGORY": "MissingParam",
|
|
"SEVERITY": "Warning",
|
|
"MEMBER": "Method",
|
|
"SIGNATURE": "WriteElementHeader(BsonType type, string name)",
|
|
"MESSAGE": "Method 'WriteElementHeader(BsonType type, string name)' is missing <param name=\"name\"> documentation."
|
|
},
|
|
{
|
|
"FILE": "/Users/dohertj2/Desktop/CBDD/src/CBDD.Bson/BsonSpanWriter.cs",
|
|
"LINE": 50,
|
|
"CATEGORY": "MissingParam",
|
|
"SEVERITY": "Warning",
|
|
"MEMBER": "Method",
|
|
"SIGNATURE": "WriteElementHeader(BsonType type, string name)",
|
|
"MESSAGE": "Method 'WriteElementHeader(BsonType type, string name)' is missing <param name=\"type\"> documentation."
|
|
},
|
|
{
|
|
"FILE": "/Users/dohertj2/Desktop/CBDD/src/CBDD.Bson/BsonSpanWriter.cs",
|
|
"LINE": 87,
|
|
"CATEGORY": "MissingParam",
|
|
"SEVERITY": "Warning",
|
|
"MEMBER": "Method",
|
|
"SIGNATURE": "WriteString(string name, string value)",
|
|
"MESSAGE": "Method 'WriteString(string name, string value)' is missing <param name=\"value\"> documentation."
|
|
},
|
|
{
|
|
"FILE": "/Users/dohertj2/Desktop/CBDD/src/CBDD.Bson/BsonSpanWriter.cs",
|
|
"LINE": 87,
|
|
"CATEGORY": "MissingParam",
|
|
"SEVERITY": "Warning",
|
|
"MEMBER": "Method",
|
|
"SIGNATURE": "WriteString(string name, string value)",
|
|
"MESSAGE": "Method 'WriteString(string name, string value)' is missing <param name=\"name\"> documentation."
|
|
},
|
|
{
|
|
"FILE": "/Users/dohertj2/Desktop/CBDD/src/CBDD.Bson/BsonSpanWriter.cs",
|
|
"LINE": 104,
|
|
"CATEGORY": "MissingDoc",
|
|
"SEVERITY": "Error",
|
|
"MEMBER": "Method",
|
|
"SIGNATURE": "WriteInt32(string name, int value)",
|
|
"MESSAGE": "Method 'WriteInt32(string name, int value)' is missing XML documentation."
|
|
},
|
|
{
|
|
"FILE": "/Users/dohertj2/Desktop/CBDD/src/CBDD.Bson/BsonSpanWriter.cs",
|
|
"LINE": 111,
|
|
"CATEGORY": "MissingDoc",
|
|
"SEVERITY": "Error",
|
|
"MEMBER": "Method",
|
|
"SIGNATURE": "WriteInt64(string name, long value)",
|
|
"MESSAGE": "Method 'WriteInt64(string name, long value)' is missing XML documentation."
|
|
},
|
|
{
|
|
"FILE": "/Users/dohertj2/Desktop/CBDD/src/CBDD.Bson/BsonSpanWriter.cs",
|
|
"LINE": 118,
|
|
"CATEGORY": "MissingDoc",
|
|
"SEVERITY": "Error",
|
|
"MEMBER": "Method",
|
|
"SIGNATURE": "WriteDouble(string name, double value)",
|
|
"MESSAGE": "Method 'WriteDouble(string name, double value)' is missing XML documentation."
|
|
},
|
|
{
|
|
"FILE": "/Users/dohertj2/Desktop/CBDD/src/CBDD.Bson/BsonSpanWriter.cs",
|
|
"LINE": 129,
|
|
"CATEGORY": "MissingParam",
|
|
"SEVERITY": "Warning",
|
|
"MEMBER": "Method",
|
|
"SIGNATURE": "WriteCoordinates(string name, (double, double) coordinates)",
|
|
"MESSAGE": "Method 'WriteCoordinates(string name, (double, double) coordinates)' is missing <param name=\"coordinates\"> documentation."
|
|
},
|
|
{
|
|
"FILE": "/Users/dohertj2/Desktop/CBDD/src/CBDD.Bson/BsonSpanWriter.cs",
|
|
"LINE": 129,
|
|
"CATEGORY": "MissingParam",
|
|
"SEVERITY": "Warning",
|
|
"MEMBER": "Method",
|
|
"SIGNATURE": "WriteCoordinates(string name, (double, double) coordinates)",
|
|
"MESSAGE": "Method 'WriteCoordinates(string name, (double, double) coordinates)' is missing <param name=\"name\"> documentation."
|
|
},
|
|
{
|
|
"FILE": "/Users/dohertj2/Desktop/CBDD/src/CBDD.Bson/BsonSpanWriter.cs",
|
|
"LINE": 157,
|
|
"CATEGORY": "MissingDoc",
|
|
"SEVERITY": "Error",
|
|
"MEMBER": "Method",
|
|
"SIGNATURE": "WriteDecimal128(string name, decimal value)",
|
|
"MESSAGE": "Method 'WriteDecimal128(string name, decimal value)' is missing XML documentation."
|
|
},
|
|
{
|
|
"FILE": "/Users/dohertj2/Desktop/CBDD/src/CBDD.Bson/BsonSpanWriter.cs",
|
|
"LINE": 170,
|
|
"CATEGORY": "MissingDoc",
|
|
"SEVERITY": "Error",
|
|
"MEMBER": "Method",
|
|
"SIGNATURE": "WriteBoolean(string name, bool value)",
|
|
"MESSAGE": "Method 'WriteBoolean(string name, bool value)' is missing XML documentation."
|
|
},
|
|
{
|
|
"FILE": "/Users/dohertj2/Desktop/CBDD/src/CBDD.Bson/BsonSpanWriter.cs",
|
|
"LINE": 177,
|
|
"CATEGORY": "MissingDoc",
|
|
"SEVERITY": "Error",
|
|
"MEMBER": "Method",
|
|
"SIGNATURE": "WriteDateTime(string name, DateTime value)",
|
|
"MESSAGE": "Method 'WriteDateTime(string name, DateTime value)' is missing XML documentation."
|
|
},
|
|
{
|
|
"FILE": "/Users/dohertj2/Desktop/CBDD/src/CBDD.Bson/BsonSpanWriter.cs",
|
|
"LINE": 185,
|
|
"CATEGORY": "MissingDoc",
|
|
"SEVERITY": "Error",
|
|
"MEMBER": "Method",
|
|
"SIGNATURE": "WriteDateTimeOffset(string name, DateTimeOffset value)",
|
|
"MESSAGE": "Method 'WriteDateTimeOffset(string name, DateTimeOffset value)' is missing XML documentation."
|
|
},
|
|
{
|
|
"FILE": "/Users/dohertj2/Desktop/CBDD/src/CBDD.Bson/BsonSpanWriter.cs",
|
|
"LINE": 193,
|
|
"CATEGORY": "MissingDoc",
|
|
"SEVERITY": "Error",
|
|
"MEMBER": "Method",
|
|
"SIGNATURE": "WriteTimeSpan(string name, TimeSpan value)",
|
|
"MESSAGE": "Method 'WriteTimeSpan(string name, TimeSpan value)' is missing XML documentation."
|
|
},
|
|
{
|
|
"FILE": "/Users/dohertj2/Desktop/CBDD/src/CBDD.Bson/BsonSpanWriter.cs",
|
|
"LINE": 200,
|
|
"CATEGORY": "MissingDoc",
|
|
"SEVERITY": "Error",
|
|
"MEMBER": "Method",
|
|
"SIGNATURE": "WriteDateOnly(string name, DateOnly value)",
|
|
"MESSAGE": "Method 'WriteDateOnly(string name, DateOnly value)' is missing XML documentation."
|
|
},
|
|
{
|
|
"FILE": "/Users/dohertj2/Desktop/CBDD/src/CBDD.Bson/BsonSpanWriter.cs",
|
|
"LINE": 207,
|
|
"CATEGORY": "MissingDoc",
|
|
"SEVERITY": "Error",
|
|
"MEMBER": "Method",
|
|
"SIGNATURE": "WriteTimeOnly(string name, TimeOnly value)",
|
|
"MESSAGE": "Method 'WriteTimeOnly(string name, TimeOnly value)' is missing XML documentation."
|
|
},
|
|
{
|
|
"FILE": "/Users/dohertj2/Desktop/CBDD/src/CBDD.Bson/BsonSpanWriter.cs",
|
|
"LINE": 214,
|
|
"CATEGORY": "MissingDoc",
|
|
"SEVERITY": "Error",
|
|
"MEMBER": "Method",
|
|
"SIGNATURE": "WriteGuid(string name, Guid value)",
|
|
"MESSAGE": "Method 'WriteGuid(string name, Guid value)' is missing XML documentation."
|
|
},
|
|
{
|
|
"FILE": "/Users/dohertj2/Desktop/CBDD/src/CBDD.Bson/BsonSpanWriter.cs",
|
|
"LINE": 219,
|
|
"CATEGORY": "MissingDoc",
|
|
"SEVERITY": "Error",
|
|
"MEMBER": "Method",
|
|
"SIGNATURE": "WriteObjectId(string name, ObjectId value)",
|
|
"MESSAGE": "Method 'WriteObjectId(string name, ObjectId value)' is missing XML documentation."
|
|
},
|
|
{
|
|
"FILE": "/Users/dohertj2/Desktop/CBDD/src/CBDD.Bson/BsonSpanWriter.cs",
|
|
"LINE": 226,
|
|
"CATEGORY": "MissingDoc",
|
|
"SEVERITY": "Error",
|
|
"MEMBER": "Method",
|
|
"SIGNATURE": "WriteNull(string name)",
|
|
"MESSAGE": "Method 'WriteNull(string name)' is missing XML documentation."
|
|
},
|
|
{
|
|
"FILE": "/Users/dohertj2/Desktop/CBDD/src/CBDD.Bson/BsonSpanWriter.cs",
|
|
"LINE": 235,
|
|
"CATEGORY": "MissingParam",
|
|
"SEVERITY": "Warning",
|
|
"MEMBER": "Method",
|
|
"SIGNATURE": "WriteBinary(string name, ReadOnlySpan<byte> data, byte subtype)",
|
|
"MESSAGE": "Method 'WriteBinary(string name, ReadOnlySpan<byte> data, byte subtype)' is missing <param name=\"subtype\"> documentation."
|
|
},
|
|
{
|
|
"FILE": "/Users/dohertj2/Desktop/CBDD/src/CBDD.Bson/BsonSpanWriter.cs",
|
|
"LINE": 235,
|
|
"CATEGORY": "MissingParam",
|
|
"SEVERITY": "Warning",
|
|
"MEMBER": "Method",
|
|
"SIGNATURE": "WriteBinary(string name, ReadOnlySpan<byte> data, byte subtype)",
|
|
"MESSAGE": "Method 'WriteBinary(string name, ReadOnlySpan<byte> data, byte subtype)' is missing <param name=\"data\"> documentation."
|
|
},
|
|
{
|
|
"FILE": "/Users/dohertj2/Desktop/CBDD/src/CBDD.Bson/BsonSpanWriter.cs",
|
|
"LINE": 235,
|
|
"CATEGORY": "MissingParam",
|
|
"SEVERITY": "Warning",
|
|
"MEMBER": "Method",
|
|
"SIGNATURE": "WriteBinary(string name, ReadOnlySpan<byte> data, byte subtype)",
|
|
"MESSAGE": "Method 'WriteBinary(string name, ReadOnlySpan<byte> data, byte subtype)' is missing <param name=\"name\"> documentation."
|
|
},
|
|
{
|
|
"FILE": "/Users/dohertj2/Desktop/CBDD/src/CBDD.Bson/BsonSpanWriter.cs",
|
|
"LINE": 252,
|
|
"CATEGORY": "MissingParam",
|
|
"SEVERITY": "Warning",
|
|
"MEMBER": "Method",
|
|
"SIGNATURE": "BeginDocument(string name)",
|
|
"MESSAGE": "Method 'BeginDocument(string name)' is missing <param name=\"name\"> documentation."
|
|
},
|
|
{
|
|
"FILE": "/Users/dohertj2/Desktop/CBDD/src/CBDD.Bson/BsonSpanWriter.cs",
|
|
"LINE": 269,
|
|
"CATEGORY": "MissingParam",
|
|
"SEVERITY": "Warning",
|
|
"MEMBER": "Method",
|
|
"SIGNATURE": "EndDocument(int sizePosition)",
|
|
"MESSAGE": "Method 'EndDocument(int sizePosition)' is missing <param name=\"sizePosition\"> documentation."
|
|
},
|
|
{
|
|
"FILE": "/Users/dohertj2/Desktop/CBDD/src/CBDD.Bson/BsonSpanWriter.cs",
|
|
"LINE": 278,
|
|
"CATEGORY": "MissingParam",
|
|
"SEVERITY": "Warning",
|
|
"MEMBER": "Method",
|
|
"SIGNATURE": "BeginArray(string name)",
|
|
"MESSAGE": "Method 'BeginArray(string name)' is missing <param name=\"name\"> documentation."
|
|
},
|
|
{
|
|
"FILE": "/Users/dohertj2/Desktop/CBDD/src/CBDD.Bson/BsonSpanWriter.cs",
|
|
"LINE": 287,
|
|
"CATEGORY": "MissingParam",
|
|
"SEVERITY": "Warning",
|
|
"MEMBER": "Method",
|
|
"SIGNATURE": "EndArray(int sizePosition)",
|
|
"MESSAGE": "Method 'EndArray(int sizePosition)' is missing <param name=\"sizePosition\"> documentation."
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"file": "/Users/dohertj2/Desktop/CBDD/src/CBDD.Core/Indexing/BTreeIndex.cs",
|
|
"total": 27,
|
|
"error": 11,
|
|
"warning": 16,
|
|
"issues": [
|
|
{
|
|
"FILE": "/Users/dohertj2/Desktop/CBDD/src/CBDD.Core/Indexing/BTreeIndex.cs",
|
|
"LINE": 19,
|
|
"CATEGORY": "MissingDoc",
|
|
"SEVERITY": "Error",
|
|
"MEMBER": "Constructor",
|
|
"SIGNATURE": "BTreeIndex(StorageEngine storage, IndexOptions options, uint rootPageId)",
|
|
"MESSAGE": "Constructor 'BTreeIndex(StorageEngine storage, IndexOptions options, uint rootPageId)' is missing XML documentation."
|
|
},
|
|
{
|
|
"FILE": "/Users/dohertj2/Desktop/CBDD/src/CBDD.Core/Indexing/BTreeIndex.cs",
|
|
"LINE": 68,
|
|
"CATEGORY": "MissingDoc",
|
|
"SEVERITY": "Error",
|
|
"MEMBER": "Property",
|
|
"SIGNATURE": "RootPageId",
|
|
"MESSAGE": "Property 'RootPageId' is missing XML documentation"
|
|
},
|
|
{
|
|
"FILE": "/Users/dohertj2/Desktop/CBDD/src/CBDD.Core/Indexing/BTreeIndex.cs",
|
|
"LINE": 74,
|
|
"CATEGORY": "MissingParam",
|
|
"SEVERITY": "Warning",
|
|
"MEMBER": "Method",
|
|
"SIGNATURE": "ReadPage(uint pageId, ulong transactionId, Span<byte> destination)",
|
|
"MESSAGE": "Method 'ReadPage(uint pageId, ulong transactionId, Span<byte> destination)' is missing <param name=\"destination\"> documentation."
|
|
},
|
|
{
|
|
"FILE": "/Users/dohertj2/Desktop/CBDD/src/CBDD.Core/Indexing/BTreeIndex.cs",
|
|
"LINE": 74,
|
|
"CATEGORY": "MissingParam",
|
|
"SEVERITY": "Warning",
|
|
"MEMBER": "Method",
|
|
"SIGNATURE": "ReadPage(uint pageId, ulong transactionId, Span<byte> destination)",
|
|
"MESSAGE": "Method 'ReadPage(uint pageId, ulong transactionId, Span<byte> destination)' is missing <param name=\"transactionId\"> documentation."
|
|
},
|
|
{
|
|
"FILE": "/Users/dohertj2/Desktop/CBDD/src/CBDD.Core/Indexing/BTreeIndex.cs",
|
|
"LINE": 74,
|
|
"CATEGORY": "MissingParam",
|
|
"SEVERITY": "Warning",
|
|
"MEMBER": "Method",
|
|
"SIGNATURE": "ReadPage(uint pageId, ulong transactionId, Span<byte> destination)",
|
|
"MESSAGE": "Method 'ReadPage(uint pageId, ulong transactionId, Span<byte> destination)' is missing <param name=\"pageId\"> documentation."
|
|
},
|
|
{
|
|
"FILE": "/Users/dohertj2/Desktop/CBDD/src/CBDD.Core/Indexing/BTreeIndex.cs",
|
|
"LINE": 90,
|
|
"CATEGORY": "MissingParam",
|
|
"SEVERITY": "Warning",
|
|
"MEMBER": "Method",
|
|
"SIGNATURE": "Insert(IndexKey key, DocumentLocation location, ulong? transactionId)",
|
|
"MESSAGE": "Method 'Insert(IndexKey key, DocumentLocation location, ulong? transactionId)' is missing <param name=\"transactionId\"> documentation."
|
|
},
|
|
{
|
|
"FILE": "/Users/dohertj2/Desktop/CBDD/src/CBDD.Core/Indexing/BTreeIndex.cs",
|
|
"LINE": 90,
|
|
"CATEGORY": "MissingParam",
|
|
"SEVERITY": "Warning",
|
|
"MEMBER": "Method",
|
|
"SIGNATURE": "Insert(IndexKey key, DocumentLocation location, ulong? transactionId)",
|
|
"MESSAGE": "Method 'Insert(IndexKey key, DocumentLocation location, ulong? transactionId)' is missing <param name=\"location\"> documentation."
|
|
},
|
|
{
|
|
"FILE": "/Users/dohertj2/Desktop/CBDD/src/CBDD.Core/Indexing/BTreeIndex.cs",
|
|
"LINE": 90,
|
|
"CATEGORY": "MissingParam",
|
|
"SEVERITY": "Warning",
|
|
"MEMBER": "Method",
|
|
"SIGNATURE": "Insert(IndexKey key, DocumentLocation location, ulong? transactionId)",
|
|
"MESSAGE": "Method 'Insert(IndexKey key, DocumentLocation location, ulong? transactionId)' is missing <param name=\"key\"> documentation."
|
|
},
|
|
{
|
|
"FILE": "/Users/dohertj2/Desktop/CBDD/src/CBDD.Core/Indexing/BTreeIndex.cs",
|
|
"LINE": 128,
|
|
"CATEGORY": "MissingParam",
|
|
"SEVERITY": "Warning",
|
|
"MEMBER": "Method",
|
|
"SIGNATURE": "TryFind(IndexKey key, DocumentLocation location, ulong? transactionId)",
|
|
"MESSAGE": "Method 'TryFind(IndexKey key, DocumentLocation location, ulong? transactionId)' is missing <param name=\"transactionId\"> documentation."
|
|
},
|
|
{
|
|
"FILE": "/Users/dohertj2/Desktop/CBDD/src/CBDD.Core/Indexing/BTreeIndex.cs",
|
|
"LINE": 128,
|
|
"CATEGORY": "MissingParam",
|
|
"SEVERITY": "Warning",
|
|
"MEMBER": "Method",
|
|
"SIGNATURE": "TryFind(IndexKey key, DocumentLocation location, ulong? transactionId)",
|
|
"MESSAGE": "Method 'TryFind(IndexKey key, DocumentLocation location, ulong? transactionId)' is missing <param name=\"location\"> documentation."
|
|
},
|
|
{
|
|
"FILE": "/Users/dohertj2/Desktop/CBDD/src/CBDD.Core/Indexing/BTreeIndex.cs",
|
|
"LINE": 128,
|
|
"CATEGORY": "MissingParam",
|
|
"SEVERITY": "Warning",
|
|
"MEMBER": "Method",
|
|
"SIGNATURE": "TryFind(IndexKey key, DocumentLocation location, ulong? transactionId)",
|
|
"MESSAGE": "Method 'TryFind(IndexKey key, DocumentLocation location, ulong? transactionId)' is missing <param name=\"key\"> documentation."
|
|
},
|
|
{
|
|
"FILE": "/Users/dohertj2/Desktop/CBDD/src/CBDD.Core/Indexing/BTreeIndex.cs",
|
|
"LINE": 167,
|
|
"CATEGORY": "MissingParam",
|
|
"SEVERITY": "Warning",
|
|
"MEMBER": "Method",
|
|
"SIGNATURE": "Range(IndexKey minKey, IndexKey maxKey, IndexDirection direction, ulong? transactionId)",
|
|
"MESSAGE": "Method 'Range(IndexKey minKey, IndexKey maxKey, IndexDirection direction, ulong? transactionId)' is missing <param name=\"transactionId\"> documentation."
|
|
},
|
|
{
|
|
"FILE": "/Users/dohertj2/Desktop/CBDD/src/CBDD.Core/Indexing/BTreeIndex.cs",
|
|
"LINE": 167,
|
|
"CATEGORY": "MissingParam",
|
|
"SEVERITY": "Warning",
|
|
"MEMBER": "Method",
|
|
"SIGNATURE": "Range(IndexKey minKey, IndexKey maxKey, IndexDirection direction, ulong? transactionId)",
|
|
"MESSAGE": "Method 'Range(IndexKey minKey, IndexKey maxKey, IndexDirection direction, ulong? transactionId)' is missing <param name=\"direction\"> documentation."
|
|
},
|
|
{
|
|
"FILE": "/Users/dohertj2/Desktop/CBDD/src/CBDD.Core/Indexing/BTreeIndex.cs",
|
|
"LINE": 167,
|
|
"CATEGORY": "MissingParam",
|
|
"SEVERITY": "Warning",
|
|
"MEMBER": "Method",
|
|
"SIGNATURE": "Range(IndexKey minKey, IndexKey maxKey, IndexDirection direction, ulong? transactionId)",
|
|
"MESSAGE": "Method 'Range(IndexKey minKey, IndexKey maxKey, IndexDirection direction, ulong? transactionId)' is missing <param name=\"maxKey\"> documentation."
|
|
},
|
|
{
|
|
"FILE": "/Users/dohertj2/Desktop/CBDD/src/CBDD.Core/Indexing/BTreeIndex.cs",
|
|
"LINE": 167,
|
|
"CATEGORY": "MissingParam",
|
|
"SEVERITY": "Warning",
|
|
"MEMBER": "Method",
|
|
"SIGNATURE": "Range(IndexKey minKey, IndexKey maxKey, IndexDirection direction, ulong? transactionId)",
|
|
"MESSAGE": "Method 'Range(IndexKey minKey, IndexKey maxKey, IndexDirection direction, ulong? transactionId)' is missing <param name=\"minKey\"> documentation."
|
|
},
|
|
{
|
|
"FILE": "/Users/dohertj2/Desktop/CBDD/src/CBDD.Core/Indexing/BTreeIndex.cs",
|
|
"LINE": 259,
|
|
"CATEGORY": "MissingDoc",
|
|
"SEVERITY": "Error",
|
|
"MEMBER": "Method",
|
|
"SIGNATURE": "FindLeafNode(IndexKey key, ulong transactionId)",
|
|
"MESSAGE": "Method 'FindLeafNode(IndexKey key, ulong transactionId)' is missing XML documentation."
|
|
},
|
|
{
|
|
"FILE": "/Users/dohertj2/Desktop/CBDD/src/CBDD.Core/Indexing/BTreeIndex.cs",
|
|
"LINE": 327,
|
|
"CATEGORY": "MissingDoc",
|
|
"SEVERITY": "Error",
|
|
"MEMBER": "Method",
|
|
"SIGNATURE": "CreateCursor(ulong transactionId)",
|
|
"MESSAGE": "Method 'CreateCursor(ulong transactionId)' is missing XML documentation."
|
|
},
|
|
{
|
|
"FILE": "/Users/dohertj2/Desktop/CBDD/src/CBDD.Core/Indexing/BTreeIndex.cs",
|
|
"LINE": 334,
|
|
"CATEGORY": "MissingDoc",
|
|
"SEVERITY": "Error",
|
|
"MEMBER": "Method",
|
|
"SIGNATURE": "Equal(IndexKey key, ulong transactionId)",
|
|
"MESSAGE": "Method 'Equal(IndexKey key, ulong transactionId)' is missing XML documentation."
|
|
},
|
|
{
|
|
"FILE": "/Users/dohertj2/Desktop/CBDD/src/CBDD.Core/Indexing/BTreeIndex.cs",
|
|
"LINE": 347,
|
|
"CATEGORY": "MissingDoc",
|
|
"SEVERITY": "Error",
|
|
"MEMBER": "Method",
|
|
"SIGNATURE": "GreaterThan(IndexKey key, bool orEqual, ulong transactionId)",
|
|
"MESSAGE": "Method 'GreaterThan(IndexKey key, bool orEqual, ulong transactionId)' is missing XML documentation."
|
|
},
|
|
{
|
|
"FILE": "/Users/dohertj2/Desktop/CBDD/src/CBDD.Core/Indexing/BTreeIndex.cs",
|
|
"LINE": 364,
|
|
"CATEGORY": "MissingDoc",
|
|
"SEVERITY": "Error",
|
|
"MEMBER": "Method",
|
|
"SIGNATURE": "LessThan(IndexKey key, bool orEqual, ulong transactionId)",
|
|
"MESSAGE": "Method 'LessThan(IndexKey key, bool orEqual, ulong transactionId)' is missing XML documentation."
|
|
},
|
|
{
|
|
"FILE": "/Users/dohertj2/Desktop/CBDD/src/CBDD.Core/Indexing/BTreeIndex.cs",
|
|
"LINE": 390,
|
|
"CATEGORY": "MissingDoc",
|
|
"SEVERITY": "Error",
|
|
"MEMBER": "Method",
|
|
"SIGNATURE": "Between(IndexKey start, IndexKey end, bool startInclusive, bool endInclusive, ulong transactionId)",
|
|
"MESSAGE": "Method 'Between(IndexKey start, IndexKey end, bool startInclusive, bool endInclusive, ulong transactionId)' is missing XML documentation."
|
|
},
|
|
{
|
|
"FILE": "/Users/dohertj2/Desktop/CBDD/src/CBDD.Core/Indexing/BTreeIndex.cs",
|
|
"LINE": 412,
|
|
"CATEGORY": "MissingDoc",
|
|
"SEVERITY": "Error",
|
|
"MEMBER": "Method",
|
|
"SIGNATURE": "StartsWith(string prefix, ulong transactionId)",
|
|
"MESSAGE": "Method 'StartsWith(string prefix, ulong transactionId)' is missing XML documentation."
|
|
},
|
|
{
|
|
"FILE": "/Users/dohertj2/Desktop/CBDD/src/CBDD.Core/Indexing/BTreeIndex.cs",
|
|
"LINE": 432,
|
|
"CATEGORY": "MissingDoc",
|
|
"SEVERITY": "Error",
|
|
"MEMBER": "Method",
|
|
"SIGNATURE": "In(IEnumerable<IndexKey> keys, ulong transactionId)",
|
|
"MESSAGE": "Method 'In(IEnumerable<IndexKey> keys, ulong transactionId)' is missing XML documentation."
|
|
},
|
|
{
|
|
"FILE": "/Users/dohertj2/Desktop/CBDD/src/CBDD.Core/Indexing/BTreeIndex.cs",
|
|
"LINE": 446,
|
|
"CATEGORY": "MissingDoc",
|
|
"SEVERITY": "Error",
|
|
"MEMBER": "Method",
|
|
"SIGNATURE": "Like(string pattern, ulong transactionId)",
|
|
"MESSAGE": "Method 'Like(string pattern, ulong transactionId)' is missing XML documentation."
|
|
},
|
|
{
|
|
"FILE": "/Users/dohertj2/Desktop/CBDD/src/CBDD.Core/Indexing/BTreeIndex.cs",
|
|
"LINE": 921,
|
|
"CATEGORY": "MissingParam",
|
|
"SEVERITY": "Warning",
|
|
"MEMBER": "Method",
|
|
"SIGNATURE": "Delete(IndexKey key, DocumentLocation location, ulong? transactionId)",
|
|
"MESSAGE": "Method 'Delete(IndexKey key, DocumentLocation location, ulong? transactionId)' is missing <param name=\"transactionId\"> documentation."
|
|
},
|
|
{
|
|
"FILE": "/Users/dohertj2/Desktop/CBDD/src/CBDD.Core/Indexing/BTreeIndex.cs",
|
|
"LINE": 921,
|
|
"CATEGORY": "MissingParam",
|
|
"SEVERITY": "Warning",
|
|
"MEMBER": "Method",
|
|
"SIGNATURE": "Delete(IndexKey key, DocumentLocation location, ulong? transactionId)",
|
|
"MESSAGE": "Method 'Delete(IndexKey key, DocumentLocation location, ulong? transactionId)' is missing <param name=\"location\"> documentation."
|
|
},
|
|
{
|
|
"FILE": "/Users/dohertj2/Desktop/CBDD/src/CBDD.Core/Indexing/BTreeIndex.cs",
|
|
"LINE": 921,
|
|
"CATEGORY": "MissingParam",
|
|
"SEVERITY": "Warning",
|
|
"MEMBER": "Method",
|
|
"SIGNATURE": "Delete(IndexKey key, DocumentLocation location, ulong? transactionId)",
|
|
"MESSAGE": "Method 'Delete(IndexKey key, DocumentLocation location, ulong? transactionId)' is missing <param name=\"key\"> documentation."
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"file": "/Users/dohertj2/Desktop/CBDD/src/CBDD.SourceGenerators/MapperGenerator.cs",
|
|
"total": 10,
|
|
"error": 10,
|
|
"warning": 0,
|
|
"issues": [
|
|
{
|
|
"FILE": "/Users/dohertj2/Desktop/CBDD/src/CBDD.SourceGenerators/MapperGenerator.cs",
|
|
"LINE": 13,
|
|
"CATEGORY": "MissingDoc",
|
|
"SEVERITY": "Error",
|
|
"MEMBER": "Property",
|
|
"SIGNATURE": "ClassName",
|
|
"MESSAGE": "Property 'ClassName' is missing XML documentation"
|
|
},
|
|
{
|
|
"FILE": "/Users/dohertj2/Desktop/CBDD/src/CBDD.SourceGenerators/MapperGenerator.cs",
|
|
"LINE": 14,
|
|
"CATEGORY": "MissingDoc",
|
|
"SEVERITY": "Error",
|
|
"MEMBER": "Property",
|
|
"SIGNATURE": "FullClassName",
|
|
"MESSAGE": "Property 'FullClassName' is missing XML documentation"
|
|
},
|
|
{
|
|
"FILE": "/Users/dohertj2/Desktop/CBDD/src/CBDD.SourceGenerators/MapperGenerator.cs",
|
|
"LINE": 15,
|
|
"CATEGORY": "MissingDoc",
|
|
"SEVERITY": "Error",
|
|
"MEMBER": "Property",
|
|
"SIGNATURE": "Namespace",
|
|
"MESSAGE": "Property 'Namespace' is missing XML documentation"
|
|
},
|
|
{
|
|
"FILE": "/Users/dohertj2/Desktop/CBDD/src/CBDD.SourceGenerators/MapperGenerator.cs",
|
|
"LINE": 16,
|
|
"CATEGORY": "MissingDoc",
|
|
"SEVERITY": "Error",
|
|
"MEMBER": "Property",
|
|
"SIGNATURE": "FilePath",
|
|
"MESSAGE": "Property 'FilePath' is missing XML documentation"
|
|
},
|
|
{
|
|
"FILE": "/Users/dohertj2/Desktop/CBDD/src/CBDD.SourceGenerators/MapperGenerator.cs",
|
|
"LINE": 17,
|
|
"CATEGORY": "MissingDoc",
|
|
"SEVERITY": "Error",
|
|
"MEMBER": "Property",
|
|
"SIGNATURE": "IsNested",
|
|
"MESSAGE": "Property 'IsNested' is missing XML documentation"
|
|
},
|
|
{
|
|
"FILE": "/Users/dohertj2/Desktop/CBDD/src/CBDD.SourceGenerators/MapperGenerator.cs",
|
|
"LINE": 18,
|
|
"CATEGORY": "MissingDoc",
|
|
"SEVERITY": "Error",
|
|
"MEMBER": "Property",
|
|
"SIGNATURE": "IsPartial",
|
|
"MESSAGE": "Property 'IsPartial' is missing XML documentation"
|
|
},
|
|
{
|
|
"FILE": "/Users/dohertj2/Desktop/CBDD/src/CBDD.SourceGenerators/MapperGenerator.cs",
|
|
"LINE": 19,
|
|
"CATEGORY": "MissingDoc",
|
|
"SEVERITY": "Error",
|
|
"MEMBER": "Property",
|
|
"SIGNATURE": "HasBaseDbContext",
|
|
"MESSAGE": "Property 'HasBaseDbContext' is missing XML documentation"
|
|
},
|
|
{
|
|
"FILE": "/Users/dohertj2/Desktop/CBDD/src/CBDD.SourceGenerators/MapperGenerator.cs",
|
|
"LINE": 20,
|
|
"CATEGORY": "MissingDoc",
|
|
"SEVERITY": "Error",
|
|
"MEMBER": "Property",
|
|
"SIGNATURE": "Entities",
|
|
"MESSAGE": "Property 'Entities' is missing XML documentation"
|
|
},
|
|
{
|
|
"FILE": "/Users/dohertj2/Desktop/CBDD/src/CBDD.SourceGenerators/MapperGenerator.cs",
|
|
"LINE": 21,
|
|
"CATEGORY": "MissingDoc",
|
|
"SEVERITY": "Error",
|
|
"MEMBER": "Property",
|
|
"SIGNATURE": "GlobalNestedTypes",
|
|
"MESSAGE": "Property 'GlobalNestedTypes' is missing XML documentation"
|
|
},
|
|
{
|
|
"FILE": "/Users/dohertj2/Desktop/CBDD/src/CBDD.SourceGenerators/MapperGenerator.cs",
|
|
"LINE": 27,
|
|
"CATEGORY": "MissingDoc",
|
|
"SEVERITY": "Error",
|
|
"MEMBER": "Method",
|
|
"SIGNATURE": "Initialize(IncrementalGeneratorInitializationContext context)",
|
|
"MESSAGE": "Method 'Initialize(IncrementalGeneratorInitializationContext context)' is missing XML documentation."
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"file": "/Users/dohertj2/Desktop/CBDD/src/CBDD.Core/Indexing/Internal/GeoTypes.cs",
|
|
"total": 8,
|
|
"error": 8,
|
|
"warning": 0,
|
|
"issues": [
|
|
{
|
|
"FILE": "/Users/dohertj2/Desktop/CBDD/src/CBDD.Core/Indexing/Internal/GeoTypes.cs",
|
|
"LINE": 9,
|
|
"CATEGORY": "MissingDoc",
|
|
"SEVERITY": "Error",
|
|
"MEMBER": "Property",
|
|
"SIGNATURE": "Empty",
|
|
"MESSAGE": "Property 'Empty' is missing XML documentation"
|
|
},
|
|
{
|
|
"FILE": "/Users/dohertj2/Desktop/CBDD/src/CBDD.Core/Indexing/Internal/GeoTypes.cs",
|
|
"LINE": 18,
|
|
"CATEGORY": "MissingDoc",
|
|
"SEVERITY": "Error",
|
|
"MEMBER": "Property",
|
|
"SIGNATURE": "Empty",
|
|
"MESSAGE": "Property 'Empty' is missing XML documentation"
|
|
},
|
|
{
|
|
"FILE": "/Users/dohertj2/Desktop/CBDD/src/CBDD.Core/Indexing/Internal/GeoTypes.cs",
|
|
"LINE": 20,
|
|
"CATEGORY": "MissingDoc",
|
|
"SEVERITY": "Error",
|
|
"MEMBER": "Method",
|
|
"SIGNATURE": "Contains(GeoPoint point)",
|
|
"MESSAGE": "Method 'Contains(GeoPoint point)' is missing XML documentation."
|
|
},
|
|
{
|
|
"FILE": "/Users/dohertj2/Desktop/CBDD/src/CBDD.Core/Indexing/Internal/GeoTypes.cs",
|
|
"LINE": 26,
|
|
"CATEGORY": "MissingDoc",
|
|
"SEVERITY": "Error",
|
|
"MEMBER": "Method",
|
|
"SIGNATURE": "Intersects(GeoBox other)",
|
|
"MESSAGE": "Method 'Intersects(GeoBox other)' is missing XML documentation."
|
|
},
|
|
{
|
|
"FILE": "/Users/dohertj2/Desktop/CBDD/src/CBDD.Core/Indexing/Internal/GeoTypes.cs",
|
|
"LINE": 32,
|
|
"CATEGORY": "MissingDoc",
|
|
"SEVERITY": "Error",
|
|
"MEMBER": "Method",
|
|
"SIGNATURE": "FromPoint(GeoPoint point)",
|
|
"MESSAGE": "Method 'FromPoint(GeoPoint point)' is missing XML documentation."
|
|
},
|
|
{
|
|
"FILE": "/Users/dohertj2/Desktop/CBDD/src/CBDD.Core/Indexing/Internal/GeoTypes.cs",
|
|
"LINE": 37,
|
|
"CATEGORY": "MissingDoc",
|
|
"SEVERITY": "Error",
|
|
"MEMBER": "Method",
|
|
"SIGNATURE": "ExpandTo(GeoPoint point)",
|
|
"MESSAGE": "Method 'ExpandTo(GeoPoint point)' is missing XML documentation."
|
|
},
|
|
{
|
|
"FILE": "/Users/dohertj2/Desktop/CBDD/src/CBDD.Core/Indexing/Internal/GeoTypes.cs",
|
|
"LINE": 46,
|
|
"CATEGORY": "MissingDoc",
|
|
"SEVERITY": "Error",
|
|
"MEMBER": "Method",
|
|
"SIGNATURE": "ExpandTo(GeoBox other)",
|
|
"MESSAGE": "Method 'ExpandTo(GeoBox other)' is missing XML documentation."
|
|
},
|
|
{
|
|
"FILE": "/Users/dohertj2/Desktop/CBDD/src/CBDD.Core/Indexing/Internal/GeoTypes.cs",
|
|
"LINE": 55,
|
|
"CATEGORY": "MissingDoc",
|
|
"SEVERITY": "Error",
|
|
"MEMBER": "Property",
|
|
"SIGNATURE": "Area",
|
|
"MESSAGE": "Property 'Area' is missing XML documentation"
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"file": "/Users/dohertj2/Desktop/CBDD/src/CBDD.Core/Storage/PageFile.cs",
|
|
"total": 12,
|
|
"error": 7,
|
|
"warning": 5,
|
|
"issues": [
|
|
{
|
|
"FILE": "/Users/dohertj2/Desktop/CBDD/src/CBDD.Core/Storage/PageFile.cs",
|
|
"LINE": 10,
|
|
"CATEGORY": "MissingDoc",
|
|
"SEVERITY": "Error",
|
|
"MEMBER": "Property",
|
|
"SIGNATURE": "PageSize",
|
|
"MESSAGE": "Property 'PageSize' is missing XML documentation"
|
|
},
|
|
{
|
|
"FILE": "/Users/dohertj2/Desktop/CBDD/src/CBDD.Core/Storage/PageFile.cs",
|
|
"LINE": 11,
|
|
"CATEGORY": "MissingDoc",
|
|
"SEVERITY": "Error",
|
|
"MEMBER": "Property",
|
|
"SIGNATURE": "InitialFileSize",
|
|
"MESSAGE": "Property 'InitialFileSize' is missing XML documentation"
|
|
},
|
|
{
|
|
"FILE": "/Users/dohertj2/Desktop/CBDD/src/CBDD.Core/Storage/PageFile.cs",
|
|
"LINE": 12,
|
|
"CATEGORY": "MissingDoc",
|
|
"SEVERITY": "Error",
|
|
"MEMBER": "Property",
|
|
"SIGNATURE": "Access",
|
|
"MESSAGE": "Property 'Access' is missing XML documentation"
|
|
},
|
|
{
|
|
"FILE": "/Users/dohertj2/Desktop/CBDD/src/CBDD.Core/Storage/PageFile.cs",
|
|
"LINE": 60,
|
|
"CATEGORY": "MissingDoc",
|
|
"SEVERITY": "Error",
|
|
"MEMBER": "Property",
|
|
"SIGNATURE": "NextPageId",
|
|
"MESSAGE": "Property 'NextPageId' is missing XML documentation"
|
|
},
|
|
{
|
|
"FILE": "/Users/dohertj2/Desktop/CBDD/src/CBDD.Core/Storage/PageFile.cs",
|
|
"LINE": 62,
|
|
"CATEGORY": "MissingDoc",
|
|
"SEVERITY": "Error",
|
|
"MEMBER": "Constructor",
|
|
"SIGNATURE": "PageFile(string filePath, PageFileConfig config)",
|
|
"MESSAGE": "Constructor 'PageFile(string filePath, PageFileConfig config)' is missing XML documentation."
|
|
},
|
|
{
|
|
"FILE": "/Users/dohertj2/Desktop/CBDD/src/CBDD.Core/Storage/PageFile.cs",
|
|
"LINE": 68,
|
|
"CATEGORY": "MissingDoc",
|
|
"SEVERITY": "Error",
|
|
"MEMBER": "Property",
|
|
"SIGNATURE": "PageSize",
|
|
"MESSAGE": "Property 'PageSize' is missing XML documentation"
|
|
},
|
|
{
|
|
"FILE": "/Users/dohertj2/Desktop/CBDD/src/CBDD.Core/Storage/PageFile.cs",
|
|
"LINE": 167,
|
|
"CATEGORY": "MissingParam",
|
|
"SEVERITY": "Warning",
|
|
"MEMBER": "Method",
|
|
"SIGNATURE": "ReadPage(uint pageId, Span<byte> destination)",
|
|
"MESSAGE": "Method 'ReadPage(uint pageId, Span<byte> destination)' is missing <param name=\"destination\"> documentation."
|
|
},
|
|
{
|
|
"FILE": "/Users/dohertj2/Desktop/CBDD/src/CBDD.Core/Storage/PageFile.cs",
|
|
"LINE": 167,
|
|
"CATEGORY": "MissingParam",
|
|
"SEVERITY": "Warning",
|
|
"MEMBER": "Method",
|
|
"SIGNATURE": "ReadPage(uint pageId, Span<byte> destination)",
|
|
"MESSAGE": "Method 'ReadPage(uint pageId, Span<byte> destination)' is missing <param name=\"pageId\"> documentation."
|
|
},
|
|
{
|
|
"FILE": "/Users/dohertj2/Desktop/CBDD/src/CBDD.Core/Storage/PageFile.cs",
|
|
"LINE": 186,
|
|
"CATEGORY": "MissingParam",
|
|
"SEVERITY": "Warning",
|
|
"MEMBER": "Method",
|
|
"SIGNATURE": "WritePage(uint pageId, ReadOnlySpan<byte> source)",
|
|
"MESSAGE": "Method 'WritePage(uint pageId, ReadOnlySpan<byte> source)' is missing <param name=\"source\"> documentation."
|
|
},
|
|
{
|
|
"FILE": "/Users/dohertj2/Desktop/CBDD/src/CBDD.Core/Storage/PageFile.cs",
|
|
"LINE": 186,
|
|
"CATEGORY": "MissingParam",
|
|
"SEVERITY": "Warning",
|
|
"MEMBER": "Method",
|
|
"SIGNATURE": "WritePage(uint pageId, ReadOnlySpan<byte> source)",
|
|
"MESSAGE": "Method 'WritePage(uint pageId, ReadOnlySpan<byte> source)' is missing <param name=\"pageId\"> documentation."
|
|
},
|
|
{
|
|
"FILE": "/Users/dohertj2/Desktop/CBDD/src/CBDD.Core/Storage/PageFile.cs",
|
|
"LINE": 283,
|
|
"CATEGORY": "MissingParam",
|
|
"SEVERITY": "Warning",
|
|
"MEMBER": "Method",
|
|
"SIGNATURE": "FreePage(uint pageId)",
|
|
"MESSAGE": "Method 'FreePage(uint pageId)' is missing <param name=\"pageId\"> documentation."
|
|
},
|
|
{
|
|
"FILE": "/Users/dohertj2/Desktop/CBDD/src/CBDD.Core/Storage/PageFile.cs",
|
|
"LINE": 341,
|
|
"CATEGORY": "MissingDoc",
|
|
"SEVERITY": "Error",
|
|
"MEMBER": "Method",
|
|
"SIGNATURE": "Dispose()",
|
|
"MESSAGE": "Method 'Dispose()' is missing XML documentation."
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"file": "/Users/dohertj2/Desktop/CBDD/src/CBDD.Core/Indexing/VectorMath.cs",
|
|
"total": 4,
|
|
"error": 4,
|
|
"warning": 0,
|
|
"issues": [
|
|
{
|
|
"FILE": "/Users/dohertj2/Desktop/CBDD/src/CBDD.Core/Indexing/VectorMath.cs",
|
|
"LINE": 13,
|
|
"CATEGORY": "MissingDoc",
|
|
"SEVERITY": "Error",
|
|
"MEMBER": "Method",
|
|
"SIGNATURE": "Distance(ReadOnlySpan<float> v1, ReadOnlySpan<float> v2, VectorMetric metric)",
|
|
"MESSAGE": "Method 'Distance(ReadOnlySpan<float> v1, ReadOnlySpan<float> v2, VectorMetric metric)' is missing XML documentation."
|
|
},
|
|
{
|
|
"FILE": "/Users/dohertj2/Desktop/CBDD/src/CBDD.Core/Indexing/VectorMath.cs",
|
|
"LINE": 24,
|
|
"CATEGORY": "MissingDoc",
|
|
"SEVERITY": "Error",
|
|
"MEMBER": "Method",
|
|
"SIGNATURE": "CosineSimilarity(ReadOnlySpan<float> v1, ReadOnlySpan<float> v2)",
|
|
"MESSAGE": "Method 'CosineSimilarity(ReadOnlySpan<float> v1, ReadOnlySpan<float> v2)' is missing XML documentation."
|
|
},
|
|
{
|
|
"FILE": "/Users/dohertj2/Desktop/CBDD/src/CBDD.Core/Indexing/VectorMath.cs",
|
|
"LINE": 34,
|
|
"CATEGORY": "MissingDoc",
|
|
"SEVERITY": "Error",
|
|
"MEMBER": "Method",
|
|
"SIGNATURE": "DotProduct(ReadOnlySpan<float> v1, ReadOnlySpan<float> v2)",
|
|
"MESSAGE": "Method 'DotProduct(ReadOnlySpan<float> v1, ReadOnlySpan<float> v2)' is missing XML documentation."
|
|
},
|
|
{
|
|
"FILE": "/Users/dohertj2/Desktop/CBDD/src/CBDD.Core/Indexing/VectorMath.cs",
|
|
"LINE": 67,
|
|
"CATEGORY": "MissingDoc",
|
|
"SEVERITY": "Error",
|
|
"MEMBER": "Method",
|
|
"SIGNATURE": "EuclideanDistanceSquared(ReadOnlySpan<float> v1, ReadOnlySpan<float> v2)",
|
|
"MESSAGE": "Method 'EuclideanDistanceSquared(ReadOnlySpan<float> v1, ReadOnlySpan<float> v2)' is missing XML documentation."
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"file": "/Users/dohertj2/Desktop/CBDD/src/CBDD.Core/Indexing/InternalEntry.cs",
|
|
"total": 3,
|
|
"error": 3,
|
|
"warning": 0,
|
|
"issues": [
|
|
{
|
|
"FILE": "/Users/dohertj2/Desktop/CBDD/src/CBDD.Core/Indexing/InternalEntry.cs",
|
|
"LINE": 7,
|
|
"CATEGORY": "MissingDoc",
|
|
"SEVERITY": "Error",
|
|
"MEMBER": "Property",
|
|
"SIGNATURE": "Key",
|
|
"MESSAGE": "Property 'Key' is missing XML documentation"
|
|
},
|
|
{
|
|
"FILE": "/Users/dohertj2/Desktop/CBDD/src/CBDD.Core/Indexing/InternalEntry.cs",
|
|
"LINE": 8,
|
|
"CATEGORY": "MissingDoc",
|
|
"SEVERITY": "Error",
|
|
"MEMBER": "Property",
|
|
"SIGNATURE": "PageId",
|
|
"MESSAGE": "Property 'PageId' is missing XML documentation"
|
|
},
|
|
{
|
|
"FILE": "/Users/dohertj2/Desktop/CBDD/src/CBDD.Core/Indexing/InternalEntry.cs",
|
|
"LINE": 10,
|
|
"CATEGORY": "MissingDoc",
|
|
"SEVERITY": "Error",
|
|
"MEMBER": "Constructor",
|
|
"SIGNATURE": "InternalEntry(IndexKey key, uint pageId)",
|
|
"MESSAGE": "Constructor 'InternalEntry(IndexKey key, uint pageId)' is missing XML documentation."
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"file": "/Users/dohertj2/Desktop/CBDD/src/CBDD.Core/Storage/StorageEngine.Schema.cs",
|
|
"total": 3,
|
|
"error": 1,
|
|
"warning": 2,
|
|
"issues": [
|
|
{
|
|
"FILE": "/Users/dohertj2/Desktop/CBDD/src/CBDD.Core/Storage/StorageEngine.Schema.cs",
|
|
"LINE": 10,
|
|
"CATEGORY": "MissingDoc",
|
|
"SEVERITY": "Error",
|
|
"MEMBER": "Method",
|
|
"SIGNATURE": "GetSchemas(uint rootPageId)",
|
|
"MESSAGE": "Method 'GetSchemas(uint rootPageId)' is missing XML documentation."
|
|
},
|
|
{
|
|
"FILE": "/Users/dohertj2/Desktop/CBDD/src/CBDD.Core/Storage/StorageEngine.Schema.cs",
|
|
"LINE": 48,
|
|
"CATEGORY": "MissingParam",
|
|
"SEVERITY": "Warning",
|
|
"MEMBER": "Method",
|
|
"SIGNATURE": "AppendSchema(uint rootPageId, BsonSchema schema)",
|
|
"MESSAGE": "Method 'AppendSchema(uint rootPageId, BsonSchema schema)' is missing <param name=\"schema\"> documentation."
|
|
},
|
|
{
|
|
"FILE": "/Users/dohertj2/Desktop/CBDD/src/CBDD.Core/Storage/StorageEngine.Schema.cs",
|
|
"LINE": 48,
|
|
"CATEGORY": "MissingParam",
|
|
"SEVERITY": "Warning",
|
|
"MEMBER": "Method",
|
|
"SIGNATURE": "AppendSchema(uint rootPageId, BsonSchema schema)",
|
|
"MESSAGE": "Method 'AppendSchema(uint rootPageId, BsonSchema schema)' is missing <param name=\"rootPageId\"> documentation."
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"file": "/Users/dohertj2/Desktop/CBDD/src/CBDD.Core/Transactions/ITransaction.cs",
|
|
"total": 1,
|
|
"error": 0,
|
|
"warning": 1,
|
|
"issues": [
|
|
{
|
|
"FILE": "/Users/dohertj2/Desktop/CBDD/src/CBDD.Core/Transactions/ITransaction.cs",
|
|
"LINE": 40,
|
|
"CATEGORY": "MissingParam",
|
|
"SEVERITY": "Warning",
|
|
"MEMBER": "Method",
|
|
"SIGNATURE": "CommitAsync(CancellationToken ct)",
|
|
"MESSAGE": "Method 'CommitAsync(CancellationToken ct)' is missing <param name=\"ct\"> documentation."
|
|
}
|
|
]
|
|
}
|
|
],
|
|
"total": 98,
|
|
"error": 60,
|
|
"warning": 38
|
|
} |