Merge pull request #36 from OudomMunint/feature #73
Annotations
10 warnings
Build Proj:
MyBenchmark.cs#L123
The entry point of the program is global code; ignoring 'Program.Main(string[])' entry point.
|
Build Proj:
Program.cs#L31
Converting null literal or possible null value to non-nullable type.
|
Build Proj:
Program.cs#L32
Dereference of a possibly null reference.
|
Build Proj:
Program.cs#L78
Converting null literal or possible null value to non-nullable type.
|
Build Proj:
Program.cs#L82
Dereference of a possibly null reference.
|
Build Proj:
Program.cs#L118
Dereference of a possibly null reference.
|
Build Proj:
Program.cs#L180
Converting null literal or possible null value to non-nullable type.
|
Build Proj:
Program.cs#L190
Possible null reference argument for parameter 'key' in 'bool Dictionary<string, Action>.TryGetValue(string key, out Action value)'.
|
Build Proj:
Program.cs#L190
Converting null literal or possible null value to non-nullable type.
|
Build Proj:
Program.cs#L139
This call site is reachable on all platforms. 'ManagementBaseObject.this[string]' is only supported on: 'windows'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1416)
|
Loading