Converted samples to use dialog.open and dialog.submit [Don't Merge] … #1314
Annotations
12 warnings
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-dotnet@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/checkout@v2, actions/setup-dotnet@v1. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
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.
|
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.
|
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.
|
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.
|
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.
|
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.
|
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.
|
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.
|
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.
|
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.
|
This job succeeded
Loading