Bump actions/checkout from 6.0.0 to 6.0.1 #388
Merged
Annotations
11 warnings
|
Post Run actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8
The process '/usr/bin/git' failed with exit code 128
|
|
Run ./test.ps1:
build/practice/nth-prime/NthPrime.vb#L21
Function 'Prime' doesn't return a value on all code paths. A null reference exception could occur at run time when the result is used.
|
|
Run ./test.ps1:
build/practice/game-of-life/GameOfLife.vb#L52
Function 'Tick' doesn't return a value on all code paths. A null reference exception could occur at run time when the result is used.
|
|
Run ./test.ps1:
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.
|
|
Run ./test.ps1:
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.
|
|
Run ./test.ps1:
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.
|
|
Run ./test.ps1:
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'.
|
|
Run ./test.ps1:
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.
|
|
Run ./test.ps1:
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'.
|
|
Run ./test.ps1:
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'.
|
|
Run ./test.ps1:
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'.
|
Loading