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

Complete Refactoring for Sinks Pattern #5

Merged
merged 1 commit into from
Feb 16, 2023
Merged

Conversation

tbm0115
Copy link
Contributor

@tbm0115 tbm0115 commented Feb 16, 2023

  • Obfuscated methods and classes from CSharp sink into the core Transpiler
  • Repurposed the XmiTranspiler into TranspilerDispatcher
  • Removed CSharp and JavaScript transpiler projects (look for them in separate Repositories)

 - Obfuscated methods and classes from CSharp sink into the core Transpiler
 - Repurposed the `XmiTranspiler` into `TranspilerDispatcher`
 - Removed `CSharp` and `JavaScript` transpiler projects (look for them in separate Repositories)
@tbm0115 tbm0115 self-assigned this Feb 16, 2023
@tbm0115 tbm0115 merged commit 2838a74 into develop Feb 16, 2023
@tbm0115 tbm0115 deleted the tbm0115/RefactorSinks branch February 16, 2023 00:11
tbm0115 added a commit that referenced this pull request Mar 24, 2023
* Update README.md

* Update UmlProperty.cs

* C# Scriban Models (#4)

* Initial Scriban Models development

* Update MtconnectTranspiler.csproj

* Create gh-package.yml

* Update gh-package.yml

* Update gh-package.yml

* Update MtconnectTranspiler.csproj

* Update MtconnectTranspiler.csproj

* Content update

* Update MtconnectTranspiler.csproj

* Update MtconnectTranspiler.csproj

* Update gh-package.yml

* Update gh-package.yml

* Complete Refactoring for Sinks Pattern (#5)

- Obfuscated methods and classes from CSharp sink into the core Transpiler
 - Repurposed the `XmiTranspiler` into `TranspilerDispatcher`
 - Removed `CSharp` and `JavaScript` transpiler projects (look for them in separate Repositories)

* Update to XmiTranspilerExtension to write to files

 - Allow for overwriting files using the `XmiTranspilerExtension.WriteToFile` method
 - Added comments
 - Added pre-emptive support for v2.2 of the standard

* Update README.md

* Update MtconnectTranspiler.csproj

* Documentation

Added documentation to properties and package.

* Fixed attribute parsing (#6)

- Fixed parsing of xml attributes
 - Updated console playground
 - Changed visibility of `TranspilerDispatcherOptions`

* Update MtconnectTranspiler.csproj

* Beta Refactoring into V1 (#7)

* Refactored for efficiency

 - Scrapped the original MTConnect model
 - Fixed XML Serialization architecture

* Complete documentation

 - Standardized code documentation
 - Added helper methods for navigating the Packages

* Suppressed compiler warnings and added clearcache

 - Suppressed compiler warnings about `async` methods in the Console application
 - Added `ClearCache` to `MTConnectHelper` just in case someone wants to try and load multiple XMI documents in a single session.
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.

1 participant