Simon Gockner
|
6aeffa85ee
|
- add function to convert enumberable to gBase string
|
6 years ago |
Simon Gockner
|
bb0652428c
|
#11: add test for removing a list value
|
6 years ago |
Simon Gockner
|
da6f8edb67
|
#11: add unit test to cover issue
|
6 years ago |
Simon Gockner
|
aa9cbf8d35
|
- add local integration test
|
6 years ago |
Simon Gockner
|
746d16e8ea
|
- add todo: think about usage of conditionalWeakTable for _cache
|
6 years ago |
Simon Gockner
|
30454130cf
|
- update packageInformation
|
6 years ago |
Simon Gockner
|
5fae3d3761
|
- fix output path of documentation xml files
|
6 years ago |
Simon Gockner
|
d9cbae3558
|
- first real implementation of addEntry and removeEntry
|
6 years ago |
Simon Gockner
|
63fa792edf
|
- implement addEntry and removeEntry
|
6 years ago |
Simon Gockner
|
feb4954204
|
- use switch expression and expression body
|
6 years ago |
Simon Gockner
|
037dbfde9c
|
- add class and function comments
- add documentation xml
|
6 years ago |
Simon Gockner
|
6f387189e2
|
- add and implement AddEntry and RemoveEntry methods
|
6 years ago |
Simon Gockner
|
6f36ccf0f7
|
- update documentation xml
|
6 years ago |
Simon Gockner
|
d181e8179f
|
- dispose fileHandler
|
6 years ago |
Simon Gockner
|
510b461b60
|
- create a fileHandler for every table
|
6 years ago |
Simon Gockner
|
505fbe3e3b
|
- make fileHandler and fileHandlerFactory public
|
6 years ago |
Simon Gockner
|
a7066070f2
|
- add database path
|
6 years ago |
Simon Gockner
|
712b073c2d
|
- add table file extension as const
|
6 years ago |
Simon Gockner
|
762a5ba4b3
|
- update documentation xml files (#13)
|
6 years ago |
Simon Gockner
|
a930db5f50
|
closes #13: unify factories folder location
|
6 years ago |
Simon Gockner
|
432f619771
|
#9: add gBase installer
|
6 years ago |
Simon Gockner
|
9f22255e69
|
#9: add file handling installer
|
6 years ago |
Simon Gockner
|
4596640373
|
#9: add file handler factory
|
6 years ago |
Simon Gockner
|
9a7ad8a93e
|
#9: add factories for gBase base classes
|
6 years ago |
Simon Gockner
|
72defb90a4
|
- add first fileHandler implementation
|
6 years ago |
Simon Gockner
|
55e0010fa9
|
- add gBase base class
|
6 years ago |
Simon Gockner
|
c6376e9d23
|
#9: add LightweightIocContainer:
- add factories
- add installer
- fix test
- use factories in client
|
6 years ago |
Simon Gockner
|
ff6fbfbc67
|
#10: add first dataHandling test
|
6 years ago |
Simon Gockner
|
064140ea41
|
Merge branch 'master' of https://github.com/SimonG96/GBase
|
6 years ago |
Simon Gockner
|
6c070763f4
|
- add documentation .xml
- add missing class and file comments
|
6 years ago |
Simon Gockner
|
326d17974a
|
#9: use lightweightIocContainer
- add factories and installer
- add bootstrapper
- use logging factories
|
6 years ago |
Simon Gockner
|
fcb5d7fd27
|
#9: add lightweightIocContainer
- add interfaces for FileLogger and ConsoleLogger
- add factories
- add installer
|
6 years ago |
Simon Gockner
|
b419d768e6
|
#9: fix namespace
|
6 years ago |
Simon Gockner
|
f17f3a561e
|
#9: rename folder to installers
|
6 years ago |
Simon Gockner
|
e617598b15
|
- update xml
|
6 years ago |
Simon Gockner
|
d091ef7d1e
|
#9: use LightweightIocContainer
- add DataHandlingInstaller
|
6 years ago |
Simon Gockner
|
cbfa772361
|
#10: add class and function comments for dataHandling factories
|
6 years ago |
Simon Gockner
|
6038278a3d
|
#10: update .xml
|
6 years ago |
Simon Gockner
|
4c6775b48d
|
#10: add dataHandling
|
6 years ago |
Simon G
|
cb0edecd37
|
- don't run integrationTest with CI
|
6 years ago |
Simon Gockner
|
648045e5b4
|
- update class and function comments
|
6 years ago |
Simon Gockner
|
70ed41ed54
|
- pass serviceProtocol from clientSettings
|
6 years ago |
Simon Gockner
|
ef569cf9c7
|
- allow net.tcp connection
|
6 years ago |
Simon Gockner
|
1c78174389
|
- update nuget packages
|
6 years ago |
Simon Gockner
|
2e222cda4b
|
- allow net.tcp communication with server
|
6 years ago |
Simon Gockner
|
3b328e41d3
|
- add net.tcp
|
6 years ago |
Simon Gockner
|
b7152a502c
|
- add a small integration test:
Test connects to a local server and just calls a method
|
6 years ago |
Simon Gockner
|
61e0e52ecc
|
- add dummy operation contracts
- addTable returns true for testing
|
6 years ago |
Simon Gockner
|
5b07143e20
|
- add command line params with prefix `--`
- get value without prefix `--`
|
6 years ago |
Simon Gockner
|
07d7e06600
|
- add missing /
|
6 years ago |