Modernise and cleanup #9
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/Observer/SpecialsSubject.cs#L8
Non-nullable property 'SubjectState' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build:
Patterns/Proxy/Entries.cs#L21
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/Observer/SpecialsSubject.cs#L8
Non-nullable property 'SubjectState' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build:
Patterns/Proxy/Entries.cs#L21
Possible null reference return.
|
build:
Patterns/Iterator/MatrixIterator.cs#L69
Possible null reference return.
|
build:
Patterns/Iterator/MatrixIterator.cs#L71
Possible null reference return.
|