I don't see anything you could be missing there. It should really just
work when you have the right version of the .NET Core SDK.

Since you seem to be using Fedora 27, did you follow the instructions
from here?
https://www.microsoft.com/net/download/linux-package-manager/fedora26/sdk-2.1.101

Although I don't think that there is anything that could have gone wrong
during the installation as "dotnet --version" prints the right version
for you.

Could you try it without maven? It would probably be best to first do a
"dotnet clean Gremlin.Net.csproj" and then simply "dotnet build
Gremlin.Net.csproj" (the .csproj-file is in gremlin-dotnet/src/Gremlin.Net).

Or are you by any chance on an old branch that hasn't the changes from
TINKERPOP-1880 (PR #822)?

Am 25.04.2018 um 16:32 schrieb Robert Dale:
> Trying to build the docs but I get a .Net error.  I followed
> http://tinkerpop.apache.org/docs/3.2.8/dev/developer/#dotnet-environment
> and installed dotnet-sdk-2.1-2.0.6-2.fc27.x86_64.rpm
>
> $ dotnet --version
> 2.1.101
>
> $ mvn clean install -Pgremlin-dotnet -rf :gremlin-dotnet-source
>
> I get this error:
>
> [INFO] --- maven-remote-resources-plugin:1.5:process
> (process-resource-bundles) @ gremlin-dotnet-source ---
> [INFO]
> [INFO] --- dotnet-maven-plugin:0.14:build (default-build) @
> gremlin-dotnet-source ---
>   Restore completed in 38.69 ms for
> /home/rdale/git/forks/tinkerpop/tinkerpop/gremlin-dotnet/src/Gremlin.Net/Gremlin.Net.csproj.
> Microsoft (R) Build Engine version 15.6.82.30579 for .NET Core
> Copyright (C) Microsoft Corporation. All rights reserved.
>
>   Restore completed in 38.77 ms for
> /home/rdale/git/forks/tinkerpop/tinkerpop/gremlin-dotnet/src/Gremlin.Net/Gremlin.Net.csproj.
> CSC : error CS7027: Error signing output with public key from file
> '../../build/tinkerpop.snk' -- Assembly signing not supported.
> [/home/rdale/git/forks/tinkerpop/tinkerpop/gremlin-dotnet/src/Gremlin.Net/Gremlin.Net.csproj]
>
> Build FAILED.
>
> CSC : error CS7027: Error signing output with public key from file
> '../../build/tinkerpop.snk' -- Assembly signing not supported.
> [/home/rdale/git/forks/tinkerpop/tinkerpop/gremlin-dotnet/src/Gremlin.Net/Gremlin.Net.csproj]
>     0 Warning(s)
>     1 Error(s)
>
> Time Elapsed 00:00:02.51
>
> What am I missing?
>
> Thanks,
> Robert Dale
>


Reply via email to