-
-
Notifications
You must be signed in to change notification settings - Fork 23.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
C# #2624
Comments
I don't understand what exactly do you mean. If you mean adding C# to the Top languages card, it is already there. See: https://github.com/anuraghazra/github-readme-stats/blob/master/src/common/languageColors.json#L63 |
@qwerty541 thanks for answering this question. You are right, C# is already supported by the upstream. |
@Progamer1251718 I will close this issue since I cannot reproduce it. I checked the GraphQL explorer and your profile does not return any repositories with query userInfo($login: String!) {
user(login: $login) {
# fetch only owner repos & not forks
repositories(ownerAffiliations: OWNER, isFork: false, first: 100) {
nodes {
name
languages(first: 10, orderBy: {field: SIZE, direction: DESC}) {
edges {
size
node {
color
name
}
}
}
}
}
}
} {"login": "Progamer1251718"} |
Is your feature request related to a problem? Please describe.
Can you Add C# to the code?
Describe the solution you'd like
No response
Describe alternatives you've considered
No response
Additional context
No response
The text was updated successfully, but these errors were encountered: