Skip to content

Update SelectTranslatorTests.cs #15

Update SelectTranslatorTests.cs

Update SelectTranslatorTests.cs #15

Triggered via push December 13, 2024 13:36
Status Failure
Total duration 56s
Artifacts

e2eTests.yml

on: push
End-to-End Tests
46s
End-to-End Tests
Fit to window
Zoom out
Zoom in

Annotations

2 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
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.