feat: Upgrade to .NET 6, add CI workflow, and fix tests #2
Annotations
10 warnings
|
EventLog/XmlEventLogRecord.cs#L95
Dereference of a possibly null reference.
|
|
EventLog/CsvEventLogFile.cs#L19
Possible null reference argument for parameter 'line' in 'bool CsvEventLogFile.isComment(string line)'.
|
|
EventLog/CsvEventLogFile.cs#L18
Converting null literal or possible null value to non-nullable type.
|
|
EventLog/BinaryEventLogFile.cs#L45
Cannot convert null literal to non-nullable reference type.
|
|
EventLog/XmlEventLogFile.cs#L34
Cannot convert null literal to non-nullable reference type.
|
|
EventLog/XmlEventLogFile.cs#L19
Dereference of a possibly null reference.
|
|
EventLog/Metadata.cs#L38
Unboxing a possibly null value.
|
|
EventLog/Footer.cs#L27
Unboxing a possibly null value.
|
|
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.
|
|
EventLog/Header.cs#L29
Unboxing a possibly null value.
|
The logs for this run have expired and are no longer available.
Loading