Merge pull request #132 from tranpl/add_mit_license #11
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.
|