Skip to content

Add background import process #3

Add background import process

Add background import process #3

Triggered via pull request July 10, 2024 15:28
Status Success
Total duration 33s
Artifacts

ci.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
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.