Merge pull request #1462 from OfficeDev/v-jegadeesh/python-migration #1452
Annotations
6 warnings
Build app:
samples/graph-meeting-notification/csharp/MeetingNotification/Controllers/NotificationController.cs#L49
This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.
|
Build app:
samples/graph-meeting-notification/csharp/MeetingNotification/Helper/DecryptionHelper.cs#L60
'AesCryptoServiceProvider' is obsolete: 'Derived cryptographic types are obsolete. Use the Create method on the base type instead.'
|
Build app:
samples/graph-meeting-notification/csharp/MeetingNotification/Helper/DecryptionHelper.cs#L60
'AesCryptoServiceProvider' is obsolete: 'Derived cryptographic types are obsolete. Use the Create method on the base type instead.'
|
Build app:
samples/graph-meeting-notification/csharp/MeetingNotification/Controllers/NotificationController.cs#L49
This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.
|
Build app:
samples/graph-meeting-notification/csharp/MeetingNotification/Helper/DecryptionHelper.cs#L60
'AesCryptoServiceProvider' is obsolete: 'Derived cryptographic types are obsolete. Use the Create method on the base type instead.'
|
Build app:
samples/graph-meeting-notification/csharp/MeetingNotification/Helper/DecryptionHelper.cs#L60
'AesCryptoServiceProvider' is obsolete: 'Derived cryptographic types are obsolete. Use the Create method on the base type instead.'
|
Loading