Skip to content

Fix #1453: Fix CsvProvider encoding provider registration #178

Fix #1453: Fix CsvProvider encoding provider registration

Fix #1453: Fix CsvProvider encoding provider registration #178

Triggered via pull request March 11, 2024 22:09
Status Failure
Total duration 2m 15s
Artifacts

pull-requests.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

20 errors and 4 warnings
build-ubuntu
The value, namespace, type or module 'CodePagesEncodingProvider' is not defined.
build-ubuntu
The type 'TextRuntime' does not define the field, constructor or member 'GetEncoding'.
build-ubuntu
The member or object constructor 'Parse' takes 6 argument(s) but is here given 7. The required signature is 'static member CsvFile.Parse: text: string * ?separators: string * ?quote: char * ?hasHeaders: bool * ?ignoreErrors: bool * ?skipRows: int -> CsvFile'.
build-ubuntu
Lookup on object of indeterminate type based on information prior to this program point. A type annotation may be needed prior to this program point to constrain the type of the object. This may allow the lookup to be resolved.
build-ubuntu
Lookup on object of indeterminate type based on information prior to this program point. A type annotation may be needed prior to this program point to constrain the type of the object. This may allow the lookup to be resolved.
build-ubuntu
This expression was expected to have type� 'Map<string,string>' �but here has type� ''a option'
build-ubuntu
The type 'HttpResponseWithStream' does not define the field, constructor or member 'NumberOfColumns'.
build-ubuntu
Type constraint mismatch. The type � 'HttpResponseWithStream' �is not compatible with type� 'IDisposable'
build-ubuntu
The value, namespace, type or module 'CodePagesEncodingProvider' is not defined.
build-ubuntu: src/FSharp.Data.DesignTime/Csv/CsvProvider.fs#L112
The type 'TextRuntime' does not define the field, constructor or member 'GetEncoding'.
build-windows
The value, namespace, type or module 'CodePagesEncodingProvider' is not defined.
build-windows
The type 'TextRuntime' does not define the field, constructor or member 'GetEncoding'.
build-windows
The member or object constructor 'Parse' takes 6 argument(s) but is here given 7. The required signature is 'static member CsvFile.Parse: text: string * ?separators: string * ?quote: char * ?hasHeaders: bool * ?ignoreErrors: bool * ?skipRows: int -> CsvFile'.
build-windows
Lookup on object of indeterminate type based on information prior to this program point. A type annotation may be needed prior to this program point to constrain the type of the object. This may allow the lookup to be resolved.
build-windows
Lookup on object of indeterminate type based on information prior to this program point. A type annotation may be needed prior to this program point to constrain the type of the object. This may allow the lookup to be resolved.
build-windows
This expression was expected to have type� 'Map<string,string>' �but here has type� ''a option'
build-windows
The type 'HttpResponseWithStream' does not define the field, constructor or member 'NumberOfColumns'.
build-windows
Type constraint mismatch. The type � 'HttpResponseWithStream' �is not compatible with type� 'IDisposable'
build-windows
The value, namespace, type or module 'CodePagesEncodingProvider' is not defined.
build-windows: src/FSharp.Data.DesignTime/Csv/CsvProvider.fs#L112
The type 'TextRuntime' does not define the field, constructor or member 'GetEncoding'.
build-ubuntu
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: 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-ubuntu
The following actions uses node12 which is deprecated and will be forced to run on node16: 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/
build-windows
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: 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-windows
The following actions uses node12 which is deprecated and will be forced to run on node16: 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/