From Fedora Project Wiki

m (Added category)
(Add .NET 7)
 
(24 intermediate revisions by 6 users not shown)
Line 1: Line 1:
= DotNet Special Interest Group =
== DotNet in Fedora ==
The DotNet SIG is a group of Fedora contributors that maintain dotnet (and related) packages in Fedora.
.NET Core and other related packages in the standard Fedora repositories are mainted by the [[SIGs/DotNet|DotNet SIG]].


=== Mission ===
Currently, the following .NET and .NET Core versions are available in Fedora:
The goal of this group is to help to anyone interested in dotnet and to support others in creating and maintaining dotnet packages.


=== Contact ===
* .NET 7 (Fedora 36 and later)
{{fpchat|#fedora-dotnet}} channel on Freenode IRC
* .NET 6 (Fedora 36 and later)
* .NET Core 3.1 '''EOL''' and unmaintained (Fedora 35, Fedora 36)


[https://lists.fedoraproject.org/admin/lists/dotnet-sig.lists.fedoraproject.org dotnet-sig@lists.fedoraproject.org] mailing list
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


[https://pagure.io/fedora-dotnet pagure] - issue tracking
== References and packages ==
'''[http://fedoraloves.net fedoraloves.net]''' - All the info about C# and .NET Core in Fedora


=== TODO list ===
'''[https://copr.fedorainfracloud.org/coprs/g/dotnet-sig/dotnet/ Our dotnet packages on copr]''' (open source)
# A little bit of time for mailing-list introductions - tell us about yourself!
# Discuss possible IRC meetings on the mailing list, find a good time/date for it.
# Discuss current issues with dotnet and try to outline our goals in the first IRC meeting.
# Use Pagure to keep track of discussed issues and and goals, and "fix" the wiki accordingly as well.


'''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)


== Members ==
[https://www.microsoft.com/net/core#linuxfedora Microsoft's dotnet package] (proprietary)
* [[User:Rhea|Radka Janek (Rhea)]]
* [[User:besser82|Björn Esser (besser82)]]
* [[User:nmilosev|Nemanja Milošević (nmilosev)]]
* [[User:pcreech17| Patrick Creech (pcreech)]]
* [[User:Tpokorra| Timotheus Pokorra (tpokorra)]]
* [[User:Rimolive| Ricardo Martinelli de Oliveira (rimolive)]]
* [[User:Bt0dotninja| Alberto Rodriguez S. (bt0dotninja)]]


== Joining the SIG ==
[https://docs.microsoft.com/en-us/dotnet/api/index?view=netcore-2.0 .NET Core API Reference]
Should you wish to join the dotnet team, send self-introduction to our [https://lists.fedoraproject.org/admin/lists/dotnet-sig.lists.fedoraproject.org mailing list], join our IRC channel {{fpchat|#fedora-dotnet}} When that's done, apply for the [https://admin.fedoraproject.org/accounts/group/view/dotnet-sig FAS group], and once you're accepted you should add yourself to the list of members on this page. Continue reading for more details!


=== Self-introduction ===
[https://github.com/dotnet .NET Foundation GitHub]
* Are you new to contributing to Fedora? If so, tell us why are you interested in contributing to Fedora or what interests you about the Project.
* Already a contributor? Share what other areas of Fedora you are working in and your role in the Project.
* What's your background and experience with dotnet?
* How can we help YOU get started?


=== Join the FAS group ===
== Useful Links ==
* [https://admin.fedoraproject.org/accounts/group/view/dotnet-sig This one!] (Note that it will be accepted only after we get to know you.)
[https://github.com/qmfrederik/dotnet-packaging Packaging utilities for .NET Core] (tarball, choco, msi, deb, pkg)


=== Edit the Wiki ===
[https://mva.microsoft.com/en-US/training-courses/aspnet-core-10-crossplatform-17039?l=xVagIgJOD_7201937555 ASP.NET Training] (Talks about .NET Core, ASP.NET Core, and VS Code.)
* Create your own user page if you don't have one yet. (Feel free to check our other members for example.)
* Add yourself to the list of members on this page.


{{admon/tip|Use [https://fedoraproject.org/wiki/Account_System Fedora Account System] to login and edit the wiki.}}
=== IDEs ===
Please see our developer portal pages [https://developer.fedoraproject.org/tech/languages/dotnet/dotnet-ide.html C# IDEs in Fedora]


{{admon/tip|If you are a new FAS member, you may not be able to edit wiki pages until you are CLA+1. If you are unable to edit wiki pages, please do this step after joining a group. (''[https://lists.fedoraproject.org/archives/list/devel-announce@lists.fedoraproject.org/thread/IINP55UQ7XHHI346KY3RA75TVHVU5EHY More info]'') }}
{{admon/tip|Use any of the [[Template:Userpage/Infobox|Infobox]] or [[Template:Userpage/Infobox2|Infobox2]] templates to record your essential Fedora info.}}
== Links ==
[https://www.microsoft.com/net/core#fedora Get dotnet for Fedora 23] (Look at copr for F24)
[https://docs.microsoft.com/en-us/dotnet/core/api/index .NET Core API Reference]
[https://github.com/dotnet dotnet github]
[[Category:SIGs]]
[[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