Merge pull request #1476 from OfficeDev/v-jegadeesh/authconfig #1477
Annotations
10 warnings
Build app:
samples/graph-bulk-meetings/csharp/EventMeeting/Models/Configuration/AzureSettings.cs#L12
Non-nullable property 'MicrosoftAppId' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Build app:
samples/graph-bulk-meetings/csharp/EventMeeting/Models/Configuration/AzureSettings.cs#L17
Non-nullable property 'MicrosoftAppPassword' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Build app:
samples/graph-bulk-meetings/csharp/EventMeeting/Models/Configuration/AzureSettings.cs#L22
Non-nullable property 'MicrosoftAppTenantId' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Build app:
samples/graph-bulk-meetings/csharp/EventMeeting/Models/MeetingCreationList.cs#L8
Non-nullable property 'Id' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Build app:
samples/graph-bulk-meetings/csharp/EventMeeting/Models/MeetingCreationList.cs#L10
Non-nullable property 'TopicName' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Build app:
samples/graph-bulk-meetings/csharp/EventMeeting/Models/MeetingCreationList.cs#L20
Non-nullable property 'Organizer' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Build app:
samples/graph-bulk-meetings/csharp/EventMeeting/Models/MeetingCreationList.cs#L22
Non-nullable property 'EmailAddress' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Build app:
samples/graph-bulk-meetings/csharp/EventMeeting/Models/MeetingCreationList.cs#L27
Non-nullable property 'MeetingLink' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Build app:
samples/graph-bulk-meetings/csharp/EventMeeting/Models/MeetingCreationList.cs#L30
Non-nullable property 'Start' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Build app:
samples/graph-bulk-meetings/csharp/EventMeeting/Models/MeetingCreationList.cs#L33
Non-nullable property 'End' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Loading