Skip to content

Commit

Permalink
TG-10 Setup Development Environment MACOS
Browse files Browse the repository at this point in the history
  • Loading branch information
Carlos Villaronga committed Oct 22, 2024
1 parent c7de77f commit 39abad0
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# POC_KeycloackWithDotNet

---

### Development Environment Limitation

This application can be run on macOS; however, its development is limited to computers running Windows operating systems due to issues with NuGet central package version management in Visual Studio for Mac. While Visual Studio for Mac used central package version management, package versions must be defined using the `PackageVersion` item rather than within `PackageReference` items. Microsoft withdrew support for Visual Studio for Mac at the end of August 2023, which further limits the development on macOS platforms.

For full development capabilities, it is recommended to use Visual Studio on Windows.

---

# KeyCloak Setup
1. Install [Docker](https://www.docker.com/products/docker-desktop/)
1. Pull KeyCloak image from DockerHub with the following command
Expand Down

0 comments on commit 39abad0

Please sign in to comment.