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

Error when creating new Cake project from template #140

Closed
gep13 opened this issue Aug 30, 2021 · 0 comments
Closed

Error when creating new Cake project from template #140

gep13 opened this issue Aug 30, 2021 · 0 comments
Assignees
Labels
Milestone

Comments

@gep13
Copy link
Member

gep13 commented Aug 30, 2021

When attempting to create a new project using one of the provided Cake Project Templates, you are met with the following error:

2021-08-30_19-23-03

I suspect that this is due to the fact that in order to publish the two versions of the "same" extension, we had to change the VSIX identifier:

#136

Now, there is a mismatch in the project templates, as they are referencing 3cf9b016-d63f-44ee-849d-6f3efc996134 which is the ID of the 2019 and earlier extension, when the new 2022 extension has an ID of ad71f4ec-6358-47a3-8a27-d9dc61d0606b

@gep13 gep13 added the Bug label Aug 30, 2021
@gep13 gep13 added this to the v0.4.2 milestone Aug 30, 2021
@gep13 gep13 self-assigned this Aug 30, 2021
@gep13 gep13 closed this as completed Aug 30, 2021
gep13 added a commit that referenced this issue Aug 30, 2021
Created a 32bit folder to house the existing template folders, so that
we can have different templates for each Visual Studio extension.
gep13 added a commit that referenced this issue Aug 30, 2021
So that we can start creating a new VS 2022 specific version of the
templates, where the only thing that is different is the repositoryId
in the manifest file.  Annoying that this has to be done, but hopefully
only temporary until we switch to using different template solution.
gep13 added a commit that referenced this issue Aug 30, 2021
Added references to newly created projects, and updated existing ones.
Went through an tested project creation in both 2019 and 2022
instances, and all seems to work well.
gep13 added a commit that referenced this issue Aug 30, 2021
* hotfix/0.4.2:
  (#140) Updated project files with new locations
  (#140) Copied templates into 64bit folder
  (#140) Move existing templates to new folder
  (maint) Remove reference to delete files
gep13 added a commit that referenced this issue Aug 30, 2021
* hotfix/0.4.2:
  (#140) Updated project files with new locations
  (#140) Copied templates into 64bit folder
  (#140) Move existing templates to new folder
  (maint) Remove reference to delete files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant