From Fedora Project Wiki

(Undo revision 493524 by Akurtakov (talk) - To my best knowledge the plugin does not *yet* support .NET Core and we do not list mono-ide's here.)
(Updated the texts and copr link)
Line 9: Line 9:


== References and packages ==
== 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] (F26+)'''
[https://www.microsoft.com/net/core#linuxfedora Microsoft's dotnet 1.x package] (F23/24)
[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)
[https://www.microsoft.com/net/core/preview#linuxfedora Microsoft's dotnet 2.0 preview2] (F25)
 
[https://copr.fedorainfracloud.org/coprs/nmilosev/dotnet-sig/ Our dotnet packages on copr] (F25+ .json)


[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 27:


=== 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/csharp/csharp-ide.html C# IDEs in Fedora]
 
[https://code.visualstudio.com/ Visual Studio Code] (VS Code)
 
 


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

Revision as of 14:48, 27 July 2017

DotNet in Fedora

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

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.

DotNet is work in progress in Fedora.

References and packages

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

Our dotnet packages on copr (F26+)

Microsoft's dotnet 1.x package (F23/24)

Microsoft's dotnet 2.0 preview2 (F25)

.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