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

MyCompanyName remains in the UserSecretsId #2728

Closed
hikalkan opened this issue Jan 30, 2020 · 0 comments · Fixed by #2729
Closed

MyCompanyName remains in the UserSecretsId #2728

hikalkan opened this issue Jan 30, 2020 · 0 comments · Fixed by #2729

Comments

@hikalkan
Copy link
Member

Create a new project named "MyCrm". UserSecretsId in the csproj file will be like that:

<UserSecretsId>MyCompanyName-MyCrm-4681b4fd-151f-4221-84a4-929d86723e4c</UserSecretsId>

It should be:

<UserSecretsId>MyCrm-4681b4fd-151f-4221-84a4-929d86723e4c</UserSecretsId>

This happends because of the - usage. PRoject generator handles ., but not -. Can we change this to MyCompanyName.MyProjectName-* instead of MyCompanyName-MyProjectName-*?

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

Successfully merging a pull request may close this issue.

2 participants