Merge pull request #1395 from pankajmunde12/Fix_Port_Number #1359
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 use a deprecated Node.js version 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/
|
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/Controllers/MeetingCreationController.cs#L44
The variable 'ex' is declared but never used
|
Build app:
samples/graph-bulk-meetings/csharp/EventMeeting/Helper/GraphHelper.cs#L77
Possible null reference return.
|
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.
|
Loading