Skip to content

Add opt and vopt helper functions #670

Add opt and vopt helper functions

Add opt and vopt helper functions #670

Triggered via pull request April 23, 2024 00:41
Status Failure
Total duration 2m 33s
Artifacts

pull_request.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 2 warnings
build: src/Elmish.WPF/Binding.fs#L209
This value, type or method expects 4 type parameter(s) but was given 1
build: src/Elmish.WPF/Binding.fs#L209
This value, type or method expects 4 type parameter(s) but was given 1
build: src/Elmish.WPF/Binding.fs#L209
This value, type or method expects 4 type parameter(s) but was given 1
build: src/Elmish.WPF/Binding.fs#L217
This value, type or method expects 4 type parameter(s) but was given 1
build: src/Elmish.WPF/Binding.fs#L217
This value, type or method expects 4 type parameter(s) but was given 1
build: src/Elmish.WPF/Binding.fs#L217
This value, type or method expects 4 type parameter(s) but was given 1
build: src/Elmish.WPF/Binding.fs#L227
Type mismatch. Expecting a� '(('a -> 'b) -> string -> Binding<'c,'d,ObservableCollection<'a>>) -> 'e' �but given a� 'Binding<'f,'g,'h> -> Binding<'f,'i,'h>' �The type '('a -> 'b) -> string -> Binding<'c,'d,ObservableCollection<'a>>' does not match the type 'Binding<'e,'f,'g>'
build: src/Elmish.WPF/Binding.fs#L227
Type mismatch. Expecting a� '(('a -> 'b) -> string -> Binding<'c,'d,ObservableCollection<'a>>) -> 'e' �but given a� 'Binding<'f,'g,'h> -> Binding<'f,'i,'h>' �The type '('a -> 'b) -> string -> Binding<'c,'d,ObservableCollection<'a>>' does not match the type 'Binding<'e,'f,'g>'
build: src/Elmish.WPF/Binding.fs#L227
Type mismatch. Expecting a� '(('a -> 'b) -> string -> Binding<'c,'d,ObservableCollection<'a>>) -> 'e' �but given a� 'Binding<'f,'g,'h> -> Binding<'f,'i,'h>' �The type '('a -> 'b) -> string -> Binding<'c,'d,ObservableCollection<'a>>' does not match the type 'Binding<'e,'f,'g>'
build: src/Elmish.WPF/Binding.fs#L227
Type mismatch. Expecting a� '(('a -> 'b) -> string -> Binding<'c,'d,ObservableCollection<'a>>) -> 'e' �but given a� 'Binding<'f,System.Nullable<'g>,'h> -> Binding<'f,'g option,'h>' �The type '('a -> 'b) -> string -> Binding<'c,'d,ObservableCollection<'a>>' does not match the type 'Binding<'e,System.Nullable<'f>,'g>'
build
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v2, actions/setup-dotnet@v1. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
build
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-dotnet@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/