Automatic page view tracking #15
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)'.
|