Span interface definition, Span model definition added #2
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.
|