Merge pull request #2 from CodeMangler/feat/upgrade-dotnet6-github-ac… #3
Annotations
10 warnings
|
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/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/Header.cs#L29
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.
|