Target net 8.0 #69
Triggered via pull request
September 12, 2024 14:28
Status
Cancelled
Total duration
8m 15s
Artifacts
–
Annotations
2 errors and 10 warnings
|
build
The operation was canceled.
|
build
This construct causes code to be less generic than indicated by the type annotations. The type variable 'T has been constrained to be type 'unit'.
|
build
This construct causes code to be less generic than indicated by its type annotations. The type variable implied by the use of a '#', '_' or other type annotation at or near '/home/runner/work/suave/suave/src/Suave/Utils/Option.fs(36,18)-(36,19)' has been constrained to be type ''a'.
|
build
This construct causes code to be less generic than indicated by its type annotations. The type variable implied by the use of a '#', '_' or other type annotation at or near '/home/runner/work/suave/suave/src/Suave/Utils/Option.fs(35,18)-(35,19)' has been constrained to be type 'int'.
|
build
This construct is deprecated. Cryptographic factory methods accepting an algorithm name are obsolete. Use the parameterless Create factory method on the algorithm type instead.
|
build
The use of native pointers may result in unverifiable .NET IL code
|
build
The use of native pointers may result in unverifiable .NET IL code
|
build
This construct is deprecated. WebRequest, HttpWebRequest, ServicePoint, and WebClient are obsolete. Use HttpClient instead.
|
build
This construct is deprecated. WebRequest, HttpWebRequest, ServicePoint, and WebClient are obsolete. Use HttpClient instead.
|
build
The result of this expression has type 'bool' and is implicitly ignored. Consider using 'ignore' to discard this value explicitly, e.g. 'expr |> ignore', or 'let' to bind the result to a name, e.g. 'let result = expr'.
|
build
The result of this expression has type 'bool' and is implicitly ignored. Consider using 'ignore' to discard this value explicitly, e.g. 'expr |> ignore', or 'let' to bind the result to a name, e.g. 'let result = expr'.
|