Skip to content

Automatic page view tracking #15

Automatic page view tracking

Automatic page view tracking #15

Triggered via pull request August 22, 2024 15:30
Status Success
Total duration 1m 40s
Artifacts

PR.yml

on: pull_request
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/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 adding the 'required' modifier or declaring the property as nullable.
build: TinyInsights/Crash.cs#L9
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#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/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 adding the 'required' modifier or declaring the property as nullable.
build: TinyInsights/Crash.cs#L9
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/Crash.cs#L24
Possible null reference argument for parameter 'type' in 'object? Activator.CreateInstance(Type type, params object?[]? args)'.