Build - All Samples #1965
Annotations
11 warnings
|
Build app:
samples/tab-meeting-auto-recording/csharp/MeetingAutoRecording/Models/Notification.cs#L40
Non-nullable property 'ResourceData' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
|
Build app:
samples/tab-meeting-auto-recording/csharp/MeetingAutoRecording/Models/Notification.cs#L36
Non-nullable property 'SubscriptionId' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
|
Build app:
samples/tab-meeting-auto-recording/csharp/MeetingAutoRecording/Models/Notification.cs#L28
Non-nullable property 'Resource' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
|
Build app:
samples/tab-meeting-auto-recording/csharp/MeetingAutoRecording/Models/Notification.cs#L24
Non-nullable property 'ClientState' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
|
Build app:
samples/tab-meeting-auto-recording/csharp/MeetingAutoRecording/Models/Notification.cs#L20
Non-nullable property 'ChangeType' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
|
Build app:
samples/tab-meeting-auto-recording/csharp/MeetingAutoRecording/Controllers/AuthController.cs#L833
Cannot convert null literal to non-nullable reference type.
|
|
Build app:
samples/tab-meeting-auto-recording/csharp/MeetingAutoRecording/Controllers/AuthController.cs#L721
Cannot convert null literal to non-nullable reference type.
|
|
Build app:
samples/tab-meeting-auto-recording/csharp/MeetingAutoRecording/Controllers/AuthController.cs#L645
Cannot convert null literal to non-nullable reference type.
|
|
Build app:
samples/tab-meeting-auto-recording/csharp/MeetingAutoRecording/Helper/GraphClient.cs#L23
Cannot convert null literal to non-nullable reference type.
|
|
Build app:
samples/tab-meeting-auto-recording/csharp/MeetingAutoRecording/Helper/GraphClient.cs#L23
Nullability of reference types in type of parameter 'context' of 'Task<string> SimpleAccessTokenProvider.GetAuthorizationTokenAsync(Uri uri, Dictionary<string, object> context = null, CancellationToken cancellationToken = default(CancellationToken))' doesn't match implicitly implemented member 'Task<string> IAccessTokenProvider.GetAuthorizationTokenAsync(Uri uri, Dictionary<string, object>? additionalAuthenticationContext = null, CancellationToken cancellationToken = default(CancellationToken))' (possibly because of nullability attributes).
|
|
Set up .NET Core
.NET 6.0 is no longer supported and will not receive security updates in the future. Please refer to https://aka.ms/dotnet-core-support for more information about the .NET support policy.
|
Loading