Disable CS109 in build script
This commit is contained in:
@@ -16,7 +16,7 @@
|
||||
>
|
||||
<arg line="${compiler.args}"/>
|
||||
<nowarn>
|
||||
<warning number="${nowarn.numbers},0108,0114,0612" />
|
||||
<warning number="${nowarn.numbers},0108,0114,0612,0109" />
|
||||
</nowarn>
|
||||
<sources failonempty="true">
|
||||
<include name="**/*.cs" />
|
||||
|
||||
@@ -74,9 +74,7 @@ namespace Spring.Web.UI.Controls
|
||||
#if !NET_2_0
|
||||
public string Action
|
||||
#else
|
||||
#pragma warning disable 0109
|
||||
public new string Action
|
||||
#pragma warning restore 0109
|
||||
#endif
|
||||
{
|
||||
get { return this.action; }
|
||||
|
||||
Reference in New Issue
Block a user