-
When trying to restore Nowin v. 0.17.1 I get an error telling me that the package could not be located. The rest the DNX packages restored fine. I am using DNX v. 1.0.0-beta7-15019
-
As of the latest DNX, running `dnu restore` requires the nupkg for the current project to be in the package cache, something that looks pretty buggy.
```
dylan@ubuntu-server:/var/www/Code/dylannet/vn…
-
Hi,
Using the latest version of duality, a crash occurs when panning the camera with the mouse middle button, and then pointing the mouse out of the scene view while the scene view was still panning.…
-
I cloned the repo, checked out tag [1.4.2](https://github.com/dotnet/docfx/releases/tag/1.4.2) (latest release at the time of reporting this issue) and ran `build.cmd` from a regular Windows 10 Comman…
-
I built a simple HTML table view over the curated package feed: https://nuget.org/api/v2/curated-feeds/dotnetframework/Packages/. It will kind of look like this, but for packages: http://blogs.msdn.co…
-
In preparation for later cross-platform ports, Duality might need to lose some dependencies:
- For user plugins to be portable, they should be a PCL.
- Since they depend on Duality, the core also nee…
-
```
Subj.
The idea behind is to "emulate" generic virtual method calls (relying on
internal dictionaries) via regular virtual method calls returning delegates
based on field index (relying on array…
-
Nuget.Core has a method that lists all DLLs in a package:
```
public static IEnumerable GetLibFiles(this IPackage package);
```
You can then use another Nuget method to filter out only those DLLs th…
-
I am receiving an error during the iis install.
I am using chef-client in local mode.
I have packaged my cookbooks using Berks.
Berks is pulling in the following cookbooks (all are set for version …
-
The path specified in the solo.rb generated by vagrant is not Windows friendly and causes problems for some applications.
Actual path: /tmp/vagrant-chef-1
Expected path: c:\tmp\vagrant-chef-1
More s…
sneal updated
9 years ago