When I follow this documentation page: https://learn.microsoft.com/en-us/gaming/playfab/features/automation/cloudscript-af/quickstart Specifically the "PlayFab CloudScript Context, Variables and Server SDKs" part, after creating a HelloWorld class copied from the code snippet and trying to build it. I get a bunch of "missing using directive" errors.
Z:\Azure\HelloWorld.cs(11,10): error CS0246: The type or namespace name 'FunctionNameAttribute' could not be found (are you missing a using directive or an assembly reference?) [Z:\Azure\Azure.csproj]
Z:\Azure\HelloWorld.cs(11,10): error CS0246: The type or namespace name 'FunctionName' could not be found (are you missing a using directive or an assembly reference?) [Z:\Azure\Azure.csproj]
Z:\Azure\HelloWorld.cs(13,85): error CS0246: The type or namespace name 'HttpRequest' could not be found (are you missing a using directive or an assembly reference?) [Z:\Azure\Azure.csproj]
Z:\Azure\HelloWorld.cs(14,13): error CS0246: The type or namespace name 'ILogger' could not be found (are you missing a using directive or an assembly reference?) [Z:\Azure\Azure.csproj]
Z:\Azure\HelloWorld.cs(13,14): error CS0246: The type or namespace name 'HttpTriggerAttribute' could not be found (are you missing a using directive or an assembly reference?) [Z:\Azure\Azure.csproj]
Z:\Azure\HelloWorld.cs(13,14): error CS0246: The type or namespace name 'HttpTrigger' could not be found (are you missing a using directive or an assembly reference?) [Z:\Azure\Azure.csproj]
Z:\Azure\HelloWorld.cs(13,26): error CS0103: The name 'AuthorizationLevel' does not exist in the current context [Z:\Azure\Azure.csproj]