zzarchive-Tamarin
zzarchive-Tamarin copied to clipboard
Samples not work, not compile.
I download the repo, open Tamarin.Samples in last version of xamarin/osx yosemite.
I get this error:
Assembly 'System.Runtime' not found. Make sure that the assembly exists in disk. If the reference is required to build the project you may get compilation errors.
Assembly 'System.ObjectModel' not found. Make sure that the assembly exists in disk. If the reference is required to build the project you may get compilation errors.
Assembly 'System.Threading.Tasks' not found. Make sure that the assembly exists in disk. If the reference is required to build the project you may get compilation errors.
Assembly 'System.Globalization' not found. Make sure that the assembly exists in disk. If the reference is required to build the project you may get compilation errors.
Assembly 'System.Linq.Expressions' not found. Make sure that the assembly exists in disk. If the reference is required to build the project you may get compilation errors.
Build: 5 errors, 5 warnings
That assemblies are marked gray in the project.
@dmitry-a-Morozov @dsevastianov @orlandpm @soloveichik Can we set up Travis and AppVeyor CI for this repository please?
I opened the project and got the same error, however upon checking Nuget, I see: "Some NuGet packages are missing from this solution. Click to restore from your online package sources."
The library binaries aren't included in the solution.
Please be sure "Allow NuGet to download missing packages" and "Automantically check for missing packages durion build in Visual Studio" are activated.
After activating these options, the solution will build properly.
Hi @dmitry-a-Morozov @dsevastianov @orlandpm @soloveichik Are you actively maintaining this project? Just nudging :) :)
Thanks! Don
@jeroldhaas
I use Xamarin Studio on Mac to test this project.
It does have set on "Automatically restore packages ..." and "Check for updates ...".
@dsyme Currently I don't have capacity to actively maintain this project.