<?xml version="1.0"?><?xml-stylesheet type="text/xsl" href="/rss.xsl"?><rss version="2.0"><channel><title>nupackpackages Issue Tracker Rss Feed</title><link>http://nupackpackages.codeplex.com/workitem/list/basic</link><description>nupackpackages Issue Tracker Rss Description</description><item><title>Commented Issue: EFCodeFirst.SqlServerCompact can't be installed via Add Library Package Reference dialog [9]</title><link>http://nupackpackages.codeplex.com/workitem/9</link><description>When trying to install EFCodeFirst.SqlServerCompact via the Add Library Package Reference dialog, I get the following Operation Failed message&amp;#58;&lt;br /&gt;&lt;br /&gt;&amp;#34;This package &amp;#40;or one of its dependencies&amp;#41; contains PowerShell scripts and needs to be installed from the Package Manager Console.&amp;#34;&lt;br /&gt;&lt;br /&gt;I would expect any library that can be added via the console should be able to be installed via the dialog.&lt;br /&gt;&lt;br /&gt;&amp;#40;NuGet Package Manager installed is version 1.0.11217.102&amp;#41;&lt;br /&gt;Comments: I had to install the package by specifying the version number &amp;#10;&amp;#10;Install-Package EFCodeFirst.SqlServerCompact -Version 0.8.8482.1</description><author>sp2432</author><pubDate>Wed, 12 Sep 2012 08:08:49 GMT</pubDate><guid isPermaLink="false">Commented Issue: EFCodeFirst.SqlServerCompact can't be installed via Add Library Package Reference dialog [9] 20120912080849A</guid></item><item><title>Commented Issue: EFCodeFirst.SqlServerCompact can't be installed via Add Library Package Reference dialog [9]</title><link>http://nupackpackages.codeplex.com/workitem/9</link><description>When trying to install EFCodeFirst.SqlServerCompact via the Add Library Package Reference dialog, I get the following Operation Failed message&amp;#58;&lt;br /&gt;&lt;br /&gt;&amp;#34;This package &amp;#40;or one of its dependencies&amp;#41; contains PowerShell scripts and needs to be installed from the Package Manager Console.&amp;#34;&lt;br /&gt;&lt;br /&gt;I would expect any library that can be added via the console should be able to be installed via the dialog.&lt;br /&gt;&lt;br /&gt;&amp;#40;NuGet Package Manager installed is version 1.0.11217.102&amp;#41;&lt;br /&gt;Comments: I can&amp;#39;t install EFCodeFirst at all because of this. So how exactly is the impact &amp;#39;Low&amp;#39;&amp;#63;</description><author>BitStar</author><pubDate>Tue, 12 Apr 2011 11:39:13 GMT</pubDate><guid isPermaLink="false">Commented Issue: EFCodeFirst.SqlServerCompact can't be installed via Add Library Package Reference dialog [9] 20110412113913A</guid></item><item><title>Created Issue: EFCodeFirst.SqlServerCompact can't be installed via Add Library Package Reference dialog [9]</title><link>http://nupackpackages.codeplex.com/workitem/9</link><description>When trying to install EFCodeFirst.SqlServerCompact via the Add Library Package Reference dialog, I get the following Operation Failed message&amp;#58;&lt;br /&gt;&lt;br /&gt;&amp;#34;This package &amp;#40;or one of its dependencies&amp;#41; contains PowerShell scripts and needs to be installed from the Package Manager Console.&amp;#34;&lt;br /&gt;&lt;br /&gt;I would expect any library that can be added via the console should be able to be installed via the dialog.&lt;br /&gt;&lt;br /&gt;&amp;#40;NuGet Package Manager installed is version 1.0.11217.102&amp;#41;&lt;br /&gt;</description><author>corydeppen</author><pubDate>Fri, 31 Dec 2010 16:35:18 GMT</pubDate><guid isPermaLink="false">Created Issue: EFCodeFirst.SqlServerCompact can't be installed via Add Library Package Reference dialog [9] 20101231043518P</guid></item><item><title>Created Issue: MvcScaffold package generates controllers and views in wrong encoding [8]</title><link>http://nupackpackages.codeplex.com/workitem/8</link><description>When I&amp;#39;m using MvcScaffold package for creating controllers and views it generates them in the UCS-2 LittleEndian encoding instead of UTF-8 encoding. Also I&amp;#39;ve noticed that not all .t4 code templates are in the same encoding &amp;#40;some of them are in UTF-8 and some in ANSI encoding&amp;#41;.&lt;br /&gt;</description><author>nick4eva</author><pubDate>Tue, 28 Dec 2010 11:46:12 GMT</pubDate><guid isPermaLink="false">Created Issue: MvcScaffold package generates controllers and views in wrong encoding [8] 20101228114612A</guid></item><item><title>Created Issue: Issues installing GalaSoft MvvmLight for WP7 Project [7]</title><link>http://nupackpackages.codeplex.com/workitem/7</link><description>I just tried NuGet for the first time tonight, and had a few issues. Not sure if these are NuGet&amp;#39;s fault or the package&amp;#39;s fault, but I thought I would outline the issue here. Here are the steps to reproduce the problem&amp;#58;&lt;br /&gt;&lt;br /&gt;1. Download ZXing.WP7.v1.0.0 from http&amp;#58;&amp;#47;&amp;#47;zxingwindowsphone.codeplex.com&amp;#47;SourceControl&amp;#47;list&amp;#47;changesets&lt;br /&gt;&lt;br /&gt;2. Extract zip file and open ZXing.WP7.sln in Visual Studio 2010&lt;br /&gt;&lt;br /&gt;3. The ZXing.WP7.Test project requires a reference to GalaSoft.MvvmLight.Extras.WP7 and GalaSoft.MvvmLight.WP7. If you don&amp;#39;t have these installed they will appear as broken references  with an exclamation point. In either case, delete these, and try to install this package via NuGet.&lt;br /&gt;&lt;br /&gt;4. Right click on Xing.WP7.Test project and select Add Library Package Reference&lt;br /&gt;&lt;br /&gt;Sidenote&amp;#58; I first tried thought NuGet was broken, because I couldn&amp;#39;t find any packages. I then figured out that I had to select Online from the side to search for packages from the online repository. I then tried searching for GalaSoft.MvvmLight which did not return any results. That is the namespace and how the broken reference appears in Visual Studio, but the package is named just MvvmLight. Would be nice if the searching user story would address both these issues&lt;br /&gt;&lt;br /&gt;5. Install the MvvmLight package.&lt;br /&gt;&lt;br /&gt;6. Notice that nothing changes in the ZXing.WP7.Test project. Instead a reference to GalaSoft.MvvmLight.Extras.SL4 and GalaSoft.MvvmLight.SL4 is added to the ZXing.WP7 project.&lt;br /&gt;&lt;br /&gt;Sidenote&amp;#58; I see that the files get added to a packages folder in the root of the solution. In my opinion this folder should show up as a folder in the solution so that is is visible that files were added. Not a huge deal, but it took me a while to figure out what was going on, especially since the project that I right clicked on was not modified AT ALL&amp;#33; Instead it modified a different project in the solution. Maybe a screen that shows the user what occurred, or a &amp;#34;Click here to view the console results&amp;#34; option that shows what the install did.&lt;br /&gt;&lt;br /&gt;At this point a build will still fail, because the library reference was added to the wrong project. Also the wrong reference was added &amp;#40;used SL4 instead of WP7 version. To fix this you have to remove the references from the ZXing.WP7 project and manually add the correct references to the ZXing.WP7.Test. NuGet helps to download the files, but it fails at the installation.&lt;br /&gt;&lt;br /&gt;Again, not sure if this is NuGet&amp;#39;s fault or the Package creator&amp;#39;s fault, but I thought I would post this here as an FYI.&lt;br /&gt;&lt;br /&gt;Keep up the great work&amp;#33;&lt;br /&gt;</description><author>gbrayut</author><pubDate>Fri, 17 Dec 2010 04:13:38 GMT</pubDate><guid isPermaLink="false">Created Issue: Issues installing GalaSoft MvvmLight for WP7 Project [7] 20101217041338A</guid></item><item><title>Commented Issue: Rename nupackpackages.codeplex.com to NUGETpackages.codeplex.com  [5]</title><link>http://nupackpackages.codeplex.com/workitem/5</link><description>Rename nupackpackages.codeplex.com to NUGETpackages.codeplex.com &lt;br /&gt;Comments: Totally agree that we should do this, but it has downstream side effects since it will change the Hg repository url. Then we will need to update some configurations on the build server. </description><author>erichexter</author><pubDate>Fri, 03 Dec 2010 04:43:21 GMT</pubDate><guid isPermaLink="false">Commented Issue: Rename nupackpackages.codeplex.com to NUGETpackages.codeplex.com  [5] 20101203044321A</guid></item><item><title>Created Issue: 'Scaffold-Repository' is not recognized as the name of a cmdlet. [6]</title><link>http://nupackpackages.codeplex.com/workitem/6</link><description>I&amp;#39;m trying to get the MVCScaffold package to work and it&amp;#39;s throwing an error for any of the commands. Here is the error for the Scaffold-Repository command&amp;#58;&lt;br /&gt;&lt;br /&gt;PM&amp;#62; Scaffold-Repository -m Mold -c SiteDB&lt;br /&gt;The term &amp;#39;Scaffold-Repository&amp;#39; is not recognized as the name of a cmdlet, function, script file, or operable program. Check the spelling of the name, or if a path&lt;br /&gt;was included, verify that the path is correct and try again.&lt;br /&gt;At line&amp;#58;1 char&amp;#58;20&lt;br /&gt;&amp;#43; Scaffold-Repository &amp;#60;&amp;#60;&amp;#60;&amp;#60; -m Mold -c SiteDB&lt;br /&gt;&amp;#43; CategoryInfo &amp;#58; ObjectNotFound&amp;#58; &amp;#40;Scaffold-Repository&amp;#58;String&amp;#41; &amp;#91;&amp;#93;, CommandNotFoundException&lt;br /&gt;&amp;#43; FullyQualifiedErrorId &amp;#58; CommandNotFoundException&lt;br /&gt;&lt;br /&gt;I&amp;#39;ve uninstalled and reinstalled both NuGet and the MVCScaffold 0.2 package a couple times. I&amp;#39;ve removed the full Packages folder and reinstalled and still no luck. I did have this going at one point but had to uninstall and reinstall NuGet because it wasn&amp;#39;t recognizing List-Package or any of the package manager commands either. I have it recognizing the package manager commands now, just not the scaffolding ones.&lt;br /&gt;</description><author>redwards1966</author><pubDate>Wed, 01 Dec 2010 12:07:14 GMT</pubDate><guid isPermaLink="false">Created Issue: 'Scaffold-Repository' is not recognized as the name of a cmdlet. [6] 20101201120714P</guid></item><item><title>Created Issue: Rename nupackpackages.codeplex.com to NUGETpackages.codeplex.com  [5]</title><link>http://nupackpackages.codeplex.com/workitem/5</link><description>Rename nupackpackages.codeplex.com to NUGETpackages.codeplex.com &lt;br /&gt;</description><author>shanselman</author><pubDate>Mon, 29 Nov 2010 19:17:15 GMT</pubDate><guid isPermaLink="false">Created Issue: Rename nupackpackages.codeplex.com to NUGETpackages.codeplex.com  [5] 20101129071715P</guid></item><item><title>Created Issue: NHibernate.Core 3 can't resolve dependency on Antlr (=3.1.3) [4]</title><link>http://nupackpackages.codeplex.com/workitem/4</link><description>Hi,&lt;br /&gt;&lt;br /&gt;Installed the MVC 3 RC and the NuGet version that comes with it. Works great for most things, but I got an issue when trying to install FluentNHibernate v1.1.1.694. It couldn&amp;#39;t install NHibernate.Core v3.0.0.2001 because it could not satisfy the dependency on Antlr &amp;#40;3.1.3&amp;#41;.&lt;br /&gt;&lt;br /&gt;Of course, Antlr IS there, but the version is 3.1.3.42154 - how exact does the &amp;#39;&amp;#61;&amp;#39; make the dependency&amp;#63; Is &amp;#39;3.1.3&amp;#39; &amp;#61; &amp;#39;3.1.3.42154&amp;#39;&amp;#63;&lt;br /&gt;&lt;br /&gt;I also tried adding the Antrl package myself before adding NHibernate.Core, but no luck. That is where it stops.&lt;br /&gt;&lt;br /&gt;I will work around it with NHibernate 2 for now, but as I need NHibernate 3 for a project a fix for the package to take the correct dependency would be great.&lt;br /&gt;&lt;br /&gt;&amp;#40;Unless of course this is a NuGet bug or something bad on my system&amp;#41;&lt;br /&gt;&lt;br /&gt;</description><author>Havremunken</author><pubDate>Sun, 21 Nov 2010 12:35:10 GMT</pubDate><guid isPermaLink="false">Created Issue: NHibernate.Core 3 can't resolve dependency on Antlr (=3.1.3) [4] 20101121123510P</guid></item><item><title>Commented Issue: Antlr.3.1.3 includes invalid version of the library [2]</title><link>http://nupackpackages.codeplex.com/workitem/2</link><description>Antlr.3.1.3 should include version  3.1.3.42154, instead it includes 3.1.0.39271. Valid library could be downloaded from http&amp;#58;&amp;#47;&amp;#47;www.antlr.org&amp;#47;download&amp;#47;CSharp&lt;br /&gt;Comments: I&amp;#39;ve fixed up the package, and it should be comming through soon.</description><author>droyad</author><pubDate>Wed, 10 Nov 2010 23:57:37 GMT</pubDate><guid isPermaLink="false">Commented Issue: Antlr.3.1.3 includes invalid version of the library [2] 20101110115737P</guid></item><item><title>Commented Issue: Change the name of NHibernate's package to NHibernate [3]</title><link>http://nupackpackages.codeplex.com/workitem/3</link><description>From&amp;#58; fabiomaulo&lt;br /&gt;Hi all.&lt;br /&gt;Can you change the name of the NHibernate&amp;#39;s pack from &amp;#34;NHibernate.Core&amp;#34; to &amp;#34;NHibernate&amp;#34; &amp;#63;&lt;br /&gt;&amp;#40;exactly the name of the project, assembly, default-namespace etc.&amp;#41; &lt;br /&gt;Thanks.&lt;br /&gt;&lt;br /&gt;Comments: We&amp;#39;ll need to update any package that has dependency on NHibernate as well.</description><author>Haacked</author><pubDate>Wed, 03 Nov 2010 23:29:26 GMT</pubDate><guid isPermaLink="false">Commented Issue: Change the name of NHibernate's package to NHibernate [3] 20101103112926P</guid></item><item><title>Created Issue: Change the name of NHibernate's package to NHibernate [3]</title><link>http://nupackpackages.codeplex.com/workitem/3</link><description>From&amp;#58; fabiomaulo&lt;br /&gt;Hi all.&lt;br /&gt;Can you change the name of the NHibernate&amp;#39;s pack from &amp;#34;NHibernate.Core&amp;#34; to &amp;#34;NHibernate&amp;#34; &amp;#63;&lt;br /&gt;&amp;#40;exactly the name of the project, assembly, default-namespace etc.&amp;#41; &lt;br /&gt;Thanks.&lt;br /&gt;&lt;br /&gt;</description><author>Haacked</author><pubDate>Wed, 03 Nov 2010 23:28:41 GMT</pubDate><guid isPermaLink="false">Created Issue: Change the name of NHibernate's package to NHibernate [3] 20101103112841P</guid></item><item><title>Commented Issue: Error when resolving dependencies for NHibernate.Core [1]</title><link>http://nupackpackages.codeplex.com/workitem/1</link><description>This is a bug I filed with the main NuPack repository on CodePlex, but it is probably related to the NHibernate.Core package itself, so I&amp;#39;m copying it here.&lt;br /&gt;&lt;br /&gt;I just tried using NuPack and it all seems great, but I was not able to add the NHibernate.Core package. There was an error when resolving its dependency on &amp;#34;Iesi.Collections &amp;#40;&amp;#61; 1.0&amp;#41;&amp;#34;.&lt;br /&gt;This might be a problem with the package itself, but it&amp;#39;s still you guys that created the package, right&amp;#63;&lt;br /&gt;&lt;br /&gt;Here&amp;#39;s the output from the Package Manager Console window&amp;#58;&lt;br /&gt;&lt;br /&gt;_WriteError &amp;#58; Unable to resolve dependency &amp;#39;Iesi.Collections &amp;#40;&amp;#61; 1.0&amp;#41;&amp;#39;&lt;br /&gt;At C&amp;#58;&amp;#92;Program Files &amp;#40;x86&amp;#41;&amp;#92;Microsoft Visual Studio 10.0&amp;#92;Common7&amp;#92;IDE&amp;#92;Extensions&amp;#92;CodePlex Foundation&amp;#92;NuPack Tools&amp;#92;0.1&amp;#92;Scripts&amp;#92;nupack.ps1&amp;#58;107 char&amp;#58;24&lt;br /&gt;&amp;#43;             _WriteError &amp;#60;&amp;#60;&amp;#60;&amp;#60;  &amp;#36;_.Exception&lt;br /&gt;    &amp;#43; CategoryInfo          &amp;#58; NotSpecified&amp;#58; &amp;#40;&amp;#58;&amp;#41; &amp;#91;Write-Error&amp;#93;, WriteErrorException&lt;br /&gt;    &amp;#43; FullyQualifiedErrorId &amp;#58; Microsoft.PowerShell.Commands.WriteErrorException,_WriteError&lt;br /&gt;&lt;br /&gt;Here&amp;#39;s a link to a screencast to see what I&amp;#39;m doing&amp;#58; http&amp;#58;&amp;#47;&amp;#47;www.screencast.com&amp;#47;users&amp;#47;SlavoIngilizov&amp;#47;folders&amp;#47;Jing&amp;#47;media&amp;#47;0c453186-8fe0-44cb-a777-c4509867b3d9&lt;br /&gt;Comments: I may have fixed this yesterday. Please verify for me.</description><author>ferventcoder</author><pubDate>Wed, 20 Oct 2010 21:27:43 GMT</pubDate><guid isPermaLink="false">Commented Issue: Error when resolving dependencies for NHibernate.Core [1] 20101020092743P</guid></item><item><title>Created Issue: Antlr.3.1.3 includes invalid version of the library [2]</title><link>http://nupackpackages.codeplex.com/workitem/2</link><description>Antlr.3.1.3 should include version  3.1.3.42154, instead it includes 3.1.0.39271. Valid library could be downloaded from http&amp;#58;&amp;#47;&amp;#47;www.antlr.org&amp;#47;download&amp;#47;CSharp&lt;br /&gt;</description><author>chaliy</author><pubDate>Tue, 19 Oct 2010 17:16:16 GMT</pubDate><guid isPermaLink="false">Created Issue: Antlr.3.1.3 includes invalid version of the library [2] 20101019051616P</guid></item><item><title>Created Issue: Error when resolving dependencies for NHibernate.Core [1]</title><link>http://nupackpackages.codeplex.com/workitem/1</link><description>This is a bug I filed with the main NuPack repository on CodePlex, but it is probably related to the NHibernate.Core package itself, so I&amp;#39;m copying it here.&lt;br /&gt;&lt;br /&gt;I just tried using NuPack and it all seems great, but I was not able to add the NHibernate.Core package. There was an error when resolving its dependency on &amp;#34;Iesi.Collections &amp;#40;&amp;#61; 1.0&amp;#41;&amp;#34;.&lt;br /&gt;This might be a problem with the package itself, but it&amp;#39;s still you guys that created the package, right&amp;#63;&lt;br /&gt;&lt;br /&gt;Here&amp;#39;s the output from the Package Manager Console window&amp;#58;&lt;br /&gt;&lt;br /&gt;_WriteError &amp;#58; Unable to resolve dependency &amp;#39;Iesi.Collections &amp;#40;&amp;#61; 1.0&amp;#41;&amp;#39;&lt;br /&gt;At C&amp;#58;&amp;#92;Program Files &amp;#40;x86&amp;#41;&amp;#92;Microsoft Visual Studio 10.0&amp;#92;Common7&amp;#92;IDE&amp;#92;Extensions&amp;#92;CodePlex Foundation&amp;#92;NuPack Tools&amp;#92;0.1&amp;#92;Scripts&amp;#92;nupack.ps1&amp;#58;107 char&amp;#58;24&lt;br /&gt;&amp;#43;             _WriteError &amp;#60;&amp;#60;&amp;#60;&amp;#60;  &amp;#36;_.Exception&lt;br /&gt;    &amp;#43; CategoryInfo          &amp;#58; NotSpecified&amp;#58; &amp;#40;&amp;#58;&amp;#41; &amp;#91;Write-Error&amp;#93;, WriteErrorException&lt;br /&gt;    &amp;#43; FullyQualifiedErrorId &amp;#58; Microsoft.PowerShell.Commands.WriteErrorException,_WriteError&lt;br /&gt;&lt;br /&gt;Here&amp;#39;s a link to a screencast to see what I&amp;#39;m doing&amp;#58; http&amp;#58;&amp;#47;&amp;#47;www.screencast.com&amp;#47;users&amp;#47;SlavoIngilizov&amp;#47;folders&amp;#47;Jing&amp;#47;media&amp;#47;0c453186-8fe0-44cb-a777-c4509867b3d9&lt;br /&gt;</description><author>slavoingilizov</author><pubDate>Thu, 07 Oct 2010 13:51:06 GMT</pubDate><guid isPermaLink="false">Created Issue: Error when resolving dependencies for NHibernate.Core [1] 20101007015106P</guid></item></channel></rss>