From Fedora Project Wiki

m (*updated api reference link)
(Add .NET 7)
 
(12 intermediate revisions by 5 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 in the standard Fedora repositories are mainted by the [[SIGs/DotNet|DotNet SIG]].
 
Currently, the following .NET and .NET Core versions are available in Fedora:
 
* .NET 7 (Fedora 36 and later)
* .NET 6 (Fedora 36 and later)
* .NET Core 3.1 '''EOL''' and unmaintained (Fedora 35, Fedora 36)


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


== References and packages ==
'''[https://copr.fedorainfracloud.org/coprs/g/dotnet-sig/dotnet/ Our dotnet packages on copr]''' (open source)
[https://www.microsoft.com/net/core#linuxfedora Microsoft's dotnet 1.x package] (F23/24)


[https://www.microsoft.com/net/core/preview#linuxfedora Microsoft's dotnet 2.0 preview1] (F25 .csproj)
'''Our dotnet packages in Fedora: [https://src.fedoraproject.org/rpms/dotnet7.0 dotnet7.0], [https://src.fedoraproject.org/rpms/dotnet6.0 dotnet6.0] and [https://src.fedoraproject.org/rpms/dotnet3.1 dotnet3.1]''' (open source, standard Fedora repository)


[https://copr.fedorainfracloud.org/coprs/nmilosev/dotnet-sig/ Our dotnet packages on copr] (F25+ .json)
[https://www.microsoft.com/net/core#linuxfedora Microsoft's dotnet package] (proprietary)


[https://docs.microsoft.com/en-us/dotnet/api/index?view=netcore-2.0 .NET Core API Reference]
[https://docs.microsoft.com/en-us/dotnet/api/index?view=netcore-2.0 .NET Core API Reference]
Line 25: Line 30:


=== 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]]

Latest revision as of 15:00, 23 January 2023

DotNet in Fedora

.NET Core and other related packages in the standard Fedora repositories are mainted by the DotNet SIG.

Currently, the following .NET and .NET Core versions are available in Fedora:

  • .NET 7 (Fedora 36 and later)
  • .NET 6 (Fedora 36 and later)
  • .NET Core 3.1 EOL and unmaintained (Fedora 35, Fedora 36)

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)

Our dotnet packages in Fedora: dotnet7.0, dotnet6.0 and dotnet3.1 (open source, standard Fedora repository)

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