Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
remove unused packages, update test frameworks (#30)
* 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 <konstantin.klein@hochfrequenz.de> * 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 <joscha.metze@hochfrequenz.de> Co-authored-by: Hamid Hajiparvaneh <52197378+hamidd30@users.noreply.github.com>
- Loading branch information