[Mono-dev] Microsoft.Build.* API fixes

Marek Sieradzki marek.sieradzki at gmail.com
Fri Oct 20 09:08:53 EDT 2006


On 10/20/06, Leszek Ciesielski <skolima at gmail.com> wrote:
> Hi,
>
> attached is a patch fixing minor attribute differences between mono
> and ms.net, and containing stubs for (some of) missing classes.
> Permission to commit?
>
Hi,

AssemblyInfo.cs changes are questionable. If there's a good reason for
them please specify it.

Small coding style glitch. You are using "F()" instead of "F ()"

VCBuild is a class that rather won't be implemented. In MSBuild it
executes VS C++ build (that uses different format of project files).
It is possible that someone can use gcc/g++ for that but generally I'm
not sure if anyone will use it. Anyway monotodo +
notimplementedexception stub can be added.

Vbc task should be quite easy to write when we'll have it working on Mono.



More information about the Mono-devel-list mailing list