Skip to content

Update README.md

Update README.md #2

Triggered via push August 31, 2023 12:55
Status Success
Total duration 46s
Artifacts

dotnet.yml

on: push
Fit to window
Zoom out
Zoom in

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.