fix F# testing #1933
Annotations
2 errors and 10 warnings
|
unit tests
Process completed with exit code 1.
|
|
unit tests:
testing-unit-fs-mocks/Testing.fs#L35
Type constraint mismatch. The type � ''a' �is not compatible with type� 'obj'
|
|
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
This construct causes code to be less generic than indicated by the type annotations. The type variable 'a has been constrained to be type 'obj'.
|
|
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