-
Notifications
You must be signed in to change notification settings - Fork 4
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
Version 0.2.0: All public components now use Properties instead of fields #27
Merged
Conversation
This file contains 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
hf-kklein
added a commit
that referenced
this pull request
Apr 13, 2020
…tensions (#28) * remove files * Revert "remove intermediate doc trigger (as docs are actually built here)" This reverts commit efb8e14. * remove build process irtself * remove unused files * trigger docs only on master commit * add JSON.net schemas to repository * add link to official json.net schema docs * catch license exception * check if userProperties are null * Auto stash before merge of "develop" and "origin/develop" (#26) * Auto stash before merge of "develop" and "origin/develop" * unify namespaces & put different converters in different files * must not reuse the current reader here. still not fully understand. * fix smaller bugs, deactivate outdated tests * fix null value handling once more. Co-authored-by: Konstantin Klein <[email protected]> * fix outdated exception testing * move stuff out of obsolete class * modularize more stuff originally from deprecated BoMapper class * Version 0.2.0: All public components now use Properties instead of fields (#27) * business objects: fields->properties * COMs: fields->properties * fix build errors and some IDE suggestions * ignore naming convention * update tests in main pacakge * everything except 1 test... * fix stupid test * unittests ftw. * how did this ever work * remove deprecated 'messLokationsId'; it's 'messlokationsId' only. * optimize bo4e code * Apply fields->properties to Encryption package, too * add all json schema and protobuf files as content files to solution * fix wrong pathes * generate all the puml files puml-gen BO4E-dotnet puml-files -dir -public -excludePaths bin,obj,json-schema-files,Properties,protobuf-files -createAssociation -allInOne readme.md * move json-schema files out of solution again other than the puml-files they are not useful as a content file .csproj also * fix broken link * Explain usage of proto files * remove fixed version in csproj, otherwise it will not generate suffix * but should have bumped the prefix in the same commit * Anrede should be upper case in GP * Zwischenstand GRPC (was ein Mist ;)) * add showcase tests for github * Update README.md * add coverlet nuget to all test projects * Update README.md * add a lot of show case tests * Add showcase for anonymizign * fix broken links * Mannheim -> Grünwald a Co-authored-by: Joscha Metze <[email protected]> Co-authored-by: Hamid Hajiparvaneh <[email protected]>
hf-kklein
added a commit
that referenced
this pull request
Apr 13, 2020
* remove files * Revert "remove intermediate doc trigger (as docs are actually built here)" This reverts commit efb8e14. * remove build process irtself * remove unused files * trigger docs only on master commit * add JSON.net schemas to repository * add link to official json.net schema docs * catch license exception * check if userProperties are null * Auto stash before merge of "develop" and "origin/develop" (#26) * Auto stash before merge of "develop" and "origin/develop" * unify namespaces & put different converters in different files * must not reuse the current reader here. still not fully understand. * fix smaller bugs, deactivate outdated tests * fix null value handling once more. Co-authored-by: Konstantin Klein <[email protected]> * fix outdated exception testing * move stuff out of obsolete class * modularize more stuff originally from deprecated BoMapper class * Version 0.2.0: All public components now use Properties instead of fields (#27) * business objects: fields->properties * COMs: fields->properties * fix build errors and some IDE suggestions * ignore naming convention * update tests in main pacakge * everything except 1 test... * fix stupid test * unittests ftw. * how did this ever work * remove deprecated 'messLokationsId'; it's 'messlokationsId' only. * optimize bo4e code * Apply fields->properties to Encryption package, too * add all json schema and protobuf files as content files to solution * fix wrong pathes * generate all the puml files puml-gen BO4E-dotnet puml-files -dir -public -excludePaths bin,obj,json-schema-files,Properties,protobuf-files -createAssociation -allInOne readme.md * move json-schema files out of solution again other than the puml-files they are not useful as a content file .csproj also * fix broken link * Explain usage of proto files * remove fixed version in csproj, otherwise it will not generate suffix * but should have bumped the prefix in the same commit * Anrede should be upper case in GP * Zwischenstand GRPC (was ein Mist ;)) * add showcase tests for github * Update README.md * add coverlet nuget to all test projects * Update README.md * add a lot of show case tests * Add showcase for anonymizign * fix broken links * Mannheim -> Grünwald a * add link to issue #29 * remove unused packages, update test frameworks (does this fix the docfx build)? Co-authored-by: Joscha Metze <[email protected]> Co-authored-by: Hamid Hajiparvaneh <[email protected]>
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 IS A BREAKING CHANGE! Hence the increased version numbers 0.2.xxx