Develop - #8
Merged
Merged
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This pull request introduces several improvements to project configuration, code quality, and maintainability. The most significant changes include the addition of new constants files for better organization, updates to the
.editorconfigand.gitattributesfiles for consistent formatting and line endings, enhancements to theAppclass for improved initialization and logging, and updates to the project file for versioning and packaging. Below are the most important changes grouped by theme:Project structure and configuration:
.gitattributesfile to enforce consistent line endings and text/binary file handling across platforms..editorconfigto adjust code quality rule severities, add YAML formatting, and improve warning handling. [1] [2] [3]Code organization and maintainability:
AudioConstants.cs,NetworkConstants.cs,PathConstants.cs,SecurityConstants.cs,TimeoutConstants.cs,SupportedLanguages.cs) [1] [2] [3] [4] [5] [6]FileConstants.csto use a more consistent transcript prefix.Application initialization and logging:
Appclass to improve initialization, logging, and error handling, including new methods for main window creation and shutdown events. (App.axaml.cs) [1] [2] [3]Project file and packaging:
1.3.0, added license and readme packaging, and improved publishing settings for hybrid deployment. (AzureSpeechProject.csproj) [1] [2] [3] [4] [5]Minor improvements:
ConvertBackmethods from multi-value converters for clarity and simplicity. (BoolToPasswordCharMultiConverter.cs,BoolToShowHideTextMultiConverter.cs) [1] [2]These changes collectively improve the maintainability, consistency, and reliability of the project.