Merge pull request #15 from CUNYHackKnight2025/Feature/FinanceChat #3
Annotations
11 warnings
|
Services/HistoryService.cs#L21
Cannot convert null literal to non-nullable reference type.
|
|
Services/IHistoryService.cs#L7
Cannot convert null literal to non-nullable reference type.
|
|
Services/EmailService.cs#L41
Non-nullable property 'FromEmail' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
Services/EmailService.cs#L42
Non-nullable property 'FromName' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
Services/EmailService.cs#L43
Non-nullable property 'SmtpServer' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
Services/EmailService.cs#L45
Non-nullable property 'Username' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
Services/EmailService.cs#L46
Non-nullable property 'Password' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
Models/UserHistory.cs#L15
Non-nullable property 'User' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
Services/AIConfigurationExtension.cs#L15
Converting null literal or possible null value to non-nullable type.
|
|
Services/AIConfigurationExtension.cs#L16
Converting null literal or possible null value to non-nullable type.
|
|
|
The logs for this run have expired and are no longer available.
Loading