build trigger #39
Annotations
10 warnings
Si_Announcements/Si_Announcements.cs#L51
Non-nullable field 'announcementTimer' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
|
Si_Announcements/Si_Announcements.cs#L53
Non-nullable field 'announcementsText' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
|
Si_Announcements/Si_Announcements.cs#L81
Converting null literal or possible null value to non-nullable type.
|
Si_Announcements/Si_Announcements.cs#L90
Nullability of reference types in type of parameter 'source' of 'void Announcements.TimerCallbackAnnouncement(object source, ElapsedEventArgs e)' doesn't match the target delegate 'ElapsedEventHandler' (possibly because of nullability attributes).
|
Si_Announcements/Si_Announcements.cs#L51
Non-nullable field 'announcementTimer' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
|
Si_Announcements/Si_Announcements.cs#L53
Non-nullable field 'announcementsText' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
|
Si_Announcements/Si_Announcements.cs#L51
Non-nullable field 'announcementTimer' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
|
Si_Announcements/Si_Announcements.cs#L53
Non-nullable field 'announcementsText' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
|
Si_Announcements/Si_Announcements.cs#L81
Converting null literal or possible null value to non-nullable type.
|
Si_Announcements/Si_Announcements.cs#L90
Nullability of reference types in type of parameter 'source' of 'void Announcements.TimerCallbackAnnouncement(object source, ElapsedEventArgs e)' doesn't match the target delegate 'ElapsedEventHandler' (possibly because of nullability attributes).
|
The logs for this run have expired and are no longer available.
Loading