Traces table #5
Annotations
10 warnings
build:
TestService/Program.cs#L179
The type name 'helpers' only contains lower-cased ascii characters. Such names may become reserved for the language.
|
build:
TestService/Program.cs#L33
Possible null reference argument for parameter 'uriString' in 'Uri.Uri(string uriString)'.
|
build:
TestService/Program.cs#L63
Possible null reference argument for parameter 'uriString' in 'Uri.Uri(string uriString)'.
|
build:
TestService/Program.cs#L143
Dereference of a possibly null reference.
|
build:
TestService/Program.cs#L102
This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.
|
build:
OTLPView/Services/TracesPageState.cs#L3
Non-nullable field '_page' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
|
build:
OTLPView/Services/TracesPageState.cs#L4
Non-nullable field '_selectedSpan' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
|
build:
OTLPView/Services/TracesPageState.cs#L5
Non-nullable field '_selectedOperation' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
|
build:
OTLPView/Services/MetricsPageState.cs#L3
Non-nullable field '_page' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
|
build:
OTLPView/Services/MetricsPageState.cs#L12
Non-nullable field '_selectedService' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
|