Test examples #1992
test-examples.yml
on: schedule
TypeScript lint checks
1m 47s
TypeScript unit tests
1m 55s
Python Code Format and Validation
26s
Python unit tests
2m 6s
Go unit tests
2m 58s
Kubernetes integration tests
12m 53s
Matrix: providers
Matrix: .NET unit tests
Annotations
11 warnings
|
.NET unit tests (testing-unit-cs-mocks):
testing-unit-cs-mocks/Testing.cs#L50
Nullability of reference types in value of type 'Task<(string Id, object)>' doesn't match target type 'Task<(string? id, object state)>'.
|
|
.NET unit tests (testing-unit-fs-mocks):
testing-unit-fs-mocks/WebsiteStackTests.fs#L65
Nullness warning: The types 'Account' and 'Account | null' do not have compatible nullability.
|
|
.NET unit tests (testing-unit-fs-mocks):
testing-unit-fs-mocks/WebsiteStackTests.fs#L65
Nullness warning: The types 'Account' and 'Account | null' do not have compatible nullability.
|
|
.NET unit tests (testing-unit-fs-mocks):
testing-unit-fs-mocks/WebsiteStackTests.fs#L62
Nullness warning: The types 'obj' and 'Account | null' do not have compatible nullability.
|
|
.NET unit tests (testing-unit-fs-mocks):
testing-unit-fs-mocks/WebsiteStackTests.fs#L54
Nullness warning: The types 'IDictionary<string,string>' and 'IDictionary<string,string> | null' do not have compatible nullability.
|
|
.NET unit tests (testing-unit-fs-mocks):
testing-unit-fs-mocks/WebsiteStackTests.fs#L51
Nullness warning: The types 'obj' and 'ImmutableDictionary<string,string> | null' do not have compatible nullability.
|
|
.NET unit tests (testing-unit-fs-mocks):
testing-unit-fs-mocks/Testing.fs#L35
Nullness warning: The type 'obj' does not support 'null'.
|
|
.NET unit tests (testing-unit-fs-mocks):
testing-unit-fs-mocks/Testing.fs#L29
Nullness warning: A non-nullable 'string' was expected but this expression is nullable. Consider either changing the target to also be nullable, or use pattern matching to safely handle the null case of this expression.
|
|
.NET unit tests (testing-unit-fs-mocks):
testing-unit-fs-mocks/Testing.fs#L29
Nullness warning: The types 'string' and 'string | null' do not have compatible nullability.
|
|
.NET unit tests (testing-unit-fs-mocks):
testing-unit-fs-mocks/Testing.fs#L29
Nullness warning: The types 'string' and 'string | null' do not have compatible nullability.
|
|
.NET unit tests (testing-unit-fs-mocks):
testing-unit-fs-mocks/Testing.fs#L15
Nullness warning: The types 'obj' and 'string | null' do not have compatible nullability.
|