Skip to content

adding missing project file #5

adding missing project file

adding missing project file #5

Triggered via push May 19, 2024 15:41
Status Failure
Total duration 2m 43s
Artifacts
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 12 warnings
build: MailSender/Notify.cs#L35
'Program' does not contain a definition for 'GetUsersToNotify'
build: MailSender/Notify.cs#L40
'Program' does not contain a definition for 'SendNotification'
build: MailSender/Notify.cs#L49
The name 'ConfigurationManager' does not exist in the current context
build: MailSender/Notify.cs#L50
The name 'ConfigurationManager' does not exist in the current context
build: MailSender/Notify.cs#L51
The name 'ConfigurationManager' does not exist in the current context
build: MailSender/Notify.cs#L52
The name 'ConfigurationManager' does not exist in the current context
build: MailSender/Notify.cs#L55
The name 'ConfigurationManager' does not exist in the current context
build: MailSender/Notify.cs#L60
The type or namespace name 'Encoding' could not be found (are you missing a using directive or an assembly reference?)
build: MailSender/Notify.cs#L61
The type or namespace name 'Encoding' could not be found (are you missing a using directive or an assembly reference?)
build: MailSender/Notify.cs#L63
The type or namespace name 'NetworkCredential' could not be found (are you missing a using directive or an assembly reference?)
build
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/setup-dotnet@v1. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
build
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/setup-dotnet@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
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/Models/UserModel.cs#L10
Possible null reference assignment.
build: Mundialito/Models/UserModel.cs#L15
Possible null reference assignment.
build: Mundialito/Models/UserModel.cs#L8
Non-nullable property 'PlaceDiff' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: Mundialito/Models/UserModel.cs#L8
Non-nullable property 'Email' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: Mundialito/Models/UserModel.cs#L8
Non-nullable property 'Username' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: Mundialito/Models/UserModel.cs#L18
Non-nullable property 'Place' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: Mundialito/Models/UserModel.cs#L18
Non-nullable property 'PlaceDiff' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: Mundialito/Models/UserModel.cs#L18
Non-nullable property 'Email' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.