Source nuget declaration #4400
Unanswered
JPaja
asked this question in
Language Ideas
Replies: 2 comments 2 replies
-
IMO if there was a desire to add such support it could be done entirely with custom attributes and not require any specific language support. [assembly: Package("Newtonsoft.Json", Version="latest")] |
Beta Was this translation helpful? Give feedback.
2 replies
-
FWIW when i see |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Main idea is to create way to share single file c# as script and share it as such, without need for
.csproj
for nuget links.Possible solutions would be
Possible keywords for nuget package
Another issue would be to specify version, where user could pick between concrete version like
or
latest
,preview
(beta) andlatestMajor
(default)Possible styles would be:
Comma separated
Attribute
Beta Was this translation helpful? Give feedback.
All reactions