Skip to content

Merge pull request #7 from samsp-msft/traces-table #7

Merge pull request #7 from samsp-msft/traces-table

Merge pull request #7 from samsp-msft/traces-table #7

Triggered via push August 31, 2023 18:08
Status Success
Total duration 44s
Artifacts

dotnet.yml

on: push
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/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/DataModel/Traces.cs#L131
Non-nullable property 'Name' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: OTLPView/DataModel/Traces.cs#L133
Non-nullable property 'Attributes' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.