A modern .NET microservices starter template. This solution demonstrates best practices for building, running, and maintaining distributed services with .NET 9, Docker, and GitHub Actions.

1 Open Issue Need Help Last updated: Jun 19, 2025

Open Issues Need Help

View All on GitHub

AI Summary: Enhance the existing .NET microservices Identity.Service to allow users to provide their first name, last name, and a profile photo (as a base64 encoded string) during registration. This involves modifying the user model, database schema (PostgreSQL), and the registration API endpoint.

Complexity: 3/5
enhancement good first issue

A modern .NET microservices starter template. This solution demonstrates best practices for building, running, and maintaining distributed services with .NET 9, Docker, and GitHub Actions.

C#