Skip to content

Implemented ILogger interface (#6) #2

Implemented ILogger interface (#6)

Implemented ILogger interface (#6) #2

Triggered via pull request July 21, 2024 18:29
Status Failure
Total duration 2m 15s
Artifacts

PR.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

1 error and 10 warnings
build
Process completed with exit code 1.
build: TinyInsights/Dependency.cs#L38
Cannot convert null literal to non-nullable reference type.
build: TinyInsights/IInsights.cs#L13
Cannot convert null literal to non-nullable reference type.
build: TinyInsights/InsightsMessageHandler.cs#L35
Dereference of a possibly null reference.
build: TinyInsights/InsightsMessageHandler.cs#L36
Possible null reference argument for parameter 'exception' in 'Task IInsights.TrackDependencyAsync(string dependencyType, string dependencyName, string data, DateTimeOffset startTime, TimeSpan duration, bool success, int resultCode = 0, Exception exception = null)'.
build: TinyInsights/InsightsMessageHandler.cs#L43
Dereference of a possibly null reference.
build: TinyInsights/Dependency.cs#L7
Non-nullable property 'DependencyType' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: TinyInsights/Dependency.cs#L7
Non-nullable property 'DependencyName' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: TinyInsights/Dependency.cs#L7
Non-nullable property 'Data' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: TinyInsights/Dependency.cs#L30
Cannot convert null literal to non-nullable reference type.
build: TinyInsights/Crash.cs#L5
Non-nullable property 'Message' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.