Skip to content

Update automatic-release.yml #151

Update automatic-release.yml

Update automatic-release.yml #151

Triggered via pull request September 24, 2024 13:41
Status Success
Total duration 39s
Artifacts

build-and-test.yaml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
build: Chirp/src/SimpleDB/Cheep.cs#L7
Non-nullable property 'Author' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build: Chirp/src/SimpleDB/Cheep.cs#L7
Non-nullable property 'Message' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build: Chirp/test/Chirp.SimpleDB.Tests/TestObjects/CsvTestObject.cs#L30
Nullability of type of parameter 'obj' doesn't match overridden member (possibly because of nullability attributes).
build: Chirp/test/Chirp.SimpleDB.Tests/TestObjects/CsvTestObject.cs#L3
'CsvTestObject' overrides Object.Equals(object o) but does not override Object.GetHashCode()
build: Chirp/test/Chirp.SimpleDB.Tests/TestObjects/CsvTestObject.cs#L10
Non-nullable property 'field1String' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build: Chirp/test/Chirp.SimpleDB.Tests/CsvDatabaseTest.cs#L93
Dereference of a possibly null reference.
build: Chirp/src/Chirp.CLI.Client/Program.cs#L38
The local function 'WriteCheep' is declared but never used
build: Chirp/src/Chirp.CLI.Client/Program.cs#L46
The local function 'DisplayCheeps' is declared but never used
build: Chirp/src/Chirp.CLI.Client/Program.cs#L75
The local function 'WebDisplayAllCheeps' is declared but never used
build: Chirp/src/SimpleDB/Cheep.cs#L7
Non-nullable property 'Author' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.