Skip to content

Commit

Permalink
Update rules/do-you-handle-multi-os-dev-teams-in-source-control/rule.md
Browse files Browse the repository at this point in the history
  • Loading branch information
tomek-i authored Nov 15, 2024
1 parent 7f7d1b8 commit 4dec63b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ To further ensure smooth collaboration among multi-OS teams, it’s important to

When working with .NET applications, developers often use the Visual Studio UI for managing secrets. The UI doesn’t work well across different platforms. To ensure consistency, the **CLI** is a better choice for managing secrets in a cross-platform environment.

### Solution: Use the .NET CLI for secrets management
### Solution: Use the .NET CLI for local development secrets management

Use the `.NET CLI` to store and retrieve secrets, as this approach works consistently on all platforms:

Expand Down

0 comments on commit 4dec63b

Please sign in to comment.