Update unitTests.yml #21
Annotations
1 error and 11 warnings
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/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.
|
End-to-End Tests:
CSharp.OpenSource.LinqToKql/Models/ShowSchemaResult.cs#L14
Non-nullable property 'DocString' 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#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.
|