Update README.md #2
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/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.
|
build:
OTLPView/Services/MetricsPageState.cs#L25
Non-nullable field '_selectedMeter' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
|
build:
OTLPView/Services/MetricsPageState.cs#L38
Non-nullable field '_selectedMetric' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
|
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/Services/TracesPageState.cs#L3
Non-nullable field '_page' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
|