BryanAldrich

Results 12 comments of BryanAldrich

I did a bit of digging through code and determined that if you disable telemetry, the performance returns back to 1s or so.

I'm still having this issue, i'm on VS2022 Pro, the files actually show as having a LF ending, but i'm on windows. I tried setting the linefeeds to CRLF, but...

so, i was researching. the less compiler always outputs as LF files, git will autocrlf files to/from the server to match the client settings (windows vs linux, etc). This is...

https://docs.github.com/en/get-started/getting-started-with-git/configuring-git-to-handle-line-endings I added a .gitattributes with this * text=auto *.css text=lf The other options would be to tag into this compiler to set the cr/lf based on the settings here,...

Just wanted to add that our on premises DevOps server is attached to an AD domain that isn't attached to our laptop. We have to authenticate everytime. There is zero...

Yes, developers could make a PAT and authenticate that way. Since Dev Home doesn't do any sql access, (which for us is.. complicated..) just a plain PAT is simplest.

I wanted to keep only one or two full releases, but like 10 deltas.

You were correct, the releaseEntries was getting filtered in the --keepMaxReleases block, thus causing the DeltaReleases to never fire. It did show me an issue, it was counting the #...

Instead of my dad's carpentry saying "Measure twice, cut once". I think I need to have "Read twice, program once". The behavior was as you said. It counted full releases,...

I found this issue on my system this morning when I was noticing sluggish behavior. I closed UniGet and it persisted. I manually terminated multiple choco executables and disabled choco...