Create dotnet.yml #1
Annotations
10 warnings
Settings/GoogleCalendarSettings.cs#L5
Non-nullable property 'ClientId' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Settings/GoogleCalendarSettings.cs#L6
Non-nullable property 'ClientSecret' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Settings/GoogleCalendarSettings.cs#L7
Non-nullable property 'Scope' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Settings/GoogleCalendarSettings.cs#L8
Non-nullable property 'LoginHint' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Settings/GoogleCalendarSettings.cs#L9
Non-nullable property 'ApplicationName' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Settings/GoogleCalendarSettings.cs#L10
Non-nullable property 'User' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Settings/GoogleCalendarSettings.cs#L11
Non-nullable property 'CalendarId' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Settings/GoogleCalendarSettings.cs#L12
Non-nullable property 'RefreshToken' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Common/Model/EventModel.cs#L18
Non-nullable property 'AttendeesEmail' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Common/Model/EventModel.cs#L19
Non-nullable property 'AttendeesName' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
This job succeeded
Loading