Developer01 20177c2d68 * „Linie 14: Removed the LogConfig parameter from the constructor, as the type does not exist.
Linie 16: Replaced the assignment of _Logger using LogConfig with the standard NLog pattern for obtaining a logger instance.
Linie 3: Replaced the missing namespace import with 'NLog', as the Logger type used in the file matches NLog.Logger, which is available as a NuGet package in the project.
Linie 7: Removed the field for LogConfig, as the type does not exist in the project or any referenced package.“ in Datei „Database\Adapters\ODBC.vb“
2025-12-29 13:43:32 +01:00
2025-12-29 12:52:53 +01:00
2025-12-08 10:43:22 +01:00
2023-01-24 14:35:09 +01:00
2024-09-23 16:50:38 +02:00
2025-11-17 12:50:52 +01:00
2025-12-05 14:04:32 +01:00
2025-11-28 10:42:33 +01:00
2024-01-31 10:15:31 +01:00
2023-09-05 10:47:37 +02:00
2025-11-28 10:42:33 +01:00
2025-05-21 08:08:32 +02:00
2025-04-25 14:57:24 +02:00
2025-05-08 09:20:28 +02:00
2025-11-28 10:42:33 +01:00
2025-11-17 12:42:17 +01:00
2025-03-28 15:27:18 +01:00
2024-01-26 10:41:06 +01:00
2023-11-14 10:10:14 +01:00

Modules

Diese Projektmappe enthält die Grundfunktionen für alle Produkte in Form von Modulen.

Deploy Skript

Das Skript copy-binary.ps1 liegt im Hauptverzeichnis und kann über den folgenden Befehl aufgerufen werden. Der Befehl wird pro Projekt in den Projekteinstellungen unter Kompilieren > Buildereignisse > Postbuildereignis eingetragen und sorgt dafür, dass die Assembly des Projekts in ein Deploy Verzeichnis kopiert wird.

powershell.exe -command "& { &'$(SolutionDir)copy-binary.ps1' '$(TargetPath)' '$(TargetFileName)' '$(ConfigurationName)' }"
Description
No description provided
Readme 161 MiB
Languages
Visual Basic .NET 100%