Kittitas icon indicating copy to clipboard operation
Kittitas copied to clipboard

Inconsistencies in ReadMe for version and unable to run

Open KathleenDollard opened this issue 3 years ago • 1 comments

First: The NuGet version is 0.0.3-alpha, while the readme says 0.0.4-alpha. Is there another feed to use during alpha on this?

I changed this in both the tool install and the SDK reference

Second: I do not see the shim project in Visual Studio.

  • Should the .csproj be in the same folder as the .csproj for the console app I am running the generator on? Or some other location?
  • Does the NuGet 0.0.3 version support the shim project to Visual Studio
  • Am I correct that in the dropdown that has my project should now include a new item for the new project? Are there any restrictions on the project name.

I'm happy to help clarify the readme on how to get this working, if I can get it to work :-)

KathleenDollard avatar Dec 06 '20 17:12 KathleenDollard

@KathleenDollard Ah, for some reason the 0.0.4-alpha packages never published. Should be available now 👍

The package doesn't add anything automatically, you need to manually create a new csproj and add the contents to it. Once you do that, and select the new project as the startup project it should give you the option in the VS dropdown. That's done with a generated launchsettings.json under the hood, so you might need to build the project if it doesn't show up straight away.

chsienki avatar Dec 08 '20 22:12 chsienki