Skip to content

Conversation

@UnstoppableMango
Copy link
Contributor

No description provided.

Copilot AI review requested due to automatic review settings January 19, 2026 20:44
Copy link

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Adds an F# interview kata template with a small console app, unit test project, and devcontainer support.

Changes:

  • Introduces an F# application project with a simple Greeter.greet function and console entrypoint.
  • Adds an xUnit-based F# unit test project referencing the application.
  • Adds supporting developer tooling (README, Makefile, solution file, gitignore, devcontainer config).

Reviewed changes

Copilot reviewed 10 out of 10 changed files in this pull request and generated 2 comments.

Show a summary per file
File Description
f-sharp/Application/Application.fsproj Defines the F# console application project targeting net9.0.
f-sharp/Application/Greeting.fs Adds the Greeter.greet implementation used by the app/tests.
f-sharp/Application/Program.fs Adds a minimal console entrypoint calling Greeter.greet.
f-sharp/UnitTests/UnitTests.fsproj Adds F# test project with xUnit + test SDK dependencies and project reference.
f-sharp/UnitTests/Tests.fs Adds a basic xUnit test validating Greeter.greet.
f-sharp/FSharp.slnx Adds solution definition including app and test projects.
f-sharp/Makefile Adds init, verify, and run commands via dotnet CLI.
f-sharp/README.md Adds template README with commands and kata placeholder sections.
f-sharp/.gitignore Ignores build artifacts (bin/obj).
.devcontainer/f-sharp/devcontainer.json Adds devcontainer for .NET 9 + F# tooling.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

@UnstoppableMango UnstoppableMango merged commit f7eff21 into main Jan 19, 2026
11 checks passed
@UnstoppableMango UnstoppableMango deleted the f-sharp branch January 19, 2026 20:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants