Mar 05, 2015 Unity is shipped with it's own Npgsql.dll in 'C:Program FilesUnityEditorDataMonolibmono2.0' that is why the editor crashes. Your assembly is compiled against your own Npgsql and is run with Unity's. So you should place your own Npgsql.dll to 'C:Program FilesUnityEditorDataManaged' and Mono.Security.dll too i think. I've also tried downloading other zip files that have actually had those files, however, when I try to install them in command (gacutil /i C.Npgsql.
#!/bin/sh |
# add a simple 'nuget' command to Mac OS X under Mono |
# get NuGet.exe binary from http://nuget.codeplex.com/releases/view/58939 |
# get Microsoft.Build.dll from a Windows .NET 4.0 installation |
# copy to /usr/local/bin and Robert is your father's brother.. |
# |
PATH=/usr/local/bin:$PATH |
mono --runtime=v4.0 /usr/local/bin/NuGet.exe $* |
commented Jun 24, 2013
FTW! |
commented Dec 4, 2013
Very nice. Thanks :)! |
commented Dec 28, 2013
dont forget to add proper permission sudo chmod 755 /usr/local/bin/nuget |
commented Oct 9, 2014
Epic! |
commented Jun 18, 2015
When i call nuget pack I get this error: We encourage you to determine whether this product or your intended use is legal. XBMC has a sophisticated library management system that allows you to organize all your media to give you quick and immediate access.XBMC provides a user friendly interface that's intuitive, very flexible, and easy to use. The interface is completely customizable through user-created or downloadable skins.Soft-Go is not responsible for the content of XBMC publisher's description. Xbmc 10 1 download for mac. $ NuGet Pack Package.nuspec Any solution? Verbose log: |
commented Jul 27, 2015
@danialfarid - Typically that is due to an 'invalid' nuspec. In the case of nuget on OSX/linux, try using '/' on the path names rather than '. Also, there is a bug on OSX where you need to specify the -BasePath argument to point the the path of the Nuspec file (It should default to this, but doesn't on OSX). |
commented Dec 6, 2016
great job,thx! |
commented Sep 1, 2017
Elegant vector borders. On MacOS the command 'dotnet add package Npgsql.EntityFrameworkCore.PostgreSQL --version 2.0.0' Could you please advise how to solve it? |