Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Assembly version is 0.0.0.0 #122

Closed
atifaziz opened this issue Sep 13, 2021 · 1 comment · Fixed by #125
Closed

Assembly version is 0.0.0.0 #122

atifaziz opened this issue Sep 13, 2021 · 1 comment · Fixed by #125
Labels
Milestone

Comments

@atifaziz
Copy link
Collaborator

atifaziz commented Sep 13, 2021

Install 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 prints:

[DocoptNet, Version=0.0.0.0, Culture=neutral, PublicKeyToken=7a38c71da49a547e]

Here is how the complete session should look like:

❯ 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, was this intentional (to avoid strong naming issues?) or a slip?

@voieducode
Copy link
Member

voieducode commented Sep 13, 2021 via email

@atifaziz atifaziz added the bug label Sep 14, 2021
@atifaziz atifaziz linked a pull request Sep 26, 2021 that will close this issue
@atifaziz atifaziz added this to the 0.7.0.0 milestone Dec 3, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants