Initial commit #5
Annotations
6 warnings
HttpServer.cs#L13
Converting null literal or possible null value to non-nullable type.
|
HttpServer.cs#L14
Possible null reference argument for parameter 'path1' in 'string Path.Combine(string path1, string path2)'.
|
HttpServer.cs#L31
Dereference of a possibly null reference.
|
HttpServer.cs#L13
Converting null literal or possible null value to non-nullable type.
|
HttpServer.cs#L14
Possible null reference argument for parameter 'path1' in 'string Path.Combine(string path1, string path2)'.
|
HttpServer.cs#L31
Dereference of a possibly null reference.
|
This job succeeded
Loading