Skip to content

1.0.1-pre2

1.0.1-pre2 #28

Triggered via release May 23, 2024 07:12
@dhindrikdhindrik
published 1.0.1-pre2
Status Success
Total duration 1m 49s
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/ApplicationInsightsProvider.cs#L28
Nullability of reference types in type of parameter 'sender' of 'void ApplicationInsightsProvider.TaskScheduler_UnobservedTaskException(object sender, UnobservedTaskExceptionEventArgs e)' doesn't match the target delegate 'EventHandler<UnobservedTaskExceptionEventArgs>' (possibly because of nullability attributes).
build: TinyInsights/ApplicationInsightsProvider.cs#L25
Non-nullable field 'client' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
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/ApplicationInsightsProvider.cs#L170
Possible null reference return.
build: TinyInsights/ApplicationInsightsProvider.cs#L214
Possible null reference argument for parameter 'value' in 'void Dictionary<string, string>.Add(string key, string value)'.
build: TinyInsights/ApplicationInsightsProvider.cs#L233
The variable 'ex' is declared but never used
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/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/ApplicationInsightsProvider.cs#L28
Nullability of reference types in type of parameter 'sender' of 'void ApplicationInsightsProvider.TaskScheduler_UnobservedTaskException(object sender, UnobservedTaskExceptionEventArgs e)' doesn't match the target delegate 'EventHandler<UnobservedTaskExceptionEventArgs>' (possibly because of nullability attributes).
build: TinyInsights/ApplicationInsightsProvider.cs#L25
Non-nullable field 'client' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.