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

Bugfix/UnexpectedCharacters #467

Merged
merged 18 commits into from
Dec 8, 2023
Merged

Conversation

Urglefloggah666
Copy link

resolve the issue with unexpected characters during a compile of the solution for several files.
this seems to have been caused by the files in question being "UTF-16 LE" encoded, changed to UTF-8 encoding and tested.
also added an artifact upload to the automatic compile action based on a friend's, gitstua, suggestion for github actions.
Iggs removed one variable to that was causing a warning during build too.

- project is for .NET Framework, not .NET Core;
- changed the path for artifacts to a relative one;
- build projects after a push and pull request;
- build artifacts after a push.
@aqpanaciy
Copy link

We need to merge this pull request into the main branch to solve problems with characters in the wrong encoding.

@Sellafield Sellafield merged commit f96cdf1 into Development Dec 8, 2023
2 checks passed
@Urglefloggah666 Urglefloggah666 deleted the bugfix/UnexpectedCharacters branch December 9, 2023 22:00
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

Successfully merging this pull request may close these issues.

4 participants