Skip to content

Instantly share code, notes, and snippets.

View emgarten's full-sized avatar

Justin Emgarten emgarten

View GitHub Profile

Keybase proof

I hereby claim:

  • I am emgarten on github.
  • I am emgarten (https://keybase.io/emgarten) on keybase.
  • I have a public key ASCV90JElTo4kho5a_Ue_-fSijEycBnQ8cSEu0R-FIqW8go

To claim this, I am signing this object:

@emgarten
emgarten / RestoreErrors.md
Created May 15, 2017 22:37
NuGet warnings and errors in 4.2.0

A list of all errors and warnings that could come from Restore in NuGet 4.2.0

Errors in 4.2.0

Code Project Group Message Fields Comments
DependencyResolver Http The feed {0} lists package {1} but multiple attempts to download the nupkg have failed. The feed is either invalid or required packages were removed while the current operation was in progress. Verify the package exists on the feed and try again uri, package Feed is likely corrupt, recently added this message
NuGet.Commands resolver Failed to resolve conflicts for {0} graph
NuGet.Commands resolver Unable to satisfy conflicting requests for {0}: {1} packages combines all conflicts into a single message
NuGet.Commands compat {0} {1} provides a compile-time reference assembly for {2} on {3}, but there is no compatible run-time assembly package, framework Log_MissingImplementationFx
@emgarten
emgarten / HexastoreTest.cs
Created February 26, 2020 01:52
Example of using hexastore
using System;
using Hexastore.Processor;
using Hexastore.Resoner;
using Hexastore.Rocks;
using Microsoft.Extensions.Logging;
using Newtonsoft.Json.Linq;
namespace HexaTest
{
class Program