Skip to content

Merge pull request #129 from tranpl/add_background_import_process #22

Merge pull request #129 from tranpl/add_background_import_process

Merge pull request #129 from tranpl/add_background_import_process #22

Triggered via push July 10, 2024 16:00
Status Success
Total duration 39s
Artifacts
Fit to window
Zoom out
Zoom in

Annotations

12 warnings
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/
build
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/checkout@v2, actions/setup-dotnet@v1. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
build: RedcapApi/Api/RedcapApi.cs#L587
Parameter 'timeOutSeconds' has no matching param tag in the XML comment for 'RedcapApi.SwitchDagAsync(string, RedcapDag, Content, RedcapAction, CancellationToken, long)' (but other parameters do)
build: RedcapApi/Api/RedcapApi.cs#L625
Parameter 'timeOutSeconds' has no matching param tag in the XML comment for 'RedcapApi.ExportUserDagAssignmentAsync(string, Content, RedcapFormat, RedcapReturnFormat, CancellationToken, long)' (but other parameters do)
build: RedcapApi/Api/RedcapApi.cs#L677
Parameter 'timeOutSeconds' has no matching param tag in the XML comment for 'RedcapApi.ImportUserDagAssignmentAsync<T>(string, Content, RedcapAction, RedcapFormat, List<T>, RedcapReturnFormat, CancellationToken, long)' (but other parameters do)
build: RedcapApi/Api/RedcapApi.cs#L730
Parameter 'timeOutSeconds' has no matching param tag in the XML comment for 'RedcapApi.ExportEventsAsync(string, RedcapFormat, string[], RedcapReturnFormat, CancellationToken, long)' (but other parameters do)
build: RedcapApi/Api/RedcapApi.cs#L785
Parameter 'timeOutSeconds' has no matching param tag in the XML comment for 'RedcapApi.ExportEventsAsync(string, Content, RedcapFormat, string[], RedcapReturnFormat, CancellationToken, long)' (but other parameters do)
build: RedcapApi/Api/RedcapApi.cs#L846
Parameter 'timeOutSeconds' has no matching param tag in the XML comment for 'RedcapApi.ImportEventsAsync<T>(string, Override, RedcapFormat, List<T>, RedcapReturnFormat, CancellationToken, long)' (but other parameters do)
build: RedcapApi/Api/RedcapApi.cs#L903
Parameter 'timeOutSeconds' has no matching param tag in the XML comment for 'RedcapApi.ImportEventsAsync<T>(string, Content, RedcapAction, Override, RedcapFormat, List<T>, RedcapReturnFormat, CancellationToken, long)' (but other parameters do)
build: RedcapApi/Api/RedcapApi.cs#L950
Parameter 'timeOutSeconds' has no matching param tag in the XML comment for 'RedcapApi.DeleteEventsAsync(string, string[], CancellationToken, long)' (but other parameters do)
build: RedcapApi.Tests/RecordsTests.cs#L10
Non-nullable property 'record_id' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: RedcapApi.Tests/RecordsTests.cs#L11
Non-nullable property 'first_name' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.