Skip to content

1.0.1-pre4

1.0.1-pre4 #30

Triggered via release July 30, 2024 11:56
@dhindrikdhindrik
published 1.0.1-pre4
Status Success
Total duration 1m 50s
Artifacts

release.yml

on: release
Fit to window
Zoom out
Zoom in

Annotations

20 warnings
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/Crash.cs#L5
Non-nullable property 'Message' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: TinyInsights/Crash.cs#L5
Non-nullable property 'StackTrace' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: TinyInsights/Crash.cs#L5
Non-nullable property 'ExceptionType' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: TinyInsights/Crash.cs#L5
Non-nullable property 'Source' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: TinyInsights/Crash.cs#L12
Possible null reference assignment.
build: TinyInsights/Crash.cs#L14
Possible null reference assignment.
build: TinyInsights/Crash.cs#L9
Non-nullable property 'StackTrace' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: TinyInsights/Crash.cs#L9
Non-nullable property 'Source' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
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/Crash.cs#L5
Non-nullable property 'Message' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: TinyInsights/Crash.cs#L5
Non-nullable property 'StackTrace' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: TinyInsights/Crash.cs#L5
Non-nullable property 'ExceptionType' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: TinyInsights/Crash.cs#L5
Non-nullable property 'Source' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: TinyInsights/Dependency.cs#L7
Non-nullable property 'DependencyType' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.