Skip to content

Update dotnet-build.yml to run build on all branches #1

Update dotnet-build.yml to run build on all branches

Update dotnet-build.yml to run build on all branches #1

Triggered via push June 5, 2025 19:50
Status Failure
Total duration 2m 20s
Artifacts

dotnet-build.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

1 error and 10 warnings
build
Process completed with exit code 1.
build: EventLog/XmlEventLogRecord.cs#L100
Dereference of a possibly null reference.
build: EventLog/XmlEventLogRecord.cs#L99
Dereference of a possibly null reference.
build: EventLog/XmlEventLogRecord.cs#L98
Dereference of a possibly null reference.
build: EventLog/XmlEventLogRecord.cs#L97
Dereference of a possibly null reference.
build: EventLog/XmlEventLogRecord.cs#L96
Dereference of a possibly null reference.
build: EventLog/XmlEventLogRecord.cs#L95
Dereference of a possibly null reference.
build: EventLog/BinaryEventLogFile.cs#L45
Cannot convert null literal to non-nullable reference type.
build: EventLog/CsvEventLogFile.cs#L19
Possible null reference argument for parameter 'line' in 'bool CsvEventLogFile.isComment(string line)'.
build: EventLog/CsvEventLogFile.cs#L18
Converting null literal or possible null value to non-nullable type.
build: EventLog/BinaryEventLogFile.cs#L12
Non-nullable field '_logReader' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.