End-to-End Tests #13
Annotations
6 errors and 11 warnings
End-to-End Tests:
CSharp.OpenSource.LinqToKql.Test/EndToEndTests.cs#L20
'ServiceCollection' does not contain a definition for 'AddKustoDbContext' and no accessible extension method 'AddKustoDbContext' accepting a first argument of type 'ServiceCollection' could be found (are you missing a using directive or an assembly reference?)
|
End-to-End Tests:
CSharp.OpenSource.LinqToKql.Test/Translator/SelectTranslatorTests.cs#L16
The type arguments for method 'LinqToKQLQueryTranslatorBaseTest.AssertQuery<T>(IQueryable<T>, string[], LinqToKQLQueryTranslatorConfig?)' cannot be inferred from the usage. Try specifying the type arguments explicitly.
|
End-to-End Tests:
CSharp.OpenSource.LinqToKql.Test/Translator/SelectTranslatorTests.cs#L23
The type arguments for method 'LinqToKQLQueryTranslatorBaseTest.AssertQuery<T>(IQueryable<T>, string[], LinqToKQLQueryTranslatorConfig?)' cannot be inferred from the usage. Try specifying the type arguments explicitly.
|
End-to-End Tests:
CSharp.OpenSource.LinqToKql.Test/Translator/SelectTranslatorTests.cs#L30
The type arguments for method 'LinqToKQLQueryTranslatorBaseTest.AssertQuery<T>(IQueryable<T>, string[], LinqToKQLQueryTranslatorConfig?)' cannot be inferred from the usage. Try specifying the type arguments explicitly.
|
End-to-End Tests:
CSharp.OpenSource.LinqToKql.Test/Translator/SelectTranslatorTests.cs#L37
The type arguments for method 'LinqToKQLQueryTranslatorBaseTest.AssertQuery<T>(IQueryable<T>, string[], LinqToKQLQueryTranslatorConfig?)' cannot be inferred from the usage. Try specifying the type arguments explicitly.
|
End-to-End Tests
Process completed with exit code 1.
|
End-to-End Tests
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
End-to-End Tests:
CSharp.OpenSource.LinqToKql/Provider/IKustoDbContextExecutor.cs#L10
'IKustoDbContextExecutor<T>.Executor' hides inherited member 'IKustoDbContextExecutor.Executor'. Use the new keyword if hiding was intended.
|
End-to-End Tests:
CSharp.OpenSource.LinqToKql/Translator/Models/SelectMemeberModel.cs#L5
Non-nullable property 'Name' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
End-to-End Tests:
CSharp.OpenSource.LinqToKql/Translator/Models/SelectMemeberModel.cs#L6
Non-nullable property 'Value' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
End-to-End Tests:
CSharp.OpenSource.LinqToKql/Models/ShowSchemaResult.cs#L5
Non-nullable property 'DatabaseName' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
End-to-End Tests:
CSharp.OpenSource.LinqToKql/Models/ShowSchemaResult.cs#L6
Non-nullable property 'TableName' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
End-to-End Tests:
CSharp.OpenSource.LinqToKql/Models/ShowSchemaResult.cs#L7
Non-nullable property 'ColumnName' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
End-to-End Tests:
CSharp.OpenSource.LinqToKql/Models/ShowSchemaResult.cs#L8
Non-nullable property 'ColumnType' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
End-to-End Tests:
CSharp.OpenSource.LinqToKql/Models/ShowSchemaResult.cs#L11
Non-nullable property 'PrettyName' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
End-to-End Tests:
CSharp.OpenSource.LinqToKql/Models/ShowSchemaResult.cs#L12
Non-nullable property 'Version' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
End-to-End Tests:
CSharp.OpenSource.LinqToKql/Models/ShowSchemaResult.cs#L13
Non-nullable property 'Folder' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|