Add community and covariate records for pipeline parity #11
Annotations
10 warnings
|
Analyze (csharp):
tests/ManagedCode.GraphRag.Tests/Runtime/PipelineExecutorTests.cs#L31
Exception type System.Exception is not sufficiently specific (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca2201)
|
|
Analyze (csharp):
src/ManagedCode.GraphRag.Postgres/PostgresGraphStore.cs#L89
The behavior of 'StringBuilder.Append(ref StringBuilder.AppendInterpolatedStringHandler)' could vary based on the current user's locale settings. Replace this call in 'PostgresGraphStore.UpsertNodeAsync(string, string, IReadOnlyDictionary<string, object>,
|
|
Analyze (csharp):
src/ManagedCode.GraphRag.Postgres/PostgresGraphStore.cs#L126
The behavior of 'StringBuilder.Append(ref StringBuilder.AppendInterpolatedStringHandler)' could vary based on the current user's locale settings. Replace this call in 'PostgresGraphStore.UpsertRelationshipAsync(string, string, string, IReadOnlyDictionary<string, object>,
|
|
Analyze (csharp):
src/ManagedCode.GraphRag.Postgres/PostgresGraphStore.cs#L41
Method .ctor passes 'GraphName' as the paramName argument to a ArgumentNullException constructor. Replace this argument with one of the method's parameter names. Note that the provided parameter name should have the exact casing as declared on the method. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca2208)
|
|
Analyze (csharp):
src/ManagedCode.GraphRag.Postgres/PostgresGraphStore.cs#L40
Method .ctor passes 'ConnectionString' as the paramName argument to a ArgumentNullException constructor. Replace this argument with one of the method's parameter names. Note that the provided parameter name should have the exact casing as declared on the method. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca2208)
|
|
Analyze (csharp):
tests/ManagedCode.GraphRag.Tests/Runtime/PipelineExecutorTests.cs#L31
Exception type System.Exception is not sufficiently specific (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca2201)
|
|
Analyze (csharp):
src/ManagedCode.GraphRag.Postgres/PostgresGraphStore.cs#L89
The behavior of 'StringBuilder.Append(ref StringBuilder.AppendInterpolatedStringHandler)' could vary based on the current user's locale settings. Replace this call in 'PostgresGraphStore.UpsertNodeAsync(string, string, IReadOnlyDictionary<string, object>,
|
|
Analyze (csharp):
src/ManagedCode.GraphRag.Postgres/PostgresGraphStore.cs#L126
The behavior of 'StringBuilder.Append(ref StringBuilder.AppendInterpolatedStringHandler)' could vary based on the current user's locale settings. Replace this call in 'PostgresGraphStore.UpsertRelationshipAsync(string, string, string, IReadOnlyDictionary<string, object>,
|
|
Analyze (csharp):
src/ManagedCode.GraphRag.Postgres/PostgresGraphStore.cs#L41
Method .ctor passes 'GraphName' as the paramName argument to a ArgumentNullException constructor. Replace this argument with one of the method's parameter names. Note that the provided parameter name should have the exact casing as declared on the method. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca2208)
|
|
Analyze (csharp):
src/ManagedCode.GraphRag.Postgres/PostgresGraphStore.cs#L40
Method .ctor passes 'ConnectionString' as the paramName argument to a ArgumentNullException constructor. Replace this argument with one of the method's parameter names. Note that the provided parameter name should have the exact casing as declared on the method. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca2208)
|