Skip to content

Merge pull request #146 from ezraroi/145-main-dashboard-mark-graph-pe… #42

Merge pull request #146 from ezraroi/145-main-dashboard-mark-graph-pe…

Merge pull request #146 from ezraroi/145-main-dashboard-mark-graph-pe… #42

Triggered via push November 29, 2024 12:09
Status Cancelled
Total duration 3m 10s
Artifacts
Fit to window
Zoom out
Zoom in

Annotations

2 errors and 10 warnings
build
The run was canceled by @ezraroi.
build
The operation was canceled.
build: Mundialito/Views/Home/Index.cshtml#L1
'IHostingEnvironment' is obsolete: 'This type is obsolete and will be removed in a future version. The recommended alternative is Microsoft.AspNetCore.Hosting.IWebHostEnvironment.'
build: Mundialito/DAL/GenericRepository.cs#L23
Cannot convert null literal to non-nullable reference type.
build: Mundialito/DAL/GenericRepository.cs#L23
Cannot convert null literal to non-nullable reference type.
build: Mundialito/DAL/Accounts/UserFollow.cs#L7
Non-nullable property 'FollowerId' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build: Mundialito/DAL/Accounts/UserFollow.cs#L8
Non-nullable property 'Follower' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build: Mundialito/DAL/Accounts/UserFollow.cs#L10
Non-nullable property 'FolloweeId' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build: Mundialito/DAL/Accounts/UserFollow.cs#L11
Non-nullable property 'Followee' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build: Mundialito/Configuration/Config.cs#L20
Non-nullable property 'FromAddress' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build: Mundialito/Configuration/Config.cs#L21
Non-nullable property 'EmailConnectionString' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build: Mundialito/Configuration/Config.cs#L22
Non-nullable property 'ClientConfig' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.