178 Forks
2186 Stars
2186 Watchers

dotnet

.NET Community Toolkit is a collection of helpers and APIs that work for all .NET developers and are agnostic of any specific UI platform. The toolkit is maintained and published by Microsoft, and part of the .NET Foundation.

How to download and setup dotnet

Open terminal and run command
git clone https://github.com/CommunityToolkit/dotnet.git
git clone is used to create a copy or clone of dotnet repositories. You pass git clone a repository URL.
it supports a few different network protocols and corresponding URL formats.

Also you may download zip file with dotnet https://github.com/CommunityToolkit/dotnet/archive/master.zip

Or simply clone dotnet with SSH
[email protected]:CommunityToolkit/dotnet.git

If you have some problems with dotnet

You may open issue on dotnet support forum (system) here: https://github.com/CommunityToolkit/dotnet/issues