Skip to content

Release

Release #10

Triggered via release May 19, 2024 17:50
@dhindrikdhindrik
published bea7914
Status Failure
Total duration 1m 37s
Artifacts

release.yml

on: release
Fit to window
Zoom out
Zoom in

Annotations

1 error and 10 warnings
build
Process completed with exit code 1.
build: MauiInsights/IInsights.cs#L13
Cannot convert null literal to non-nullable reference type.
build: MauiInsights/Dependency.cs#L38
Cannot convert null literal to non-nullable reference type.
build: MauiInsights/InsightsMessageHandler.cs#L35
Dereference of a possibly null reference.
build: MauiInsights/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: MauiInsights/InsightsMessageHandler.cs#L43
Dereference of a possibly null reference.
build: MauiInsights/Crash.cs#L5
Non-nullable property 'Message' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: MauiInsights/Crash.cs#L5
Non-nullable property 'StackTrace' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: MauiInsights/Crash.cs#L5
Non-nullable property 'ExceptionType' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: MauiInsights/Crash.cs#L5
Non-nullable property 'Source' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: MauiInsights/Crash.cs#L12
Possible null reference assignment.