Reqnroll.VisualStudio: New project wizard should use latest version of Reqnroll #617
Replies: 4 comments 26 replies
-
Absolutely agree. Just need to find a simple way to do it. Maybe you can get some ideas on how to do this reliably from this repo (that does much more, but still relatively simple): https://github.com/taori/NugetUnlister |
Beta Was this translation helpful? Give feedback.
-
I'm experimenting with General algorithm will be:
If fetching these version identifiers dynamically fails, fall back to hard-coded values like we have today. Q:
|
Beta Was this translation helpful? Give feedback.
-
|
Beta Was this translation helpful? Give feedback.
-
A first draft is in PR 93. This has the basic structure that I was thinking of. Unfortunately, the parameter substitutions into the csproj file aren't working and I'm getting cross-eyed trying to find my mistake. Take a look and I welcome any feedback. This only represents a few hours of effort, so I'm not tied to anything here. We can change it. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
The new project wizard currently uses a hard-coded version number of the Reqnroll Nuget package that it adds to the project that it's creating. It would be a convenient feature if the wizard instead checked the nuget package feed and referenced the latest version.
Beta Was this translation helpful? Give feedback.
All reactions