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

Project and Assembly GUIDs should be unique #20

Open
lilwhitemouse opened this issue Apr 28, 2020 · 3 comments
Open

Project and Assembly GUIDs should be unique #20

lilwhitemouse opened this issue Apr 28, 2020 · 3 comments
Assignees

Comments

@lilwhitemouse
Copy link

Problem

The GUID for an assembly should, in theory, be a unique way to identify the .dll. However, all cookiecutter projects will have the same GUID. There are, as it happens, a few people who look for specific GUIDs when doing magicTM.

In addition, the project GUIDs should apparently be unique (which would prevent problems when moving projects from solution to solution? Most of us would never notice)

Maybe Do This

There's a command-line option to generate mostly-unique GUIDs in Linux, and there are web options, but I don't know about Windows, and I don't even know if cookiecutter can run commands. Maybe there is a library already in json? I haven't looked any further into this yet.

At a worst-case scenario, the user could be given a website suggestion and prompted to enter GUIDs?

But perhaps more research is required.

@n-fisher
Copy link
Owner

n-fisher commented Jun 10, 2020 via email

@RobRoseKnows
Copy link

Can't you just use the uuid library in python to do this?

@n-fisher n-fisher self-assigned this Aug 26, 2020
@n-fisher
Copy link
Owner

That's a great suggestion. I'm less familiar with Python so I hadn't thought about that library.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants