Skip to content

Add details into subsciption details page. #169

Add details into subsciption details page.

Add details into subsciption details page. #169

Triggered via pull request September 1, 2023 19:16
Status Success
Total duration 9m 3s
Artifacts

dotnet.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

13 warnings
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
The workload 'ios' 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
The workload 'maccatalyst' 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
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/SettingsBase.cs#L5
Non-nullable property 'Id' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build
The workload 'ios' 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
The workload 'maccatalyst' 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.MAUI/Pages/UpsertSubscription.razor#L20
Dereference of a possibly null reference.
build: subtrack.MAUI/Pages/UpsertSubscription.razor#L76
Dereference of a possibly null reference.
build: subtrack.MAUI/Pages/UpsertSubscription.razor#L94
Possible null reference argument for parameter 'subscriptionToCreate' in 'Task<Subscription> ISubscriptionService.CreateSubscriptionAsync(Subscription subscriptionToCreate)'.
build: subtrack.MAUI/Pages/UpsertSubscription.razor#L100
Possible null reference argument for parameter 'subscriptionToUpdate' in 'Task ISubscriptionService.Update(Subscription subscriptionToUpdate)'.