Removed unused travis file #7
Annotations
11 warnings
build
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: coverallsapp/github-action@master. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
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.
|