[Mono-bugs] [Bug 450778] New: Byte order marks in VS.net 2008 Pro/Express .csproj files

bugzilla_noreply at novell.com bugzilla_noreply at novell.com
Tue Dec 2 02:11:51 EST 2008


https://bugzilla.novell.com/show_bug.cgi?id=450778


           Summary: Byte order marks in VS.net 2008 Pro/Express .csproj
                    files
           Product: Mono: Tools
           Version: unspecified
          Platform: Other
        OS/Version: All
            Status: NEW
          Severity: Normal
          Priority: P5 - None
         Component: xbuild
        AssignedTo: marek.sieradzki at gmail.com
        ReportedBy: supreet.sethi at gmail.com
         QAContact: mono-bugs at lists.ximian.com
          Found By: Other


csproj files of VS.net 2008 contains byte order mark which is not correctly
handled by xbuild.

Speculatively, It should work if in mcs
Microsoft.Build.BuildEngine/ImportedProject.cs line 52

StreamReader sr = new StreamReader (filename);
is changed to
StreamReader sr = new StreamReader (filename, true);



Supreet Sethi
Green Consultant


-- 
Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.


More information about the mono-bugs mailing list