I need help to my tic-tac-toe code, which is meeting error when try to run test
Hi everyone, I'm new here. I'm here now for asking help to my project. I want to finish it to add it to my resume/CV. It's a project about tic tac toe game, and I trying to develop the logic code for computer to analyze and suggest the next best location for computer to play against human. I'm finished the code for logic and has designed a test to verify whether that analyze method work or not but I'm encouter an error I met for the first time when try to run that test:"A new guard page for the stack cannot be created". This error was raised when I run VerifyAnalyzerWorkAsExpected test method. This is the link to my github repository:https://github.com/SparrowWithBrokenWing/Tic-Tac-Toe-game . Please help.

GitHub
Tic Tac Toe game. Contribute to SparrowWithBrokenWing/Tic-Tac-Toe-game development by creating an account on GitHub.
