You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Likely just a minor refactoring issue in the course of moving things around -- the `var` keyword generates a compilation error ([CS8370](https://docs.microsoft.com/en-us/dotnet/csharp/misc/cs0825)) when outside of a method, meaning the quickstart code doesn't compile when copied/pasted as intended.
0 commit comments