- Mar 12, 2018
-
-
Niko Ehrenfeuchter authored
Currently it is testing both approaches for checking the CPU load, each for ten seconds. Messages are printed to the console using NLog. Refers to #36
-
- Feb 27, 2018
-
-
Niko Ehrenfeuchter authored
The shared approach results in conflicts if the generated class is used in ATxCommon which is imported in the other projects. This way we can use the symbols defined via ATxCommon in all depending projects. The downside is that it slows down the build-process a bit as every build from a project depending on ATxCommon (read: all others) will change the generated code and thus force a re-build of ATxCommon and the project itself. Since building the entire solution is still just a matter of seconds, that's a fair trade-off.
-
Niko Ehrenfeuchter authored
See https://stackoverflow.com/a/10334095/2018314 for details on sharing resources among multiple projects in a solution.
-
- Feb 26, 2018
-
-
Niko Ehrenfeuchter authored
-
- Feb 13, 2018
-
-
Niko Ehrenfeuchter authored
-
- Feb 06, 2018
-
-
Niko Ehrenfeuchter authored
Refers to #13, #17
-
Niko Ehrenfeuchter authored
This is required for using the latest version of RoboSharp and also offers newer C# language specifications. Refers to #15
-
- Feb 01, 2018
-
-
Niko Ehrenfeuchter authored
-
Niko Ehrenfeuchter authored
-
- Jan 31, 2018
-
-
Niko Ehrenfeuchter authored
Following the new naming guidelines.
-
Niko Ehrenfeuchter authored
-
Niko Ehrenfeuchter authored
All projects (and namespaces) should start with an "ATx" prefix, having a capital "AT" and a lowercase "x".
-
- Jan 17, 2018
-
-
Niko Ehrenfeuchter authored
-
- Jan 12, 2018
-
-
Niko Ehrenfeuchter authored
Since we have more to share between the applications than just the XML wrappers, this is the location to keep common classes and methods.
-
Niko Ehrenfeuchter authored
Refers to #2
-
- Jan 09, 2018
-
-
Niko Ehrenfeuchter authored
Fixes #22
-
Niko Ehrenfeuchter authored
Note that this only adds the new class library, it does not yet adjust the existing service code to use it! Refers to #21
-
- Sep 14, 2017
-
-
Niko Ehrenfeuchter authored
Corresponds to "autotransfer-v1".
-