Skip to content

Span interface definition, Span model definition added #2

Span interface definition, Span model definition added

Span interface definition, Span model definition added #2

Re-run triggered October 19, 2023 12:19
Status Failure
Total duration 57s
Artifacts

dotnet-format.yml

on: pull_request
dotnet-format
43s
dotnet-format
Fit to window
Zoom out
Zoom in

Annotations

1 error and 20 warnings
dotnet-format
Process completed with exit code 2.
dotnet-format: src/Mocha.Core/Model/Trace/SpanEvent.cs#L5
Non-nullable property 'TraceId' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
dotnet-format: src/Mocha.Core/Model/Trace/SpanEvent.cs#L9
Non-nullable property 'EventName' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
dotnet-format: src/Mocha.Core/Model/Trace/SpanAttribute.cs#L5
Non-nullable property 'AttributeKey' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
dotnet-format: src/Mocha.Core/Model/Trace/SpanAttribute.cs#L7
Non-nullable property 'AttributeValue' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
dotnet-format: src/Mocha.Core/Model/Trace/SpanAttribute.cs#L11
Non-nullable property 'TraceId' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
dotnet-format: src/Mocha.Core/Model/Trace/SpanAttribute.cs#L13
Non-nullable property 'SpanId' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
dotnet-format: src/Mocha.Core/Model/Trace/SpanLink.cs#L5
Non-nullable property 'TraceId' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
dotnet-format: src/Mocha.Core/Model/Trace/SpanLink.cs#L7
Non-nullable property 'SpanId' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
dotnet-format: src/Mocha.Core/Model/Trace/SpanLink.cs#L9
Non-nullable property 'LinkedSpanId' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
dotnet-format: src/Mocha.Core/Model/Trace/SpanLink.cs#L11
Non-nullable property 'TraceState' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
dotnet-format: src/Mocha.Core/Model/Trace/SpanLink.cs#L5
Non-nullable property 'TraceId' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
dotnet-format: src/Mocha.Core/Model/Trace/SpanLink.cs#L7
Non-nullable property 'SpanId' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
dotnet-format: src/Mocha.Core/Model/Trace/SpanLink.cs#L9
Non-nullable property 'LinkedSpanId' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
dotnet-format: src/Mocha.Core/Model/Trace/SpanLink.cs#L11
Non-nullable property 'TraceState' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
dotnet-format: src/Mocha.Core/Model/Trace/SpanEvent.cs#L5
Non-nullable property 'TraceId' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
dotnet-format: src/Mocha.Core/Model/Trace/SpanEvent.cs#L9
Non-nullable property 'EventName' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
dotnet-format: src/Mocha.Core/Model/Trace/Span.cs#L5
Non-nullable property 'TraceId' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
dotnet-format: src/Mocha.Core/Model/Trace/Span.cs#L7
Non-nullable property 'SpanId' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
dotnet-format: src/Mocha.Core/Model/Trace/Span.cs#L9
Non-nullable property 'SpanName' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
dotnet-format: src/Mocha.Core/Model/Trace/Span.cs#L11
Non-nullable property 'ParentSpanId' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.