Merge pull request #146 from ezraroi/145-main-dashboard-mark-graph-pe… #42
Annotations
2 errors and 10 warnings
|
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.
|