Skip to content

add MIT License file #23

add MIT License file

add MIT License file #23

Triggered via pull request July 16, 2024 19:56
Status Success
Total duration 27s
Artifacts

redcapi-api-action.yml

on: pull_request
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.