You've already forked linux-packaging-mono
Imported Upstream version 5.0.0.42
Former-commit-id: fd56571888259555122d8a0f58c68838229cea2b
This commit is contained in:
parent
1190d13a04
commit
6bdd276d05
@@ -5,7 +5,7 @@ include ../../../build/rules.make
|
||||
LIBRARY = nunit.util.dll
|
||||
LIBRARY_SNK = $(topdir)/nunit24/nunit.snk
|
||||
|
||||
LOCAL_MCS_FLAGS= /resource:Transform.resources,NUnit.Util.Transform.resources /d:MONO /d:StronglyNamedAssembly /publicsign -warn:1
|
||||
LOCAL_MCS_FLAGS= /resource:Transform.resources,NUnit.Util.Transform.resources /d:MONO /d:StronglyNamedAssembly /publicsign -warn:1 /keyfile:../../nunit.snk
|
||||
LIB_REFS = nunit.core nunit.core.interfaces System System.Xml System.Runtime.Remoting
|
||||
NO_TEST = yo
|
||||
|
||||
|
||||
@@ -19,6 +19,9 @@ namespace NUnit.ConsoleRunner
|
||||
[STAThread]
|
||||
public static int Main(string[] args)
|
||||
{
|
||||
Console.ForegroundColor = ConsoleColor.Red;
|
||||
Console.WriteLine ("Note: nunit-console shipped with Mono is deprecated, please use the NUnit NuGet package or some other form of acquiring NUnit.");
|
||||
Console.ResetColor ();
|
||||
return Runner.Main( args );
|
||||
}
|
||||
}
|
||||
|
||||
@@ -5,7 +5,7 @@ include ../../../build/rules.make
|
||||
LIBRARY = nunit-console-runner.dll
|
||||
LIBRARY_SNK = $(topdir)/nunit24/nunit.snk
|
||||
|
||||
LOCAL_MCS_FLAGS= /d:MONO /d:StronglyNamedAssembly /publicsign
|
||||
LOCAL_MCS_FLAGS= /d:MONO /d:StronglyNamedAssembly /publicsign /keyfile:../../nunit.snk
|
||||
LIB_REFS = nunit.core nunit.core.interfaces nunit.util System System.Xml
|
||||
NO_TEST = yo
|
||||
|
||||
|
||||
@@ -5,7 +5,7 @@ include ../../../build/rules.make
|
||||
LIBRARY = nunit.core.dll
|
||||
LIBRARY_SNK = $(topdir)/nunit24/nunit.snk
|
||||
|
||||
LOCAL_MCS_FLAGS = /d:StronglyNamedAssembly -warn:1 /publicsign
|
||||
LOCAL_MCS_FLAGS = /d:StronglyNamedAssembly -warn:1 /publicsign /keyfile:../../nunit.snk
|
||||
LIB_REFS = nunit.framework nunit.core.interfaces System
|
||||
NO_TEST = yo
|
||||
|
||||
|
||||
@@ -5,7 +5,7 @@ include ../../../build/rules.make
|
||||
LIBRARY = nunit.core.interfaces.dll
|
||||
LIBRARY_SNK = $(topdir)/nunit24/nunit.snk
|
||||
|
||||
LOCAL_MCS_FLAGS= /d:StronglyNamedAssembly /publicsign
|
||||
LOCAL_MCS_FLAGS= /d:StronglyNamedAssembly /publicsign /keyfile:../../nunit.snk
|
||||
LIB_REFS = nunit.framework System
|
||||
NO_TEST = yo
|
||||
|
||||
|
||||
@@ -5,7 +5,7 @@ include ../../../build/rules.make
|
||||
LIBRARY = nunit.core.extensions.dll
|
||||
LIBRARY_SNK = $(topdir)/nunit24/nunit.snk
|
||||
|
||||
LIB_MCS_FLAGS = /d:StronglyNamedAssembly /publicsign
|
||||
LIB_MCS_FLAGS = /d:StronglyNamedAssembly /publicsign /keyfile:../../nunit.snk
|
||||
LIB_REFS = nunit.core nunit.core.interfaces System.Xml System
|
||||
NO_TEST = yo
|
||||
|
||||
|
||||
@@ -5,7 +5,7 @@ include ../../../build/rules.make
|
||||
LIBRARY = nunit.framework.extensions.dll
|
||||
LIBRARY_SNK = $(topdir)/nunit24/nunit.snk
|
||||
|
||||
LIB_MCS_FLAGS = /d:StronglyNamedAssembly /publicsign
|
||||
LIB_MCS_FLAGS = /d:StronglyNamedAssembly /publicsign /keyfile:../../nunit.snk
|
||||
LIB_REFS = System.Xml System
|
||||
NO_TEST = yo
|
||||
|
||||
|
||||
@@ -6,7 +6,7 @@ LIBRARY = NUnit.Framework.dll
|
||||
LIBRARY_NAME = nunit.framework.dll
|
||||
LIBRARY_SNK = $(topdir)/nunit24/nunit.snk
|
||||
|
||||
LIB_MCS_FLAGS = /d:StronglyNamedAssembly -warn:1 /publicsign
|
||||
LIB_MCS_FLAGS = /d:StronglyNamedAssembly -warn:1 /publicsign /keyfile:../../nunit.snk
|
||||
LIB_REFS = System.Xml System
|
||||
NO_TEST = yo
|
||||
|
||||
|
||||
@@ -14,6 +14,7 @@ namespace NUnit.Framework
|
||||
/// {}
|
||||
/// </example>
|
||||
[AttributeUsage(AttributeTargets.Class, AllowMultiple=false, Inherited=true)]
|
||||
[Obsolete ("The NUnit framework shipped with Mono is deprecated and will be removed in a future release. It was based on NUnit 2.4 which is long outdated. Please move to the NUnit NuGet package or some other form of acquiring NUnit.", true)]
|
||||
public class TestFixtureAttribute : Attribute
|
||||
{
|
||||
private string description;
|
||||
|
||||
@@ -5,7 +5,7 @@ include ../../../build/rules.make
|
||||
LIBRARY = nunit.mocks.dll
|
||||
LIBRARY_SNK = $(topdir)/nunit24/nunit.snk
|
||||
|
||||
LOCAL_MCS_FLAGS= /d:StronglyNamedAssembly /publicsign
|
||||
LOCAL_MCS_FLAGS= /d:StronglyNamedAssembly /publicsign /keyfile:../../nunit.snk
|
||||
LIB_REFS = nunit.framework System
|
||||
NO_TEST = yo
|
||||
|
||||
|
||||
Reference in New Issue
Block a user