Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nor0x/Dots
the 🙂 friendly .NET SDK manager
https://github.com/nor0x/Dots
avalonia dotnet sdk
Last synced: 1 day ago
JSON representation
the 🙂 friendly .NET SDK manager
- Host: GitHub
- URL: https://github.com/nor0x/Dots
- Owner: nor0x
- Created: 2022-12-13T07:20:02.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-10-27T08:27:12.000Z (18 days ago)
- Last Synced: 2024-10-30T01:02:37.189Z (15 days ago)
- Topics: avalonia, dotnet, sdk
- Language: C#
- Homepage: https://H3Y.studio/dots
- Size: 43.6 MB
- Stars: 289
- Watchers: 4
- Forks: 24
- Open Issues: 7
-
Metadata Files:
- Readme: readme.md
- Funding: .github/FUNDING.yml
Awesome Lists containing this project
README
# Dots - the friendly .NET SDK manager
[![build and release](https://github.com/nor0x/Dots/actions/workflows/release.yml/badge.svg)](https://github.com/nor0x/Dots/actions/workflows/release.yml)Dots is a .NET SDK manager that allows you to install, uninstall, and switch between .NET SDKs with ease. It is a cross-platform tool that works on Windows and macOS with Linux support coming soon. It is written in C# and uses .NET with Avalonia as the UI framework.
## Features
- Search for SDKs
- Install SDKs
- Uninstall SDKs
- Check Release Notes
- Show Metadata
- ...and more!## Building
Make sure to have .NET 8.0 and Avalonia installed. Then, clone the repository and run `dotnet build` in the src directory. You can also use Visual Studio, Rider or Visual Studio Code to build the project. Also make sure to check out the [release.yml](https://github.com/nor0x/Dots/actions/workflows/release.yml) workflow file for more information on how to build the project.## more info
read more about this project on [here](https://johnnys.news/2023/01/Dots-a-dotnet-SDK-manager) and [here](https://johnnys.news/2023/10/Dots-2-0)