A
Andy
Hi,
I have a question... I have some code which has an unsafe block in it.
In VS2008 (Framework 3.5), i go to the project property and check the
box that allows unsafe blocks. The code compiles fine.
On my build server though, things are not happy. The error seems to
be that /unsafe needs to be set as a command line option, even though
MSBuild is being used.
Shouldn't MSbuild be picking up the <AllowUnsafeBlocks /> element in
the csproj file?
Thanks
Andy
I have a question... I have some code which has an unsafe block in it.
In VS2008 (Framework 3.5), i go to the project property and check the
box that allows unsafe blocks. The code compiles fine.
On my build server though, things are not happy. The error seems to
be that /unsafe needs to be set as a command line option, even though
MSBuild is being used.
Shouldn't MSbuild be picking up the <AllowUnsafeBlocks /> element in
the csproj file?
Thanks
Andy