Don Syme

Results 1218 comments of Don Syme

#2 - emit an attribute or other bit when no main on .exe, and detect that when the component is referenced

#2 - emit an attribute or other bit when no main on .exe, and detect that when the component is referenced

Yes that was the problem. I'll adjust the README, thanks

I got a bit further with this: dotnet publish TicTacToe.Functions/TicTacToe.Functions.fsproj But that doesn't actually run locally against azure emulated storage nor publish to Azure. I also tried just creating an...

Looks like you need this on Unix: sudo npm install -g azure-functions-core-tools/@core --unsafe-perm=true --allow-root https://github.com/Azure/azure-functions-cli/issues/331

Thanks, making progress. I got the splash screen at http://localhost:7071 in Chrome but looking at the code I expected to be able to fetch http://localhost:7071/leaderboard using the browser. Is that...

BTW for anyone trying to repeat this, you set the Function App to "Runtime Version v2" here in the Azure Portal: ![image](https://user-images.githubusercontent.com/7204669/35754964-6d44aff6-0833-11e8-8eef-f2aed4b7af5a.png)

Thanks. > You might need to create TicTacToe table in your storage account I don't know how to do that on local storage on OSX. Will try to make sure...

Looks like the local storage emulator is Windows-only, though there is a 3rd party one for Linux https://docs.microsoft.com/en-us/azure/storage/common/storage-use-emulator

@mikhailshilkov Trying that, still had issues - odd. Will take a closer look later