Modernise and fix warnings #11
Annotations
11 warnings
build
The following actions uses Node.js version which is deprecated and will be forced to run on node20: coverallsapp/github-action@master. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
build:
Patterns/Proxy/EntriesProxy.cs#L24
Possible null reference return.
|
build:
Patterns/Iterator/MatrixIterator.cs#L69
Possible null reference return.
|
build:
Patterns/Iterator/MatrixIterator.cs#L71
Possible null reference return.
|
build:
Tests/PrototypeTest.cs#L44
Dereference of a possibly null reference.
|
build:
Tests/PrototypeTest.cs#L60
Dereference of a possibly null reference.
|
build:
Patterns/Proxy/EntriesProxy.cs#L24
Possible null reference return.
|
build:
Patterns/Iterator/MatrixIterator.cs#L69
Possible null reference return.
|
build:
Patterns/Iterator/MatrixIterator.cs#L71
Possible null reference return.
|
build:
Tests/PrototypeTest.cs#L44
Dereference of a possibly null reference.
|
build:
Tests/PrototypeTest.cs#L60
Dereference of a possibly null reference.
|