Click here to Skip to main content
15,885,366 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.

 
JokeSeems familiar... Pin
Kornfeld Eliyahu Peter7-Jul-20 21:48
professionalKornfeld Eliyahu Peter7-Jul-20 21:48 
PraiseRe: Seems familiar... Pin
RickZeeland7-Jul-20 22:15
mveRickZeeland7-Jul-20 22:15 
GeneralRe: Seems familiar... Pin
kalberts8-Jul-20 0:22
kalberts8-Jul-20 0:22 
GeneralRe: Seems familiar... Pin
RickZeeland8-Jul-20 0:53
mveRickZeeland8-Jul-20 0:53 
GeneralRe: Seems familiar... Pin
kalberts8-Jul-20 1:14
kalberts8-Jul-20 1:14 
GeneralRe: Seems familiar... Pin
Peter_in_27808-Jul-20 1:14
professionalPeter_in_27808-Jul-20 1:14 
GeneralRe: Seems familiar... Pin
kalberts8-Jul-20 1:56
kalberts8-Jul-20 1:56 
RantHow did they not see this as a problem? Pin
honey the codewitch7-Jul-20 21:20
mvahoney the codewitch7-Jul-20 21:20 
I found yet another bug in devstudio. This one has to do with the format of their .sln files.
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Test", "Test", "{C91DBE2D-B696-47DB-A04D-483D0E109321}"
	ProjectSection(SolutionItems) = preProject
		test.xslt = test.xslt
		TextFile1.txt = TextFile1.txt
	EndProjectSection
EndProject


I bolded the bit that's the problem. Spot it yet?
There are no quotes, and = is a valid filename character.

The upshot is this. If you add a file to your "Solution Folders" (a feature that has always been kludgy) and then rename it to include an = then the file will not get saved as part of the solution, meaning it won't be listed under solution folders next time you load.

I only discovered this because I needed to write a tool that could read the solution folder items from a solution file.

What a mess. Who codes this stuff? Unsure | :~
Real programmers use butterflies

JokeRe: How did they not see this as a problem? Pin
Nelek7-Jul-20 22:48
protectorNelek7-Jul-20 22:48 
JokeRe: How did they not see this as a problem? PinPopular
musefan7-Jul-20 23:25
musefan7-Jul-20 23:25 
GeneralRe: How did they not see this as a problem? Pin
Greg Utas7-Jul-20 23:54
professionalGreg Utas7-Jul-20 23:54 
GeneralRe: How did they not see this as a problem? Pin
musefan8-Jul-20 0:12
musefan8-Jul-20 0:12 
GeneralRe: How did they not see this as a problem? Pin
kalberts8-Jul-20 1:30
kalberts8-Jul-20 1:30 
GeneralRe: How did they not see this as a problem? Pin
musefan8-Jul-20 1:52
musefan8-Jul-20 1:52 
GeneralRe: How did they not see this as a problem? Pin
kalberts8-Jul-20 2:40
kalberts8-Jul-20 2:40 
GeneralRe: How did they not see this as a problem? Pin
honey the codewitch8-Jul-20 3:27
mvahoney the codewitch8-Jul-20 3:27 
GeneralRe: How did they not see this as a problem? Pin
Richard MacCutchan7-Jul-20 23:40
mveRichard MacCutchan7-Jul-20 23:40 
GeneralRe: How did they not see this as a problem? Pin
DerekT-P7-Jul-20 23:49
professionalDerekT-P7-Jul-20 23:49 
GeneralRe: How did they not see this as a problem? Pin
Richard MacCutchan8-Jul-20 0:23
mveRichard MacCutchan8-Jul-20 0:23 
GeneralRe: How did they not see this as a problem? Pin
honey the codewitch8-Jul-20 3:32
mvahoney the codewitch8-Jul-20 3:32 
GeneralRe: How did they not see this as a problem? Pin
Richard MacCutchan8-Jul-20 3:45
mveRichard MacCutchan8-Jul-20 3:45 
GeneralRe: How did they not see this as a problem? Pin
honey the codewitch8-Jul-20 3:49
mvahoney the codewitch8-Jul-20 3:49 
GeneralRe: How did they not see this as a problem? Pin
Richard MacCutchan8-Jul-20 4:13
mveRichard MacCutchan8-Jul-20 4:13 
GeneralRe: How did they not see this as a problem? Pin
honey the codewitch8-Jul-20 4:17
mvahoney the codewitch8-Jul-20 4:17 
GeneralRe: How did they not see this as a problem? Pin
kalberts8-Jul-20 1:40
kalberts8-Jul-20 1:40 

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.