Skip to content

Merge pull request #132 from tranpl/add_mit_license #11

Merge pull request #132 from tranpl/add_mit_license

Merge pull request #132 from tranpl/add_mit_license #11

Triggered via push July 16, 2024 19:59
Status Success
Total duration 34s
Artifacts

ci.yml

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