Open Issues Need Help
View All on GitHubAI Summary: Implement a solution structure for a basic C# calculator project, separating the core calculator logic into a class library (Calculator.Core), creating a console application (Calculator.Cli) to interact with it, and setting up xUnit tests (Calculator.Tests).
AI Summary: Write xUnit tests for a basic C# console calculator application. The tests should cover successful calculations (happy paths), invalid input handling, and division by zero scenarios.
AI Summary: Set up a GitHub Actions workflow for a basic C# console calculator project to automate build and status checks.
AI Summary: Implement branch protection on the main branch of a C# console calculator project. This requires pull requests, successful builds, and passing tests before merging changes into the main branch.
AI Summary: Create a GitHub project board for the C# console calculator project and automate the movement of issues based on the state of their associated pull requests. This involves setting up a project board in GitHub and configuring automation (likely using GitHub Actions) to transition issues between columns based on pull request status (e.g., open, merged, closed).
AI Summary: Set up GitHub Actions for a basic C# console calculator project to automate the .NET build and test processes.
AI Summary: Create standard repository files (.gitignore, README, CODE_OF_CONDUCT, CONTRIBUTING, LICENSE) for a basic C# console calculator project. The README should already exist, but needs to be populated with relevant information.