You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
On Mon, 13 Sept 2021 at 21:28, Atif Aziz ***@***.***> wrote:
Install dotnet-script <https://www.nuget.org/packages/dotnet-script>:
dotnet tool install --global dotnet-script --version 1.2.1
Run dotnet script and type the following lines on each prompt:
#r "nuget: docopt.net, 0.6.1.11"
using DocoptNet;
typeof(Docopt).Assembly
The last line should print:
[DocoptNet, Version=0.0.0.0, Culture=neutral, PublicKeyToken=7a38c71da49a547e]
❯ dotnet script
> #r "nuget: docopt.net, 0.6.1.11"
> using DocoptNet;
> typeof(Docopt).Assembly
[DocoptNet, Version=0.0.0.0, Culture=neutral, PublicKeyToken=7a38c71da49a547e]
Note that the assembly version is 0.0.0.0.
@voieducode <https://github.com/voieducode>, was this intentional (to
avoid strong naming issues?) or a slip?
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#122>, or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAHUAMHT5ETKA2ACEQZQFQLUBZNFFANCNFSM5D6UB2BA>
.
Install dotnet-script:
Run
dotnet script
and type the following lines on each prompt:The last line prints:
Here is how the complete session should look like:
Note that the assembly version is 0.0.0.0.
@voieducode, was this intentional (to avoid strong naming issues?) or a slip?
The text was updated successfully, but these errors were encountered: