Nuget packages and Github repositories
You can see the Github repositories that you have worked last year by going to https://docs.github.com/en/graphql/overview/explorer and entering
query ContributionGraph {
user(login: “ignatandrei”) {
contributionsCollection(
from: “2022-01-01T00:00:00+00:00”
to: “2022-12-31T00:00:00+00:00”
) {
commitContributionsByRepository(maxRepositories:100){
repository{
nameWithOwner
url
updatedAt
}
}
}
}
}
Mine are
ignatandrei/TILT
ignatandrei/BlocklyAutomation
ignatandrei/QueryViewer
ignatandrei/RSCG_AMS
ignatandrei/rxDemo
ignatandrei/NetCoreUsefullEndpoints
ignatandrei/Presentations
ignatandrei/NETCoreBlockly
ignatandrei/FunctionsDI
ignatandrei/GeneratorOfHelp
ignatandrei/MicroservicesPortChooser
ignatandrei/AOP_With_Roslyn
ignatandrei/RSCG_TimeBombComment
ignatandrei/RSCG_Examples
And those are the NuGet packages:
programmerall
GOH
QueryGenerator
RSCG_FunctionsWithDI_Base
RSCG_FunctionsWithDI
AMS_Base
AMSWebAPI
RSCG_AMS
AOPMethodsGenerator
AOPMethodsCommon
RSCG_TimeBombComment
NetCoreBlockly
Leave a Reply