fix: Bump Sentry and Sentry.Profiling #705
Annotations
10 warnings
|
build:
LuxStudio/LuxAPI/LuxAPI/Services/EmailService.cs#L133
Possible null reference argument for parameter 's' in 'int int.Parse(string s)'.
|
|
build:
LuxStudio/LuxAPI/LuxAPI/Controllers/CollectionController.cs#L654
Non-nullable property 'Email' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
build:
LuxStudio/LuxAPI/LuxAPI/Controllers/CollectionController.cs#L661
Non-nullable property 'Message' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
build:
LuxStudio/LuxAPI/LuxAPI/Controllers/CollectionController.cs#L660
Non-nullable property 'SenderEmail' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
build:
LuxStudio/LuxAPI/LuxAPI/Controllers/CollectionController.cs#L659
Non-nullable property 'MentionedEmail' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
build:
LuxStudio/LuxAPI/LuxAPI/Services/EmailService.cs#L92
Possible null reference argument for parameter 's' in 'int int.Parse(string s)'.
|
|
build:
LuxStudio/LuxAPI/LuxAPI/Services/EmailService.cs#L84
Possible null reference argument for parameter 'address' in 'MailAddress.MailAddress(string address, string? displayName)'.
|
|
build:
LuxStudio/LuxAPI/LuxAPI/Services/EmailService.cs#L44
Possible null reference argument for parameter 's' in 'int int.Parse(string s)'.
|
|
build:
LuxStudio/LuxAPI/LuxAPI/Services/EmailService.cs#L34
Possible null reference argument for parameter 'address' in 'MailAddress.MailAddress(string address, string? displayName)'.
|
|
build:
LuxStudio/LuxAPI/LuxAPI/Models/DTOs/InviteUserDto.cs#L3
Non-nullable property 'Email' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|