Skip to content

Create dotnet.yml

Create dotnet.yml #1

Triggered via push May 8, 2024 02:38
Status Success
Total duration 44s
Artifacts

dotnet.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
build: Patterns/Memento/ProductOriginator.cs#L9
Non-nullable field 'product' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
build: Patterns/Memento/Product.cs#L5
Non-nullable property 'Name' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: Patterns/Memento/ProductCaretaker.cs#L16
Possible null reference return.
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/Memento/ProductOriginator.cs#L9
Non-nullable field 'product' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.