Skip to content

feat: Upgrade to .NET 6, add CI workflow, and fix tests #2

feat: Upgrade to .NET 6, add CI workflow, and fix tests

feat: Upgrade to .NET 6, add CI workflow, and fix tests #2

Triggered via pull request June 5, 2025 19:59
Status Success
Total duration 3m 9s
Artifacts

dotnet-build.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
build: EventLog/XmlEventLogRecord.cs#L95
Dereference of a possibly null reference.
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#L45
Cannot convert null literal to non-nullable reference type.
build: EventLog/XmlEventLogFile.cs#L34
Cannot convert null literal to non-nullable reference type.
build: EventLog/XmlEventLogFile.cs#L19
Dereference of a possibly null reference.
build: EventLog/Metadata.cs#L38
Unboxing a possibly null value.
build: EventLog/Footer.cs#L27
Unboxing a possibly null value.
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.
build: EventLog/Header.cs#L29
Unboxing a possibly null value.