Skip to content
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

Closed
JustSpaceisded opened this issue Apr 19, 2023 · 3 comments
Closed

C# #2624

JustSpaceisded opened this issue Apr 19, 2023 · 3 comments
Labels
enhancement New feature or request.

Comments

@JustSpaceisded
Copy link

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

@JustSpaceisded JustSpaceisded added the enhancement New feature or request. label Apr 19, 2023
@qwerty541
Copy link
Collaborator

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

@rickstaa
Copy link
Collaborator

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.

@rickstaa rickstaa closed this as not planned Won't fix, can't repro, duplicate, stale Apr 24, 2023
@rickstaa
Copy link
Collaborator

@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 C# in them. If you are sure you have coded in C# it could be that the commits that contain that code are in private repositories. For your private stats to show up, you have to deploy your own Vercel instance (see https://github.com/anuraghazra/github-readme-stats#deploy-on-your-own). Alternatively, you could have more than 100 repositories and the results are not included because we currently only fetch the first 100 repositories (see #1801 for more information).

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"}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request.
Projects
None yet
Development

No branches or pull requests

3 participants