Skip to content

Basic charting for metrics using plotly.js rather than Mud Blazor. #14

Basic charting for metrics using plotly.js rather than Mud Blazor.

Basic charting for metrics using plotly.js rather than Mud Blazor. #14

Triggered via pull request September 15, 2023 23:52
@samsp-msftsamsp-msft
synchronize #10
plotly
Status Success
Total duration 47s
Artifacts

dotnet.yml

on: pull_request
Fit to window
Zoom out
Zoom in

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/ConcurrentCappedCache.cs#L214
Type parameter 'T' has the same name as the type parameter from outer type 'ConcurrentCappedCache<T>'
build: OTLPView/Shared/MainLayout.razor#L33
Non-nullable field '_mudThemeProvider' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
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.