From Fedora Project Wiki

(Updated link to the copr repository)
(Add a note about .NET Core packages being in Fedora proper starting with Fedora 32.)
(8 intermediate revisions by 4 users not shown)
Line 1: Line 1:
== DotNet in Fedora ==
== DotNet in Fedora ==
.NET Core and other related packages are mainted by the [[SIGs/DotNet|DotNet SIG]].
.NET Core and other related packages are mainted by the [[SIGs/DotNet|DotNet SIG]].
Starting with Fedora 32, .NET Core packages are available in the standard repositories. The available packages are:
* <code>dotnet-sdk-3.1</code>
* <code>dotnet-runtime-3.1</code>
* <code>aspnetcore-runtime-3.1</code>


If you are looking for information about the team, about our meetings, contact info, or if you would like to join, please head over to our SIGs wiki page.
If you are looking for information about the team, about our meetings, contact info, or if you would like to join, please head over to our SIGs wiki page.
* [[SIGs/DotNet]] wiki page
* [[SIGs/DotNet]] wiki page


==== DotNet is work in progress in Fedora. ====
== References and packages ==
'''[http://fedoraloves.net fedoraloves.net]''' - All the info about C# and .NET Core in Fedora


'''[https://copr.fedorainfracloud.org/coprs/g/dotnet-sig/dotnet/ Our dotnet packages on copr]''' (open source)


== References and packages ==
[https://www.microsoft.com/net/core#linuxfedora Microsoft's dotnet package] (proprietary)
[https://www.microsoft.com/net/core#linuxfedora Microsoft's dotnet package] (F23/24)


[https://copr.fedorainfracloud.org/coprs/nmilosev/dotnet-sig/ Our dotnet packages on copr] (F25+)
[https://docs.microsoft.com/en-us/dotnet/api/index?view=netcore-2.0 .NET Core API Reference]
 
[https://docs.microsoft.com/en-us/dotnet/core/api/index .NET Core API Reference]


[https://github.com/dotnet .NET Foundation GitHub]
[https://github.com/dotnet .NET Foundation GitHub]


== Useful Links ==
== Useful Links ==
Line 24: Line 28:


=== IDEs ===
=== IDEs ===
[https://www.jetbrains.com/rider JetBrains Rider] .NET IDE based on the IntelliJ platform and ReSharper
Please see our developer portal pages [https://developer.fedoraproject.org/tech/languages/dotnet/dotnet-ide.html C# IDEs in Fedora]
 
[https://code.visualstudio.com/ Visual Studio Code] (VS Code)
 
 


[[Category:DotNet]]
[[Category:DotNet]]

Revision as of 18:53, 22 April 2020

DotNet in Fedora

.NET Core and other related packages are mainted by the DotNet SIG.

Starting with Fedora 32, .NET Core packages are available in the standard repositories. The available packages are:

  • dotnet-sdk-3.1
  • dotnet-runtime-3.1
  • aspnetcore-runtime-3.1

If you are looking for information about the team, about our meetings, contact info, or if you would like to join, please head over to our SIGs wiki page.

References and packages

fedoraloves.net - All the info about C# and .NET Core in Fedora

Our dotnet packages on copr (open source)

Microsoft's dotnet package (proprietary)

.NET Core API Reference

.NET Foundation GitHub

Useful Links

Packaging utilities for .NET Core (tarball, choco, msi, deb, pkg)

ASP.NET Training (Talks about .NET Core, ASP.NET Core, and VS Code.)

IDEs

Please see our developer portal pages C# IDEs in Fedora