Implement exporting subscriptions #243
Annotations
3 errors and 11 warnings
build
Java SDK 11.0 or above is required when using .NET 6 or higher. Download the latest JDK at: https://aka.ms/msopenjdk
|
build
Java SDK 11.0 or above is required when using .NET 6 or higher. Download the latest JDK at: https://aka.ms/msopenjdk
|
build
Process completed with exit code 1.
|
build
The workload 'android' is out of support and will not receive security updates in the future. Please refer to https://aka.ms/maui-support-policy for more information about the support policy.
|
build:
subtrack.DAL/SubtrackDbContext.cs#L11
Non-nullable property 'Subscriptions' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build:
subtrack.DAL/SubtrackDbContext.cs#L11
Non-nullable property 'Settings' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build:
subtrack.DAL/Entities/Subscription.cs#L29
Non-nullable property 'PrimaryColor' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build:
subtrack.DAL/Entities/Subscription.cs#L33
Non-nullable property 'SecondaryColor' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build:
subtrack.DAL/Entities/SettingsBase.cs#L5
Non-nullable property 'Id' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build:
subtrack.MAUI/Responses/SubscriptionResponse.cs#L13
Non-nullable property 'PrimaryColor' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build:
subtrack.MAUI/Responses/SubscriptionResponse.cs#L15
Non-nullable property 'SecondaryColor' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build:
subtrack.MAUI/Shared/Components/BackButton.razor#L10
Non-nullable property 'Url' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build:
subtrack.MAUI/Shared/NavMenu.razor#L33
Possible null reference return.
|
build
The workload 'android' is out of support and will not receive security updates in the future. Please refer to https://aka.ms/maui-support-policy for more information about the support policy.
|