Create dotnet.yml #1
Annotations
10 warnings
build:
TestService/Program.cs#L30
Possible null reference argument for parameter 'uriString' in 'Uri.Uri(string uriString)'.
|
build:
TestService/Program.cs#L62
Possible null reference argument for parameter 'uriString' in 'Uri.Uri(string uriString)'.
|
build:
TestService/Program.cs#L141
Dereference of a possibly null reference.
|
build:
TestService/Program.cs#L100
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/Shared/MainLayout.razor#L30
Non-nullable field '_mudThemeProvider' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
|
build:
OTLPView/Shared/DimensionedHistogramView.razor#L18
Dereference of a possibly null reference.
|
build:
OTLPView/Shared/DimensionedHistogramView.razor#L42
Non-nullable property 'Dimension' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build:
OTLPView/Shared/TraceSpanView.razor.cs#L10
Non-nullable field '_span' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
|
build:
OTLPView/Shared/DimensionedCounterView.razor.cs#L57
Dereference of a possibly null reference.
|
build:
OTLPView/Shared/DimensionedCounterView.razor.cs#L59
Dereference of a possibly null reference.
|