- Mar 01, 2018
-
-
Niko Ehrenfeuchter authored
-
Niko Ehrenfeuchter authored
This commit is successfully tested to work on Windows 7 with the latest version of RoboSharp (at the time of writing, including the [EnableRaisingEvents fix][1] which has not yet been merged upstream). This closes #15 [1]: https://github.com/tjscience/RoboSharp/pull/46
-
Niko Ehrenfeuchter authored
Refers to #3, #11, #15
-
Niko Ehrenfeuchter authored
-
- Feb 28, 2018
-
-
Niko Ehrenfeuchter authored
-
Niko Ehrenfeuchter authored
-
Niko Ehrenfeuchter authored
-
Niko Ehrenfeuchter authored
-
Niko Ehrenfeuchter authored
-
- 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
-
Niko Ehrenfeuchter authored
-
Niko Ehrenfeuchter authored
See https://stackoverflow.com/a/10334095/2018314 for details on sharing resources among multiple projects in a solution.
-
Niko Ehrenfeuchter authored
There is no need to have this only as a post-build event, providing it at this stage will allow us to include it in the assembly information.
-
- Feb 26, 2018
-
-
Niko Ehrenfeuchter authored
-
Niko Ehrenfeuchter authored
-
- Feb 16, 2018
-
-
Niko Ehrenfeuchter authored
Refers to #18
-
Niko Ehrenfeuchter authored
Refers to #18
-
Niko Ehrenfeuchter authored
Refers to #18
-
- Feb 14, 2018
-
-
Niko Ehrenfeuchter authored
Add the template files as links to the ATxService project, pointing to the central "Solution Items" files and mark them for copying to the build output location. Update the Make-Package script accordingly.
-
- Feb 13, 2018
-
-
Niko Ehrenfeuchter authored
-
- Feb 11, 2018
-
-
Niko Ehrenfeuchter authored
-
- Feb 08, 2018
-
-
Niko Ehrenfeuchter authored
Restoring the "heartbeat" functionality without the overhead of serializing the XML every second.
-
- Feb 06, 2018
-
-
Niko Ehrenfeuchter authored
By removing the AdminDebugLog() method we're basically done with switching to NLog for logging and therefore this closes #3.
-
Niko Ehrenfeuchter authored
Closes #9
-
Niko Ehrenfeuchter authored
-
Niko Ehrenfeuchter authored
Currently there are no references to the object before a transfer has started, so it is safe to only initialize it in the StartTransfer() method.
-
Niko Ehrenfeuchter authored
-
Niko Ehrenfeuchter authored
-
- Feb 05, 2018
-
-
Niko Ehrenfeuchter authored
Refers to #2, #26
-
- Feb 03, 2018
-
-
Niko Ehrenfeuchter authored
Refers to #26
-
- Feb 02, 2018
-
-
Niko Ehrenfeuchter authored
Refers to #3, #4
-
Niko Ehrenfeuchter authored
Refers to #4
-
Niko Ehrenfeuchter authored
Having the total progress is much more useful than for the individual files, especially for transfers with many files. Closes #26
-
Niko Ehrenfeuchter authored
Refers to #26
-
Niko Ehrenfeuchter authored
Refers to #24
-
Niko Ehrenfeuchter authored
Refers to #3
-
- Feb 01, 2018
-
-
Niko Ehrenfeuchter authored
Refers to #3
-
Niko Ehrenfeuchter authored
-
Niko Ehrenfeuchter authored
-