Initialize CBDD solution and add a .NET-focused gitignore for generated artifacts.
This commit is contained in:
691
.fixdocs_batches/batch_3.json
Normal file
691
.fixdocs_batches/batch_3.json
Normal file
@@ -0,0 +1,691 @@
|
||||
{
|
||||
"files": [
|
||||
{
|
||||
"file": "/Users/dohertj2/Desktop/CBDD/src/CBDD.Core/Collections/BaseMappers.cs",
|
||||
"total": 17,
|
||||
"error": 17,
|
||||
"warning": 0,
|
||||
"issues": [
|
||||
{
|
||||
"FILE": "/Users/dohertj2/Desktop/CBDD/src/CBDD.Core/Collections/BaseMappers.cs",
|
||||
"LINE": 16,
|
||||
"CATEGORY": "MissingDoc",
|
||||
"SEVERITY": "Error",
|
||||
"MEMBER": "Property",
|
||||
"SIGNATURE": "CollectionName",
|
||||
"MESSAGE": "Property 'CollectionName' is missing XML documentation"
|
||||
},
|
||||
{
|
||||
"FILE": "/Users/dohertj2/Desktop/CBDD/src/CBDD.Core/Collections/BaseMappers.cs",
|
||||
"LINE": 17,
|
||||
"CATEGORY": "MissingDoc",
|
||||
"SEVERITY": "Error",
|
||||
"MEMBER": "Method",
|
||||
"SIGNATURE": "Serialize(T entity, BsonSpanWriter writer)",
|
||||
"MESSAGE": "Method 'Serialize(T entity, BsonSpanWriter writer)' is missing XML documentation."
|
||||
},
|
||||
{
|
||||
"FILE": "/Users/dohertj2/Desktop/CBDD/src/CBDD.Core/Collections/BaseMappers.cs",
|
||||
"LINE": 18,
|
||||
"CATEGORY": "MissingDoc",
|
||||
"SEVERITY": "Error",
|
||||
"MEMBER": "Method",
|
||||
"SIGNATURE": "Deserialize(BsonSpanReader reader)",
|
||||
"MESSAGE": "Method 'Deserialize(BsonSpanReader reader)' is missing XML documentation."
|
||||
},
|
||||
{
|
||||
"FILE": "/Users/dohertj2/Desktop/CBDD/src/CBDD.Core/Collections/BaseMappers.cs",
|
||||
"LINE": 19,
|
||||
"CATEGORY": "MissingDoc",
|
||||
"SEVERITY": "Error",
|
||||
"MEMBER": "Method",
|
||||
"SIGNATURE": "GetId(T entity)",
|
||||
"MESSAGE": "Method 'GetId(T entity)' is missing XML documentation."
|
||||
},
|
||||
{
|
||||
"FILE": "/Users/dohertj2/Desktop/CBDD/src/CBDD.Core/Collections/BaseMappers.cs",
|
||||
"LINE": 20,
|
||||
"CATEGORY": "MissingDoc",
|
||||
"SEVERITY": "Error",
|
||||
"MEMBER": "Method",
|
||||
"SIGNATURE": "SetId(T entity, TId id)",
|
||||
"MESSAGE": "Method 'SetId(T entity, TId id)' is missing XML documentation."
|
||||
},
|
||||
{
|
||||
"FILE": "/Users/dohertj2/Desktop/CBDD/src/CBDD.Core/Collections/BaseMappers.cs",
|
||||
"LINE": 22,
|
||||
"CATEGORY": "MissingDoc",
|
||||
"SEVERITY": "Error",
|
||||
"MEMBER": "Method",
|
||||
"SIGNATURE": "ToIndexKey(TId id)",
|
||||
"MESSAGE": "Method 'ToIndexKey(TId id)' is missing XML documentation."
|
||||
},
|
||||
{
|
||||
"FILE": "/Users/dohertj2/Desktop/CBDD/src/CBDD.Core/Collections/BaseMappers.cs",
|
||||
"LINE": 23,
|
||||
"CATEGORY": "MissingDoc",
|
||||
"SEVERITY": "Error",
|
||||
"MEMBER": "Method",
|
||||
"SIGNATURE": "FromIndexKey(IndexKey key)",
|
||||
"MESSAGE": "Method 'FromIndexKey(IndexKey key)' is missing XML documentation."
|
||||
},
|
||||
{
|
||||
"FILE": "/Users/dohertj2/Desktop/CBDD/src/CBDD.Core/Collections/BaseMappers.cs",
|
||||
"LINE": 25,
|
||||
"CATEGORY": "MissingDoc",
|
||||
"SEVERITY": "Error",
|
||||
"MEMBER": "Property",
|
||||
"SIGNATURE": "UsedKeys",
|
||||
"MESSAGE": "Property 'UsedKeys' is missing XML documentation"
|
||||
},
|
||||
{
|
||||
"FILE": "/Users/dohertj2/Desktop/CBDD/src/CBDD.Core/Collections/BaseMappers.cs",
|
||||
"LINE": 26,
|
||||
"CATEGORY": "MissingDoc",
|
||||
"SEVERITY": "Error",
|
||||
"MEMBER": "Method",
|
||||
"SIGNATURE": "GetSchema()",
|
||||
"MESSAGE": "Method 'GetSchema()' is missing XML documentation."
|
||||
},
|
||||
{
|
||||
"FILE": "/Users/dohertj2/Desktop/CBDD/src/CBDD.Core/Collections/BaseMappers.cs",
|
||||
"LINE": 34,
|
||||
"CATEGORY": "MissingDoc",
|
||||
"SEVERITY": "Error",
|
||||
"MEMBER": "Method",
|
||||
"SIGNATURE": "ToIndexKey(ObjectId id)",
|
||||
"MESSAGE": "Method 'ToIndexKey(ObjectId id)' is missing XML documentation."
|
||||
},
|
||||
{
|
||||
"FILE": "/Users/dohertj2/Desktop/CBDD/src/CBDD.Core/Collections/BaseMappers.cs",
|
||||
"LINE": 35,
|
||||
"CATEGORY": "MissingDoc",
|
||||
"SEVERITY": "Error",
|
||||
"MEMBER": "Method",
|
||||
"SIGNATURE": "FromIndexKey(IndexKey key)",
|
||||
"MESSAGE": "Method 'FromIndexKey(IndexKey key)' is missing XML documentation."
|
||||
},
|
||||
{
|
||||
"FILE": "/Users/dohertj2/Desktop/CBDD/src/CBDD.Core/Collections/BaseMappers.cs",
|
||||
"LINE": 43,
|
||||
"CATEGORY": "MissingDoc",
|
||||
"SEVERITY": "Error",
|
||||
"MEMBER": "Method",
|
||||
"SIGNATURE": "ToIndexKey(int id)",
|
||||
"MESSAGE": "Method 'ToIndexKey(int id)' is missing XML documentation."
|
||||
},
|
||||
{
|
||||
"FILE": "/Users/dohertj2/Desktop/CBDD/src/CBDD.Core/Collections/BaseMappers.cs",
|
||||
"LINE": 44,
|
||||
"CATEGORY": "MissingDoc",
|
||||
"SEVERITY": "Error",
|
||||
"MEMBER": "Method",
|
||||
"SIGNATURE": "FromIndexKey(IndexKey key)",
|
||||
"MESSAGE": "Method 'FromIndexKey(IndexKey key)' is missing XML documentation."
|
||||
},
|
||||
{
|
||||
"FILE": "/Users/dohertj2/Desktop/CBDD/src/CBDD.Core/Collections/BaseMappers.cs",
|
||||
"LINE": 52,
|
||||
"CATEGORY": "MissingDoc",
|
||||
"SEVERITY": "Error",
|
||||
"MEMBER": "Method",
|
||||
"SIGNATURE": "ToIndexKey(string id)",
|
||||
"MESSAGE": "Method 'ToIndexKey(string id)' is missing XML documentation."
|
||||
},
|
||||
{
|
||||
"FILE": "/Users/dohertj2/Desktop/CBDD/src/CBDD.Core/Collections/BaseMappers.cs",
|
||||
"LINE": 53,
|
||||
"CATEGORY": "MissingDoc",
|
||||
"SEVERITY": "Error",
|
||||
"MEMBER": "Method",
|
||||
"SIGNATURE": "FromIndexKey(IndexKey key)",
|
||||
"MESSAGE": "Method 'FromIndexKey(IndexKey key)' is missing XML documentation."
|
||||
},
|
||||
{
|
||||
"FILE": "/Users/dohertj2/Desktop/CBDD/src/CBDD.Core/Collections/BaseMappers.cs",
|
||||
"LINE": 61,
|
||||
"CATEGORY": "MissingDoc",
|
||||
"SEVERITY": "Error",
|
||||
"MEMBER": "Method",
|
||||
"SIGNATURE": "ToIndexKey(Guid id)",
|
||||
"MESSAGE": "Method 'ToIndexKey(Guid id)' is missing XML documentation."
|
||||
},
|
||||
{
|
||||
"FILE": "/Users/dohertj2/Desktop/CBDD/src/CBDD.Core/Collections/BaseMappers.cs",
|
||||
"LINE": 62,
|
||||
"CATEGORY": "MissingDoc",
|
||||
"SEVERITY": "Error",
|
||||
"MEMBER": "Method",
|
||||
"SIGNATURE": "FromIndexKey(IndexKey key)",
|
||||
"MESSAGE": "Method 'FromIndexKey(IndexKey key)' is missing XML documentation."
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"file": "/Users/dohertj2/Desktop/CBDD/src/CBDD.Core/Indexing/IndexOptions.cs",
|
||||
"total": 12,
|
||||
"error": 12,
|
||||
"warning": 0,
|
||||
"issues": [
|
||||
{
|
||||
"FILE": "/Users/dohertj2/Desktop/CBDD/src/CBDD.Core/Indexing/IndexOptions.cs",
|
||||
"LINE": 45,
|
||||
"CATEGORY": "MissingDoc",
|
||||
"SEVERITY": "Error",
|
||||
"MEMBER": "Property",
|
||||
"SIGNATURE": "Type",
|
||||
"MESSAGE": "Property 'Type' is missing XML documentation"
|
||||
},
|
||||
{
|
||||
"FILE": "/Users/dohertj2/Desktop/CBDD/src/CBDD.Core/Indexing/IndexOptions.cs",
|
||||
"LINE": 46,
|
||||
"CATEGORY": "MissingDoc",
|
||||
"SEVERITY": "Error",
|
||||
"MEMBER": "Property",
|
||||
"SIGNATURE": "Unique",
|
||||
"MESSAGE": "Property 'Unique' is missing XML documentation"
|
||||
},
|
||||
{
|
||||
"FILE": "/Users/dohertj2/Desktop/CBDD/src/CBDD.Core/Indexing/IndexOptions.cs",
|
||||
"LINE": 47,
|
||||
"CATEGORY": "MissingDoc",
|
||||
"SEVERITY": "Error",
|
||||
"MEMBER": "Property",
|
||||
"SIGNATURE": "Fields",
|
||||
"MESSAGE": "Property 'Fields' is missing XML documentation"
|
||||
},
|
||||
{
|
||||
"FILE": "/Users/dohertj2/Desktop/CBDD/src/CBDD.Core/Indexing/IndexOptions.cs",
|
||||
"LINE": 50,
|
||||
"CATEGORY": "MissingDoc",
|
||||
"SEVERITY": "Error",
|
||||
"MEMBER": "Property",
|
||||
"SIGNATURE": "Dimensions",
|
||||
"MESSAGE": "Property 'Dimensions' is missing XML documentation"
|
||||
},
|
||||
{
|
||||
"FILE": "/Users/dohertj2/Desktop/CBDD/src/CBDD.Core/Indexing/IndexOptions.cs",
|
||||
"LINE": 51,
|
||||
"CATEGORY": "MissingDoc",
|
||||
"SEVERITY": "Error",
|
||||
"MEMBER": "Property",
|
||||
"SIGNATURE": "Metric",
|
||||
"MESSAGE": "Property 'Metric' is missing XML documentation"
|
||||
},
|
||||
{
|
||||
"FILE": "/Users/dohertj2/Desktop/CBDD/src/CBDD.Core/Indexing/IndexOptions.cs",
|
||||
"LINE": 52,
|
||||
"CATEGORY": "MissingDoc",
|
||||
"SEVERITY": "Error",
|
||||
"MEMBER": "Property",
|
||||
"SIGNATURE": "M",
|
||||
"MESSAGE": "Property 'M' is missing XML documentation"
|
||||
},
|
||||
{
|
||||
"FILE": "/Users/dohertj2/Desktop/CBDD/src/CBDD.Core/Indexing/IndexOptions.cs",
|
||||
"LINE": 53,
|
||||
"CATEGORY": "MissingDoc",
|
||||
"SEVERITY": "Error",
|
||||
"MEMBER": "Property",
|
||||
"SIGNATURE": "EfConstruction",
|
||||
"MESSAGE": "Property 'EfConstruction' is missing XML documentation"
|
||||
},
|
||||
{
|
||||
"FILE": "/Users/dohertj2/Desktop/CBDD/src/CBDD.Core/Indexing/IndexOptions.cs",
|
||||
"LINE": 55,
|
||||
"CATEGORY": "MissingDoc",
|
||||
"SEVERITY": "Error",
|
||||
"MEMBER": "Method",
|
||||
"SIGNATURE": "CreateBTree(string[] fields)",
|
||||
"MESSAGE": "Method 'CreateBTree(string[] fields)' is missing XML documentation."
|
||||
},
|
||||
{
|
||||
"FILE": "/Users/dohertj2/Desktop/CBDD/src/CBDD.Core/Indexing/IndexOptions.cs",
|
||||
"LINE": 62,
|
||||
"CATEGORY": "MissingDoc",
|
||||
"SEVERITY": "Error",
|
||||
"MEMBER": "Method",
|
||||
"SIGNATURE": "CreateUnique(string[] fields)",
|
||||
"MESSAGE": "Method 'CreateUnique(string[] fields)' is missing XML documentation."
|
||||
},
|
||||
{
|
||||
"FILE": "/Users/dohertj2/Desktop/CBDD/src/CBDD.Core/Indexing/IndexOptions.cs",
|
||||
"LINE": 69,
|
||||
"CATEGORY": "MissingDoc",
|
||||
"SEVERITY": "Error",
|
||||
"MEMBER": "Method",
|
||||
"SIGNATURE": "CreateHash(string[] fields)",
|
||||
"MESSAGE": "Method 'CreateHash(string[] fields)' is missing XML documentation."
|
||||
},
|
||||
{
|
||||
"FILE": "/Users/dohertj2/Desktop/CBDD/src/CBDD.Core/Indexing/IndexOptions.cs",
|
||||
"LINE": 76,
|
||||
"CATEGORY": "MissingDoc",
|
||||
"SEVERITY": "Error",
|
||||
"MEMBER": "Method",
|
||||
"SIGNATURE": "CreateVector(int dimensions, VectorMetric metric, int m, int ef, string[] fields)",
|
||||
"MESSAGE": "Method 'CreateVector(int dimensions, VectorMetric metric, int m, int ef, string[] fields)' is missing XML documentation."
|
||||
},
|
||||
{
|
||||
"FILE": "/Users/dohertj2/Desktop/CBDD/src/CBDD.Core/Indexing/IndexOptions.cs",
|
||||
"LINE": 87,
|
||||
"CATEGORY": "MissingDoc",
|
||||
"SEVERITY": "Error",
|
||||
"MEMBER": "Method",
|
||||
"SIGNATURE": "CreateSpatial(string[] fields)",
|
||||
"MESSAGE": "Method 'CreateSpatial(string[] fields)' is missing XML documentation."
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"file": "/Users/dohertj2/Desktop/CBDD/src/CBDD.Bson/Schema/BsonSchema.cs",
|
||||
"total": 10,
|
||||
"error": 10,
|
||||
"warning": 0,
|
||||
"issues": [
|
||||
{
|
||||
"FILE": "/Users/dohertj2/Desktop/CBDD/src/CBDD.Bson/Schema/BsonSchema.cs",
|
||||
"LINE": 5,
|
||||
"CATEGORY": "MissingDoc",
|
||||
"SEVERITY": "Error",
|
||||
"MEMBER": "Property",
|
||||
"SIGNATURE": "Title",
|
||||
"MESSAGE": "Property 'Title' is missing XML documentation"
|
||||
},
|
||||
{
|
||||
"FILE": "/Users/dohertj2/Desktop/CBDD/src/CBDD.Bson/Schema/BsonSchema.cs",
|
||||
"LINE": 6,
|
||||
"CATEGORY": "MissingDoc",
|
||||
"SEVERITY": "Error",
|
||||
"MEMBER": "Property",
|
||||
"SIGNATURE": "Version",
|
||||
"MESSAGE": "Property 'Version' is missing XML documentation"
|
||||
},
|
||||
{
|
||||
"FILE": "/Users/dohertj2/Desktop/CBDD/src/CBDD.Bson/Schema/BsonSchema.cs",
|
||||
"LINE": 7,
|
||||
"CATEGORY": "MissingDoc",
|
||||
"SEVERITY": "Error",
|
||||
"MEMBER": "Property",
|
||||
"SIGNATURE": "Fields",
|
||||
"MESSAGE": "Property 'Fields' is missing XML documentation"
|
||||
},
|
||||
{
|
||||
"FILE": "/Users/dohertj2/Desktop/CBDD/src/CBDD.Bson/Schema/BsonSchema.cs",
|
||||
"LINE": 9,
|
||||
"CATEGORY": "MissingDoc",
|
||||
"SEVERITY": "Error",
|
||||
"MEMBER": "Method",
|
||||
"SIGNATURE": "ToBson(BsonSpanWriter writer)",
|
||||
"MESSAGE": "Method 'ToBson(BsonSpanWriter writer)' is missing XML documentation."
|
||||
},
|
||||
{
|
||||
"FILE": "/Users/dohertj2/Desktop/CBDD/src/CBDD.Bson/Schema/BsonSchema.cs",
|
||||
"LINE": 26,
|
||||
"CATEGORY": "MissingDoc",
|
||||
"SEVERITY": "Error",
|
||||
"MEMBER": "Method",
|
||||
"SIGNATURE": "FromBson(BsonSpanReader reader)",
|
||||
"MESSAGE": "Method 'FromBson(BsonSpanReader reader)' is missing XML documentation."
|
||||
},
|
||||
{
|
||||
"FILE": "/Users/dohertj2/Desktop/CBDD/src/CBDD.Bson/Schema/BsonSchema.cs",
|
||||
"LINE": 59,
|
||||
"CATEGORY": "MissingDoc",
|
||||
"SEVERITY": "Error",
|
||||
"MEMBER": "Method",
|
||||
"SIGNATURE": "GetHash()",
|
||||
"MESSAGE": "Method 'GetHash()' is missing XML documentation."
|
||||
},
|
||||
{
|
||||
"FILE": "/Users/dohertj2/Desktop/CBDD/src/CBDD.Bson/Schema/BsonSchema.cs",
|
||||
"LINE": 70,
|
||||
"CATEGORY": "MissingDoc",
|
||||
"SEVERITY": "Error",
|
||||
"MEMBER": "Method",
|
||||
"SIGNATURE": "Equals(BsonSchema? other)",
|
||||
"MESSAGE": "Method 'Equals(BsonSchema? other)' is missing XML documentation."
|
||||
},
|
||||
{
|
||||
"FILE": "/Users/dohertj2/Desktop/CBDD/src/CBDD.Bson/Schema/BsonSchema.cs",
|
||||
"LINE": 76,
|
||||
"CATEGORY": "MissingDoc",
|
||||
"SEVERITY": "Error",
|
||||
"MEMBER": "Method",
|
||||
"SIGNATURE": "Equals(object? obj)",
|
||||
"MESSAGE": "Method 'Equals(object? obj)' is missing XML documentation."
|
||||
},
|
||||
{
|
||||
"FILE": "/Users/dohertj2/Desktop/CBDD/src/CBDD.Bson/Schema/BsonSchema.cs",
|
||||
"LINE": 77,
|
||||
"CATEGORY": "MissingDoc",
|
||||
"SEVERITY": "Error",
|
||||
"MEMBER": "Method",
|
||||
"SIGNATURE": "GetHashCode()",
|
||||
"MESSAGE": "Method 'GetHashCode()' is missing XML documentation."
|
||||
},
|
||||
{
|
||||
"FILE": "/Users/dohertj2/Desktop/CBDD/src/CBDD.Bson/Schema/BsonSchema.cs",
|
||||
"LINE": 79,
|
||||
"CATEGORY": "MissingDoc",
|
||||
"SEVERITY": "Error",
|
||||
"MEMBER": "Method",
|
||||
"SIGNATURE": "GetAllKeys()",
|
||||
"MESSAGE": "Method 'GetAllKeys()' is missing XML documentation."
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"file": "/Users/dohertj2/Desktop/CBDD/src/CBDD.Core/CDC/ChangeStreamEvent.cs",
|
||||
"total": 9,
|
||||
"error": 9,
|
||||
"warning": 0,
|
||||
"issues": [
|
||||
{
|
||||
"FILE": "/Users/dohertj2/Desktop/CBDD/src/CBDD.Core/CDC/ChangeStreamEvent.cs",
|
||||
"LINE": 11,
|
||||
"CATEGORY": "MissingDoc",
|
||||
"SEVERITY": "Error",
|
||||
"MEMBER": "Property",
|
||||
"SIGNATURE": "Timestamp",
|
||||
"MESSAGE": "Property 'Timestamp' is missing XML documentation"
|
||||
},
|
||||
{
|
||||
"FILE": "/Users/dohertj2/Desktop/CBDD/src/CBDD.Core/CDC/ChangeStreamEvent.cs",
|
||||
"LINE": 12,
|
||||
"CATEGORY": "MissingDoc",
|
||||
"SEVERITY": "Error",
|
||||
"MEMBER": "Property",
|
||||
"SIGNATURE": "TransactionId",
|
||||
"MESSAGE": "Property 'TransactionId' is missing XML documentation"
|
||||
},
|
||||
{
|
||||
"FILE": "/Users/dohertj2/Desktop/CBDD/src/CBDD.Core/CDC/ChangeStreamEvent.cs",
|
||||
"LINE": 13,
|
||||
"CATEGORY": "MissingDoc",
|
||||
"SEVERITY": "Error",
|
||||
"MEMBER": "Property",
|
||||
"SIGNATURE": "CollectionName",
|
||||
"MESSAGE": "Property 'CollectionName' is missing XML documentation"
|
||||
},
|
||||
{
|
||||
"FILE": "/Users/dohertj2/Desktop/CBDD/src/CBDD.Core/CDC/ChangeStreamEvent.cs",
|
||||
"LINE": 14,
|
||||
"CATEGORY": "MissingDoc",
|
||||
"SEVERITY": "Error",
|
||||
"MEMBER": "Property",
|
||||
"SIGNATURE": "Type",
|
||||
"MESSAGE": "Property 'Type' is missing XML documentation"
|
||||
},
|
||||
{
|
||||
"FILE": "/Users/dohertj2/Desktop/CBDD/src/CBDD.Core/CDC/ChangeStreamEvent.cs",
|
||||
"LINE": 15,
|
||||
"CATEGORY": "MissingDoc",
|
||||
"SEVERITY": "Error",
|
||||
"MEMBER": "Property",
|
||||
"SIGNATURE": "DocumentId",
|
||||
"MESSAGE": "Property 'DocumentId' is missing XML documentation"
|
||||
},
|
||||
{
|
||||
"FILE": "/Users/dohertj2/Desktop/CBDD/src/CBDD.Core/CDC/ChangeStreamEvent.cs",
|
||||
"LINE": 28,
|
||||
"CATEGORY": "MissingDoc",
|
||||
"SEVERITY": "Error",
|
||||
"MEMBER": "Property",
|
||||
"SIGNATURE": "Timestamp",
|
||||
"MESSAGE": "Property 'Timestamp' is missing XML documentation"
|
||||
},
|
||||
{
|
||||
"FILE": "/Users/dohertj2/Desktop/CBDD/src/CBDD.Core/CDC/ChangeStreamEvent.cs",
|
||||
"LINE": 29,
|
||||
"CATEGORY": "MissingDoc",
|
||||
"SEVERITY": "Error",
|
||||
"MEMBER": "Property",
|
||||
"SIGNATURE": "TransactionId",
|
||||
"MESSAGE": "Property 'TransactionId' is missing XML documentation"
|
||||
},
|
||||
{
|
||||
"FILE": "/Users/dohertj2/Desktop/CBDD/src/CBDD.Core/CDC/ChangeStreamEvent.cs",
|
||||
"LINE": 30,
|
||||
"CATEGORY": "MissingDoc",
|
||||
"SEVERITY": "Error",
|
||||
"MEMBER": "Property",
|
||||
"SIGNATURE": "CollectionName",
|
||||
"MESSAGE": "Property 'CollectionName' is missing XML documentation"
|
||||
},
|
||||
{
|
||||
"FILE": "/Users/dohertj2/Desktop/CBDD/src/CBDD.Core/CDC/ChangeStreamEvent.cs",
|
||||
"LINE": 31,
|
||||
"CATEGORY": "MissingDoc",
|
||||
"SEVERITY": "Error",
|
||||
"MEMBER": "Property",
|
||||
"SIGNATURE": "Type",
|
||||
"MESSAGE": "Property 'Type' is missing XML documentation"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"file": "/Users/dohertj2/Desktop/CBDD/src/CBDD.Core/Query/BTreeQueryable.cs",
|
||||
"total": 7,
|
||||
"error": 7,
|
||||
"warning": 0,
|
||||
"issues": [
|
||||
{
|
||||
"FILE": "/Users/dohertj2/Desktop/CBDD/src/CBDD.Core/Query/BTreeQueryable.cs",
|
||||
"LINE": 9,
|
||||
"CATEGORY": "MissingDoc",
|
||||
"SEVERITY": "Error",
|
||||
"MEMBER": "Constructor",
|
||||
"SIGNATURE": "BTreeQueryable(IQueryProvider provider, Expression expression)",
|
||||
"MESSAGE": "Constructor 'BTreeQueryable(IQueryProvider provider, Expression expression)' is missing XML documentation."
|
||||
},
|
||||
{
|
||||
"FILE": "/Users/dohertj2/Desktop/CBDD/src/CBDD.Core/Query/BTreeQueryable.cs",
|
||||
"LINE": 15,
|
||||
"CATEGORY": "MissingDoc",
|
||||
"SEVERITY": "Error",
|
||||
"MEMBER": "Constructor",
|
||||
"SIGNATURE": "BTreeQueryable(IQueryProvider provider)",
|
||||
"MESSAGE": "Constructor 'BTreeQueryable(IQueryProvider provider)' is missing XML documentation."
|
||||
},
|
||||
{
|
||||
"FILE": "/Users/dohertj2/Desktop/CBDD/src/CBDD.Core/Query/BTreeQueryable.cs",
|
||||
"LINE": 21,
|
||||
"CATEGORY": "MissingDoc",
|
||||
"SEVERITY": "Error",
|
||||
"MEMBER": "Property",
|
||||
"SIGNATURE": "ElementType",
|
||||
"MESSAGE": "Property 'ElementType' is missing XML documentation"
|
||||
},
|
||||
{
|
||||
"FILE": "/Users/dohertj2/Desktop/CBDD/src/CBDD.Core/Query/BTreeQueryable.cs",
|
||||
"LINE": 22,
|
||||
"CATEGORY": "MissingDoc",
|
||||
"SEVERITY": "Error",
|
||||
"MEMBER": "Property",
|
||||
"SIGNATURE": "Expression",
|
||||
"MESSAGE": "Property 'Expression' is missing XML documentation"
|
||||
},
|
||||
{
|
||||
"FILE": "/Users/dohertj2/Desktop/CBDD/src/CBDD.Core/Query/BTreeQueryable.cs",
|
||||
"LINE": 23,
|
||||
"CATEGORY": "MissingDoc",
|
||||
"SEVERITY": "Error",
|
||||
"MEMBER": "Property",
|
||||
"SIGNATURE": "Provider",
|
||||
"MESSAGE": "Property 'Provider' is missing XML documentation"
|
||||
},
|
||||
{
|
||||
"FILE": "/Users/dohertj2/Desktop/CBDD/src/CBDD.Core/Query/BTreeQueryable.cs",
|
||||
"LINE": 25,
|
||||
"CATEGORY": "MissingDoc",
|
||||
"SEVERITY": "Error",
|
||||
"MEMBER": "Method",
|
||||
"SIGNATURE": "GetEnumerator()",
|
||||
"MESSAGE": "Method 'GetEnumerator()' is missing XML documentation."
|
||||
},
|
||||
{
|
||||
"FILE": "/Users/dohertj2/Desktop/CBDD/src/CBDD.Core/Query/BTreeQueryable.cs",
|
||||
"LINE": 30,
|
||||
"CATEGORY": "MissingDoc",
|
||||
"SEVERITY": "Error",
|
||||
"MEMBER": "Method",
|
||||
"SIGNATURE": "GetEnumerator()",
|
||||
"MESSAGE": "Method 'GetEnumerator()' is missing XML documentation."
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"file": "/Users/dohertj2/Desktop/CBDD/src/CBDD.Core/CDC/ChangeStreamObservable.cs",
|
||||
"total": 4,
|
||||
"error": 4,
|
||||
"warning": 0,
|
||||
"issues": [
|
||||
{
|
||||
"FILE": "/Users/dohertj2/Desktop/CBDD/src/CBDD.Core/CDC/ChangeStreamObservable.cs",
|
||||
"LINE": 21,
|
||||
"CATEGORY": "MissingDoc",
|
||||
"SEVERITY": "Error",
|
||||
"MEMBER": "Constructor",
|
||||
"SIGNATURE": "ChangeStreamObservable(ChangeStreamDispatcher dispatcher, string collectionName, bool capturePayload, IDocumentMapper<TId, T> mapper, ConcurrentDictionary<ushort, string> keyReverseMap)",
|
||||
"MESSAGE": "Constructor 'ChangeStreamObservable(ChangeStreamDispatcher dispatcher, string collectionName, bool capturePayload, IDocumentMapper<TId, T> mapper, ConcurrentDictionary<ushort, string> keyReverseMap)' is missing XML documentation."
|
||||
},
|
||||
{
|
||||
"FILE": "/Users/dohertj2/Desktop/CBDD/src/CBDD.Core/CDC/ChangeStreamObservable.cs",
|
||||
"LINE": 35,
|
||||
"CATEGORY": "MissingDoc",
|
||||
"SEVERITY": "Error",
|
||||
"MEMBER": "Method",
|
||||
"SIGNATURE": "Subscribe(IObserver<ChangeStreamEvent<TId, T>> observer)",
|
||||
"MESSAGE": "Method 'Subscribe(IObserver<ChangeStreamEvent<TId, T>> observer)' is missing XML documentation."
|
||||
},
|
||||
{
|
||||
"FILE": "/Users/dohertj2/Desktop/CBDD/src/CBDD.Core/CDC/ChangeStreamObservable.cs",
|
||||
"LINE": 114,
|
||||
"CATEGORY": "MissingDoc",
|
||||
"SEVERITY": "Error",
|
||||
"MEMBER": "Constructor",
|
||||
"SIGNATURE": "CompositeDisposable(IDisposable dispatcherSubscription, CancellationTokenSource cts, ChannelWriter<InternalChangeEvent> writer, Task bridgeTask)",
|
||||
"MESSAGE": "Constructor 'CompositeDisposable(IDisposable dispatcherSubscription, CancellationTokenSource cts, ChannelWriter<InternalChangeEvent> writer, Task bridgeTask)' is missing XML documentation."
|
||||
},
|
||||
{
|
||||
"FILE": "/Users/dohertj2/Desktop/CBDD/src/CBDD.Core/CDC/ChangeStreamObservable.cs",
|
||||
"LINE": 122,
|
||||
"CATEGORY": "MissingDoc",
|
||||
"SEVERITY": "Error",
|
||||
"MEMBER": "Method",
|
||||
"SIGNATURE": "Dispose()",
|
||||
"MESSAGE": "Method 'Dispose()' is missing XML documentation."
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"file": "/Users/dohertj2/Desktop/CBDD/src/CBDD.Core/Storage/StorageEngine.cs",
|
||||
"total": 5,
|
||||
"error": 3,
|
||||
"warning": 2,
|
||||
"issues": [
|
||||
{
|
||||
"FILE": "/Users/dohertj2/Desktop/CBDD/src/CBDD.Core/Storage/StorageEngine.cs",
|
||||
"LINE": 39,
|
||||
"CATEGORY": "MissingDoc",
|
||||
"SEVERITY": "Error",
|
||||
"MEMBER": "Constructor",
|
||||
"SIGNATURE": "StorageEngine(string databasePath, PageFileConfig config)",
|
||||
"MESSAGE": "Constructor 'StorageEngine(string databasePath, PageFileConfig config)' is missing XML documentation."
|
||||
},
|
||||
{
|
||||
"FILE": "/Users/dohertj2/Desktop/CBDD/src/CBDD.Core/Storage/StorageEngine.cs",
|
||||
"LINE": 78,
|
||||
"CATEGORY": "MissingParam",
|
||||
"SEVERITY": "Warning",
|
||||
"MEMBER": "Method",
|
||||
"SIGNATURE": "IsPageLocked(uint pageId, ulong excludingTxId)",
|
||||
"MESSAGE": "Method 'IsPageLocked(uint pageId, ulong excludingTxId)' is missing <param name=\"excludingTxId\"> documentation."
|
||||
},
|
||||
{
|
||||
"FILE": "/Users/dohertj2/Desktop/CBDD/src/CBDD.Core/Storage/StorageEngine.cs",
|
||||
"LINE": 78,
|
||||
"CATEGORY": "MissingParam",
|
||||
"SEVERITY": "Warning",
|
||||
"MEMBER": "Method",
|
||||
"SIGNATURE": "IsPageLocked(uint pageId, ulong excludingTxId)",
|
||||
"MESSAGE": "Method 'IsPageLocked(uint pageId, ulong excludingTxId)' is missing <param name=\"pageId\"> documentation."
|
||||
},
|
||||
{
|
||||
"FILE": "/Users/dohertj2/Desktop/CBDD/src/CBDD.Core/Storage/StorageEngine.cs",
|
||||
"LINE": 117,
|
||||
"CATEGORY": "MissingDoc",
|
||||
"SEVERITY": "Error",
|
||||
"MEMBER": "Method",
|
||||
"SIGNATURE": "RegisterCdc(CDC.ChangeStreamDispatcher cdc)",
|
||||
"MESSAGE": "Method 'RegisterCdc(CDC.ChangeStreamDispatcher cdc)' is missing XML documentation."
|
||||
},
|
||||
{
|
||||
"FILE": "/Users/dohertj2/Desktop/CBDD/src/CBDD.Core/Storage/StorageEngine.cs",
|
||||
"LINE": 122,
|
||||
"CATEGORY": "MissingDoc",
|
||||
"SEVERITY": "Error",
|
||||
"MEMBER": "Property",
|
||||
"SIGNATURE": "Cdc",
|
||||
"MESSAGE": "Property 'Cdc' is missing XML documentation"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"file": "/Users/dohertj2/Desktop/CBDD/src/CBDD.Core/Query/BsonExpressionEvaluator.cs",
|
||||
"total": 1,
|
||||
"error": 1,
|
||||
"warning": 0,
|
||||
"issues": [
|
||||
{
|
||||
"FILE": "/Users/dohertj2/Desktop/CBDD/src/CBDD.Core/Query/BsonExpressionEvaluator.cs",
|
||||
"LINE": 8,
|
||||
"CATEGORY": "MissingDoc",
|
||||
"SEVERITY": "Error",
|
||||
"MEMBER": "Method",
|
||||
"SIGNATURE": "TryCompile(LambdaExpression expression)",
|
||||
"MESSAGE": "Method 'TryCompile(LambdaExpression expression)' is missing XML documentation."
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"file": "/Users/dohertj2/Desktop/CBDD/src/CBDD.Core/Indexing/VectorSearchExtensions.cs",
|
||||
"total": 3,
|
||||
"error": 0,
|
||||
"warning": 3,
|
||||
"issues": [
|
||||
{
|
||||
"FILE": "/Users/dohertj2/Desktop/CBDD/src/CBDD.Core/Indexing/VectorSearchExtensions.cs",
|
||||
"LINE": 22,
|
||||
"CATEGORY": "MissingParam",
|
||||
"SEVERITY": "Warning",
|
||||
"MEMBER": "Method",
|
||||
"SIGNATURE": "VectorSearch(IEnumerable<float[]> vectors, float[] query, int k)",
|
||||
"MESSAGE": "Method 'VectorSearch(IEnumerable<float[]> vectors, float[] query, int k)' is missing <param name=\"k\"> documentation."
|
||||
},
|
||||
{
|
||||
"FILE": "/Users/dohertj2/Desktop/CBDD/src/CBDD.Core/Indexing/VectorSearchExtensions.cs",
|
||||
"LINE": 22,
|
||||
"CATEGORY": "MissingParam",
|
||||
"SEVERITY": "Warning",
|
||||
"MEMBER": "Method",
|
||||
"SIGNATURE": "VectorSearch(IEnumerable<float[]> vectors, float[] query, int k)",
|
||||
"MESSAGE": "Method 'VectorSearch(IEnumerable<float[]> vectors, float[] query, int k)' is missing <param name=\"query\"> documentation."
|
||||
},
|
||||
{
|
||||
"FILE": "/Users/dohertj2/Desktop/CBDD/src/CBDD.Core/Indexing/VectorSearchExtensions.cs",
|
||||
"LINE": 22,
|
||||
"CATEGORY": "MissingParam",
|
||||
"SEVERITY": "Warning",
|
||||
"MEMBER": "Method",
|
||||
"SIGNATURE": "VectorSearch(IEnumerable<float[]> vectors, float[] query, int k)",
|
||||
"MESSAGE": "Method 'VectorSearch(IEnumerable<float[]> vectors, float[] query, int k)' is missing <param name=\"vectors\"> documentation."
|
||||
}
|
||||
]
|
||||
}
|
||||
],
|
||||
"total": 68,
|
||||
"error": 63,
|
||||
"warning": 5
|
||||
}
|
||||
Reference in New Issue
Block a user