Sync the sieve
exercise's docs with the latest data. (#322)
#632
Annotations
10 warnings
test
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/setup-dotnet@3447fd6a9f9e57506b15f895c5b76d3b197dc7c2. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
test
The process '/usr/bin/git' failed with exit code 128
|
test:
build/practice/ocr-numbers/OcrNumbers.vb#L53
'Public Shared Function __Throw(Of Integer)(e As Exception) As Integer' is obsolete: 'Please refactor calling code to use normal throw statements'.
|
test:
build/practice/ocr-numbers/OcrNumbers.vb#L57
'Public Shared Function __Throw(Of Integer)(e As Exception) As Integer' is obsolete: 'Please refactor calling code to use normal throw statements'.
|
test:
build/practice/list-ops/ListOps.vb#L54
'Public Shared Function __Assign(Of List(Of T))(ByRef target As List(Of T), value As List(Of T)) As List(Of T)' is obsolete: 'Please refactor calling code to use normal Visual Basic assignment'.
|
test:
build/practice/circular-buffer/CircularBuffer.vb#L52
Type parameter 'T' has the same name as a type parameter of an enclosing type. Enclosing type's type parameter will be shadowed.
|
test:
build/practice/circular-buffer/CircularBuffer.vb#L47
'Public Shared Function __Assign(Of List(Of T))(ByRef target As List(Of T), value As List(Of T)) As List(Of T)' is obsolete: 'Please refactor calling code to use normal Visual Basic assignment'.
|
test:
build/practice/change/Change.vb#L19
Using the iteration variable in a lambda expression may have unexpected results. Instead, create a local variable within the loop and assign it the value of the iteration variable.
|
test:
build/practice/change/Change.vb#L19
Using the iteration variable in a lambda expression may have unexpected results. Instead, create a local variable within the loop and assign it the value of the iteration variable.
|
test:
build/practice/change/Change.vb#L19
Using the iteration variable in a lambda expression may have unexpected results. Instead, create a local variable within the loop and assign it the value of the iteration variable.
|