- Feb 20, 2024
-
-
Michael Mell authored
- Bump .Net framework to 4.8 - Fix build errors after import into VS 2022
-
- Apr 25, 2019
-
-
Niko Ehrenfeuchter authored
Refers to #20
-
Niko Ehrenfeuchter authored
Refers to #20
-
- Jul 24, 2018
-
-
Niko Ehrenfeuchter authored
-
- Jul 20, 2018
-
-
Niko Ehrenfeuchter authored
Refers to #35
-
- Mar 12, 2018
-
-
Niko Ehrenfeuchter authored
Placed in namespace ATxCommon.Monitoring, using its own timer to update the values. Refers to #36
-
- Feb 28, 2018
-
-
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.
-
- Jan 31, 2018
-
-
Niko Ehrenfeuchter authored
All projects (and namespaces) should start with an "ATx" prefix, having a capital "AT" and a lowercase "x".
-
- Jan 30, 2018
-
-
Niko Ehrenfeuchter authored
To avoid flooding recipients and / or SMTP servers. Refers to #3, #4
-
- Jan 17, 2018
-
-
Niko Ehrenfeuchter authored
-
Niko Ehrenfeuchter authored
-
Niko Ehrenfeuchter authored
-
Niko Ehrenfeuchter authored
-
Niko Ehrenfeuchter authored
Currently this is almost entirely untested and configuration for email notifications is yet to be done. Refers to #3
-
- Jan 12, 2018
-
-
Niko Ehrenfeuchter authored
-
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.
-
- Jan 09, 2018
-
-
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
-