Update README #42
Annotations
10 warnings
src/App.cs#L171
Dereference of a possibly null reference.
|
src/App.cs#L171
Converting null literal or possible null value to non-nullable type.
|
src/App.cs#L188
Possible null reference argument for parameter 'Argument' in 'void Logger.LogExit(LogLevel Level, string Message, string Argument)'.
|
src/App.cs#L214
Possible null reference argument for parameter 'name' in 'PropertyInfo? Type.GetProperty(string name)'.
|
src/App.cs#L219
Dereference of a possibly null reference.
|
src/App.cs#L219
Converting null literal or possible null value to non-nullable type.
|
src/App.cs#L232
Possible null reference argument for parameter 'key' in 'bool Dictionary<string, ResizeMode>.ContainsKey(string key)'.
|
src/App.cs#L254
Possible null reference assignment.
|
src/App.cs#L171
Dereference of a possibly null reference.
|
src/App.cs#L171
Converting null literal or possible null value to non-nullable type.
|
The logs for this run have expired and are no longer available.
Loading