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

Do not copy languages packages to ProgramData #26

Merged
merged 1 commit into from
Jun 9, 2020

Conversation

adecler
Copy link
Member

@adecler adecler commented Jun 9, 2020

Issues addressed by this PR

Closes #16

A series of localisation folders are copied over to ProgramData. After a few tests, they didn't look necessary with the current state of the CSharp toolkit.

So I suggest we drop them for now. I prefer to add them only if they become needed due to new features in the CSharp toolkit.

Test files

Just make sure that the ToCSharpText component is still working once you have deleted those language folders.

You can use this file if you don't have one: https://burohappold.sharepoint.com/:u:/r/sites/BHoM/02_Current/12_Scripts/01_Test%20Scripts/CSharp_Toolkit/Node2CodeTest.gh?csf=1&web=1&e=IVWDKG

@adecler adecler added the type:external-api-changes Imposed changes, including from dependency across other BHoM repos label Jun 9, 2020
@adecler adecler self-assigned this Jun 9, 2020
@FraserGreenroyd FraserGreenroyd changed the title Do not cop languages packages to ProgramData Do not copy languages packages to ProgramData Jun 9, 2020
Copy link
Contributor

@FraserGreenroyd FraserGreenroyd left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Test script works as expected without those folders 😄

@FraserGreenroyd
Copy link
Contributor

/azp run CSharp_Toolkit.CheckInstaller

@azure-pipelines
Copy link

Azure Pipelines successfully started running 1 pipeline(s).

@adecler adecler merged commit df3080a into master Jun 9, 2020
@adecler adecler deleted the CSharp_Toolkit-#16-DoNotCopyLanguagePackages branch June 9, 2020 09:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type:external-api-changes Imposed changes, including from dependency across other BHoM repos
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Are all additional language package folders required?
2 participants