Fixed attached indexers #65
Annotations
10 warnings
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-dotnet@v1, actions/[email protected]. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
Fable Tests - JavaScript:
tests/Js/Main/ApplicativeTests.fs#L1084
This construct causes code to be less generic than indicated by the type annotations. The type variable 'T has been constrained to be type 'Result<'a,int>'.
|
Fable Tests - JavaScript:
tests/Js/Main/ApplicativeTests.fs#L1086
The instantiation of the generic type 'Const' is missing and can't be inferred from the arguments or return type of this member. Consider providing a type instantiation when accessing this type, e.g. 'Const<_,_>'.
|
Fable Tests - JavaScript:
tests/Js/Main/ApplicativeTests.fs#L1086
This construct causes code to be less generic than indicated by the type annotations. The type variable 'Applicative<'T> has been constrained to be type 'Const< ^a,Result<'b,int>>'.
|
Fable Tests - JavaScript:
tests/Js/Main/ApplicativeTests.fs#L1703
This construct causes code to be less generic than indicated by the type annotations. The type variable 'Functor has been constrained to be type 'Functor'.
|
Fable Tests - JavaScript:
tests/Js/Main/MiscTests.fs#L388
This and other recursive references to the object(s) being defined will be checked for initialization-soundness at runtime through the use of a delayed reference. This is because you are defining one or more recursive objects, rather than recursive functions. This warning may be suppressed by using '#nowarn "40"' or '--nowarn:40'.
|
Fable Tests - JavaScript:
tests/Js/Main/MiscTests.fs#L1072
This rule will never be matched
|
Fable Tests - JavaScript:
tests/Js/Main/StringTests.fs#L1028
This construct is deprecated. Uri.EscapeUriString can corrupt the Uri string in some cases. Consider using Uri.EscapeDataString for query string components.
|
Fable Tests - JavaScript:
tests/Js/Main/StringTests.fs#L1029
This construct is deprecated. Uri.EscapeUriString can corrupt the Uri string in some cases. Consider using Uri.EscapeDataString for query string components.
|
Fable Tests - JavaScript:
tests/Js/Main/StringTests.fs#L1030
This construct is deprecated. Uri.EscapeUriString can corrupt the Uri string in some cases. Consider using Uri.EscapeDataString for query string components.
|
The logs for this run have expired and are no longer available.
Loading