We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6ab3301 commit 4eb71b0Copy full SHA for 4eb71b0
tests/devapps/MacConsoleAppWithBroker/MacConsoleAppWithBroker.cs
@@ -90,7 +90,7 @@ await macMainThreadScheduler.RunOnMainThreadAsync(async () =>
90
}
91
}).ConfigureAwait(false);
92
93
- Console.WriteLine($"Interactive call. Access token: {TruncateToken(result.AccessToken)}");
+ Console.WriteLine($"Interactive call. Access token: {TruncateToken(result!.AccessToken)}");
94
Console.WriteLine($"Expires on: {result.ExpiresOn}");
95
96
// Make an HTTP request to switch to a background thread
tests/devapps/MacMauiAppWithBroker/_EmptyClass.cs
@@ -1,3 +1,6 @@
1
+// Copyright (c) Microsoft Corporation. All rights reserved.
2
+// Licensed under the MIT License.
3
+
4
namespace MacMauiAppWithBroker
5
{
6
internal class EmptyClass {}
0 commit comments