Skip to content

canonical/dotnet-snap

Repository files navigation


Logo

.NET Snap

A snap package for .NET



Explore the docs »

Report Bug . Request Feature

Downloads Contributors Issues License

Table Of Contents

About The Project

Warning

This is still a work in progress. The Snap has not yet been published to the Snap Store, so the following commands will not work at this time.

Screen Shot

This is the source code for the .NET snap package. It includes shared .NET components, such as the latest .NET host, as well as an installer tool that will allow you to install several versions of .NET side-by-side, all within your snap environment.

Built With

This project is built with:

  • Snapcraft
  • C# (.NET 8)
  • Some (little) bash scripting :)

Getting Started

Prerequisites

None really. Just make sure you're running a Linux distro that supports snaps.

Installation

  1. Install the .NET snap from the Snapcraft store
$ sudo snap install --classic dotnet

Usage

When you first install the .NET snap, you will already have a fully working SDK installation of the latest .NET LTS (currently, .NET 8). In order to manage the versions you have installed, you have to use the .NET installer tool, which is embedded within the snap package.

List

To see which versions you currently have installed in your system, simply run dotnet installer list.

Roadmap

See the open issues for a list of proposed features (and known issues).

Contributing

Contributions are what make the open source community such an amazing place to be learn, inspire, and create. Any contributions you make are greatly appreciated.

  • If you have suggestions for adding or removing features, feel free to open an issue to discuss it before creating a pull request with your changes.
  • Please make sure you check your spelling and grammar.
  • Create individual PR for each suggestion.
  • Please also read through the Code Of Conduct before posting your first idea as well.

Creating A Pull Request

  1. Fork the Project
  2. Create your Feature Branch (git checkout -b feature/my-feature)
  3. Commit your Changes (git commit -m 'here is my amazing feature')
  4. Push to the Branch (git push origin feature/my-feature)
  5. Open a Pull Request

License

See LICENSE for more information.

Authors

  • Mateus Rodrigues de Morais - Canonical - GitHub

Acknowledgements

About

The Canonical .NET snap with the .NET installer tool

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published