Skip to content

Moves calculations related to the monthly page to a new service #163

Moves calculations related to the monthly page to a new service

Moves calculations related to the monthly page to a new service #163

Triggered via pull request August 24, 2023 16:28
Status Success
Total duration 6m 50s
Artifacts

dotnet.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

12 warnings
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.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)'.
build: subtrack.MAUI/Pages/UpsertSubscription.razor#L112
Dereference of a possibly null reference.