Click here to Skip to main content
15,887,746 members

Welcome to the Lounge

   

For discussing anything related to a software developer's life but is not for programming questions. Got a programming question?

The Lounge is rated Safe For Work. If you're about to post something inappropriate for a shared office environment, then don't post it. No ads, no abuse, and no programming questions. Trolling, (political, climate, religious or whatever) will result in your account being removed.

 
AnswerRe: Keeping track Pin
abmv11-Feb-24 5:50
professionalabmv11-Feb-24 5:50 
GeneralRe: Keeping track Pin
Sander Rossel11-Feb-24 9:27
professionalSander Rossel11-Feb-24 9:27 
GeneralRe: Keeping track Pin
abmv12-Feb-24 5:34
professionalabmv12-Feb-24 5:34 
AnswerRe: Keeping track Pin
Grotsoft11-Feb-24 21:09
Grotsoft11-Feb-24 21:09 
GeneralRe: Keeping track Pin
Sander Rossel11-Feb-24 21:51
professionalSander Rossel11-Feb-24 21:51 
AnswerRe: Keeping track Pin
BryanFazekas12-Feb-24 1:15
BryanFazekas12-Feb-24 1:15 
GeneralRe: Keeping track Pin
Sander Rossel12-Feb-24 1:53
professionalSander Rossel12-Feb-24 1:53 
AnswerRe: Keeping track Pin
robertburgh12-Feb-24 3:06
robertburgh12-Feb-24 3:06 
My company is in a similar situation. We have several large projects that are generic to all clients and over a hundred of small projects that are client specific.

We moved to GitHub several years ago and didn't find anything simple to keep track of it all. The missing piece always was the aggregation or list reporting.

Using excel always seems too easy to miss something or make a mistake.

We wrote a simple app that reads all the csproj files and puts the useful info into a database. For us the key items are the .Net or .Net framework version and all the packages and their versions.

It has a simple change log of "new", "updated", "removed" with version info.

We use it primarily to track .Net versions and package versions. The cross reference is helpful for looking up where we used some esoteric package.

We learned quickly to stay aways from odd numbered .Net versions for client use.
GeneralRe: Keeping track Pin
Sander Rossel12-Feb-24 3:32
professionalSander Rossel12-Feb-24 3:32 
AnswerRe: Keeping track Pin
Andreas Mertens12-Feb-24 5:06
professionalAndreas Mertens12-Feb-24 5:06 
AnswerRe: Keeping track Pin
Al Gonzalez12-Feb-24 6:45
Al Gonzalez12-Feb-24 6:45 
GeneralRe: Keeping track Pin
Al Gonzalez12-Feb-24 6:50
Al Gonzalez12-Feb-24 6:50 
GeneralRe: Keeping track Pin
Andreas Mertens12-Feb-24 12:16
professionalAndreas Mertens12-Feb-24 12:16 
GeneralRe: Keeping track Pin
Andreas Mertens13-Feb-24 12:51
professionalAndreas Mertens13-Feb-24 12:51 
AnswerRe: Keeping track Pin
jochance12-Feb-24 7:24
jochance12-Feb-24 7:24 
GeneralAnswering a teenager comment Pin
Pete O'Hanlon8-Feb-24 22:14
mvePete O'Hanlon8-Feb-24 22:14 
GeneralRe: Answering a teenager comment Pin
Richard Deeming8-Feb-24 22:52
mveRichard Deeming8-Feb-24 22:52 
GeneralRe: Answering a teenager comment Pin
CPallini8-Feb-24 22:58
mveCPallini8-Feb-24 22:58 
GeneralRe: Answering a teenager comment Pin
Richard Deeming8-Feb-24 23:12
mveRichard Deeming8-Feb-24 23:12 
GeneralRe: Answering a teenager comment Pin
CPallini8-Feb-24 23:20
mveCPallini8-Feb-24 23:20 
GeneralRe: Answering a teenager comment Pin
Pete O'Hanlon9-Feb-24 1:11
mvePete O'Hanlon9-Feb-24 1:11 
GeneralRe: Answering a teenager comment Pin
Rick York9-Feb-24 5:04
mveRick York9-Feb-24 5:04 
GeneralRe: Answering a teenager comment Pin
Dave Kreskowiak9-Feb-24 12:35
mveDave Kreskowiak9-Feb-24 12:35 
GeneralSome Days you ask yourself WHY?? Pin
glennPattonWork38-Feb-24 21:25
professionalglennPattonWork38-Feb-24 21:25 
GeneralRe: Some Days you ask yourself WHY?? Pin
Richard Deeming8-Feb-24 22:53
mveRichard Deeming8-Feb-24 22:53 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.