Release 1.1.2 #35
Annotations
10 warnings
build:
SpeedrunTracker/Models/EmbeddableUrl.cs#L6
Non-nullable property 'Url' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
build:
SpeedrunTracker/Models/EmbeddableUrl.cs#L7
Non-nullable property 'EmbedUrl' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
build:
SpeedrunTracker/ViewModels/VariableViewModel.cs#L7
Non-nullable property 'VariableId' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
build:
SpeedrunTracker/ViewModels/VariableViewModel.cs#L8
Non-nullable property 'Name' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
build:
SpeedrunTracker/Models/RunDetails.cs#L6
Non-nullable property 'Run' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
build:
SpeedrunTracker/Models/RunDetails.cs#L10
Non-nullable property 'Variables' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
build
NuGet package 'SkiaSharp.NativeAssets.Android' version '2.88.7' contains a shared library 'libSkiaSharp.so' which is not correctly aligned. See https://developer.android.com/guide/practices/page-sizes for more details
|
build
NuGet package 'SkiaSharp.NativeAssets.Android' version '2.88.7' contains a shared library 'libSkiaSharp.so' which is not correctly aligned. See https://developer.android.com/guide/practices/page-sizes for more details
|
build:
SpeedrunTracker/Models/EmbeddableUrl.cs#L6
Non-nullable property 'Url' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
build:
SpeedrunTracker/Models/EmbeddableUrl.cs#L7
Non-nullable property 'EmbedUrl' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|