Skip to content

Commit 4eb71b0

Browse files
authored
Another build fix due to Mac dev apps (#5327)
1 parent 6ab3301 commit 4eb71b0

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

tests/devapps/MacConsoleAppWithBroker/MacConsoleAppWithBroker.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ await macMainThreadScheduler.RunOnMainThreadAsync(async () =>
9090
}
9191
}).ConfigureAwait(false);
9292

93-
Console.WriteLine($"Interactive call. Access token: {TruncateToken(result.AccessToken)}");
93+
Console.WriteLine($"Interactive call. Access token: {TruncateToken(result!.AccessToken)}");
9494
Console.WriteLine($"Expires on: {result.ExpiresOn}");
9595

9696
// Make an HTTP request to switch to a background thread

tests/devapps/MacMauiAppWithBroker/_EmptyClass.cs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
// Copyright (c) Microsoft Corporation. All rights reserved.
2+
// Licensed under the MIT License.
3+
14
namespace MacMauiAppWithBroker
25
{
36
internal class EmptyClass {}

0 commit comments

Comments
 (0)