Test examples #1998
Annotations
10 warnings
|
unit tests:
testing-unit-fs-mocks/WebsiteStackTests.fs#L65
Nullness warning: The types 'Account' and 'Account | null' do not have compatible nullability.
|
|
unit tests:
testing-unit-fs-mocks/WebsiteStackTests.fs#L65
Nullness warning: The types 'Account' and 'Account | null' do not have compatible nullability.
|
|
unit tests:
testing-unit-fs-mocks/WebsiteStackTests.fs#L62
Nullness warning: The types 'obj' and 'Account | null' do not have compatible nullability.
|
|
unit tests:
testing-unit-fs-mocks/WebsiteStackTests.fs#L54
Nullness warning: The types 'IDictionary<string,string>' and 'IDictionary<string,string> | null' do not have compatible nullability.
|
|
unit tests:
testing-unit-fs-mocks/WebsiteStackTests.fs#L51
Nullness warning: The types 'obj' and 'ImmutableDictionary<string,string> | null' do not have compatible nullability.
|
|
unit tests:
testing-unit-fs-mocks/Testing.fs#L35
Nullness warning: The type 'obj' does not support 'null'.
|
|
unit tests:
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.
|
|
unit tests:
testing-unit-fs-mocks/Testing.fs#L29
Nullness warning: The types 'string' and 'string | null' do not have compatible nullability.
|
|
unit tests:
testing-unit-fs-mocks/Testing.fs#L29
Nullness warning: The types 'string' and 'string | null' do not have compatible nullability.
|
|
unit tests:
testing-unit-fs-mocks/Testing.fs#L15
Nullness warning: The types 'obj' and 'string | null' do not have compatible nullability.
|
Loading