Re: MoMA

Neale Ferguson <[email protected]> Thu, 21 Dec 2017 02:31:11 +0000
Newsgroups gmane.comp.gnome.mono.devel
Message-ID <D66159F4.B4CC4%[email protected]>
--===============5140287008143937745==
Content-Language: en-US
Content-Type: multipart/alternative;
	boundary="_000_D66159F4B4CC4nealesinenominenet_"

--_000_D66159F4B4CC4nealesinenominenet_
Content-Type: text/plain; charset="Windows-1252"
Content-Transfer-Encoding: quoted-printable

I replaced the hint with a pointer to the nunit package I installed and it =
compiled cleanly.

From: Neale Ferguson <[email protected]<mailto:[email protected]>>
Date: Thursday, December 21, 2017 at 11:46 AM
To: Mono-Devel <[email protected]<mailto:mono-devel-list@lis=
ts.ximian.com>>
Subject: MoMA

I see that there was some recent work done to MoMA so I decided to try and =
build it and got the following:


Methods/MethodTests.cs(5,3): error CS0619: `NUnit.Framework.TestFixtureAttr=
ibute' is obsolete: `The NUnit framework shipped with Mono is deprecated an=
d will be removed in a future release. It was based on NUnit 2.4 which is l=
ong outdated. Please move to the NUnit NuGet package or some other form of =
acquiring NUnit.'

Methods/MethodTests.cs(9,4): error CS0616: `NUnit.Framework.TestCase': is n=
ot an attribute class

Methods/MethodTests.cs(10,4): error CS0616: `NUnit.Framework.TestCase': is =
not an attribute class

Methods/MethodTests.cs(11,4): error CS0616: `NUnit.Framework.TestCase': is =
not an attribute class

Does this just mean that there is still work to do to bring it up to date a=
nd replace the deprecated APIs or am I missing some package? If it=92s the =
former I am happy to work on this if this is truly being resurrected as I h=
ave had a number of requests to help in porting workload to Mono.

Neale

--_000_D66159F4B4CC4nealesinenominenet_
Content-Type: text/html; charset="Windows-1252"
Content-ID: <[email protected]>
Content-Transfer-Encoding: quoted-printable

<html>
<head>
<meta http-equiv=3D"Content-Type" content=3D"text/html; charset=3DWindows-1=
252">
</head>
<body style=3D"word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-lin=
e-break: after-white-space; color: rgb(0, 0, 0); font-size: 14px; font-fami=
ly: Calibri, sans-serif;">
<div>I replaced the hint with a pointer to the nunit package I installed an=
d it compiled cleanly.&nbsp;</div>
<div><br>
</div>
<span id=3D"OLK_SRC_BODY_SECTION">
<div style=3D"font-family:Calibri; font-size:11pt; text-align:left; color:b=
lack; BORDER-BOTTOM: medium none; BORDER-LEFT: medium none; PADDING-BOTTOM:=
 0in; PADDING-LEFT: 0in; PADDING-RIGHT: 0in; BORDER-TOP: #b5c4df 1pt solid;=
 BORDER-RIGHT: medium none; PADDING-TOP: 3pt">
<span style=3D"font-weight:bold">From: </span>Neale Ferguson &lt;<a href=3D=
"mailto:[email protected]">[email protected]</a>&gt;<br>
<span style=3D"font-weight:bold">Date: </span>Thursday, December 21, 2017 a=
t 11:46 AM<br>
<span style=3D"font-weight:bold">To: </span>Mono-Devel &lt;<a href=3D"mailt=
o:[email protected]">[email protected]</a>&gt=
;<br>
<span style=3D"font-weight:bold">Subject: </span>MoMA<br>
</div>
<div><br>
</div>
<div>
<div style=3D"word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line=
-break: after-white-space; color: rgb(0, 0, 0); font-size: 14px; font-famil=
y: Calibri, sans-serif;">
<div>I see that there was some recent work done to MoMA so I decided to try=
 and build it and got the following:</div>
<div><br>
</div>
<div>
<p style=3D"margin: 0px; font-size: 18px; line-height: normal; font-family:=
 'Courier New'; color: rgb(194, 54, 31); background-color: rgb(255, 254, 22=
9);">
<span style=3D"font-variant-ligatures: no-common-ligatures"><span class=3D"=
Apple-tab-span" style=3D"white-space:pre"></span>Methods/MethodTests.cs(5,3=
): error CS0619: `NUnit.Framework.TestFixtureAttribute' is obsolete: `The N=
Unit framework shipped with Mono is deprecated
 and will be removed in a future release. It was based on NUnit 2.4 which i=
s long outdated. Please move to the NUnit NuGet package or some other form =
of acquiring NUnit.'</span></p>
<p style=3D"margin: 0px; font-size: 18px; line-height: normal; font-family:=
 'Courier New'; color: rgb(194, 54, 31); background-color: rgb(255, 254, 22=
9);">
<span style=3D"font-variant-ligatures: no-common-ligatures"><span class=3D"=
Apple-tab-span" style=3D"white-space:pre"></span>Methods/MethodTests.cs(9,4=
): error CS0616: `NUnit.Framework.TestCase': is not an attribute class</spa=
n></p>
<p style=3D"margin: 0px; font-size: 18px; line-height: normal; font-family:=
 'Courier New'; color: rgb(194, 54, 31); background-color: rgb(255, 254, 22=
9);">
<span style=3D"font-variant-ligatures: no-common-ligatures"><span class=3D"=
Apple-tab-span" style=3D"white-space:pre"></span>Methods/MethodTests.cs(10,=
4): error CS0616: `NUnit.Framework.TestCase': is not an attribute class</sp=
an></p>
<p style=3D"margin: 0px; font-size: 18px; line-height: normal; font-family:=
 'Courier New'; color: rgb(194, 54, 31); background-color: rgb(255, 254, 22=
9);">
<span style=3D"font-variant-ligatures: no-common-ligatures"><span class=3D"=
Apple-tab-span" style=3D"white-space:pre"></span>Methods/MethodTests.cs(11,=
4): error CS0616: `NUnit.Framework.TestCase': is not an attribute class</sp=
an></p>
</div>
<div><br>
</div>
<div>Does this just mean that there is still work to do to bring it up to d=
ate and replace the deprecated APIs or am I missing some package? If it=92s=
 the former I am happy to work on this if this is truly being resurrected a=
s I have had a number of requests
 to help in porting workload to Mono.</div>
<div><br>
</div>
<div>Neale</div>
</div>
</div>
</span>
</body>
</html>

--_000_D66159F4B4CC4nealesinenominenet_--

--===============5140287008143937745==
Content-Type: text/plain; charset="utf-8"
MIME-Version: 1.0
Content-Transfer-Encoding: base64
Content-Disposition: inline

X19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX18KTW9uby1kZXZl
bC1saXN0IG1haWxpbmcgbGlzdApNb25vLWRldmVsLWxpc3RAbGlzdHMuZG90Lm5ldApodHRwOi8v
bGlzdHMuZG90Lm5ldC9tYWlsbWFuL2xpc3RpbmZvL21vbm8tZGV2ZWwtbGlzdAo=

--===============5140287008143937745==--