Skip to content

1.0.1-pre7

1.0.1-pre7 #33

Triggered via release August 19, 2024 14:09
@dhindrikdhindrik
published 1.0.1-pre7
Status Success
Total duration 2m 9s
Artifacts

release.yml

on: release
Fit to window
Zoom out
Zoom in

Annotations

20 warnings
build: TinyInsights/Dependency.cs#L39
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 adding the 'required' modifier or declaring the property as nullable.
build: TinyInsights/Crash.cs#L5
Non-nullable property 'StackTrace' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build: TinyInsights/Crash.cs#L5
Non-nullable property 'ExceptionType' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build: TinyInsights/Crash.cs#L5
Non-nullable property 'Source' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build: TinyInsights/Dependency.cs#L7
Non-nullable property 'DependencyType' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build: TinyInsights/Dependency.cs#L7
Non-nullable property 'DependencyName' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build: TinyInsights/Dependency.cs#L7
Non-nullable property 'Data' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build: TinyInsights/ApplicationInsightsProvider.cs#L31
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#L28
Non-nullable field 'client' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
build: TinyInsights/Dependency.cs#L39
Cannot convert null literal to non-nullable reference type.
build: TinyInsights/InsightsMessageHandler.cs#L35
Dereference of a possibly null reference.
build: TinyInsights/InsightsMessageHandler.cs#L43
Dereference of a possibly null reference.
build: TinyInsights/ApplicationInsightsProvider.cs#L31
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#L28
Non-nullable field 'client' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
build: TinyInsights/Dependency.cs#L7
Non-nullable property 'DependencyType' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build: TinyInsights/Dependency.cs#L7
Non-nullable property 'DependencyName' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build: TinyInsights/Dependency.cs#L7
Non-nullable property 'Data' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build: TinyInsights/Dependency.cs#L31
Cannot convert null literal to non-nullable reference type.
build: TinyInsights/ApplicationInsightsProvider.cs#L198
Possible null reference return.