Commit Graph

52 Commits

Author SHA1 Message Date
Developer01
df84046d78 Endgültige Änderungen für Schritt „Upgrade Base\Base.vbproj“ speichern 2025-12-29 13:34:41 +01:00
Developer01
4827ee1ce4 * „Linie 3: Removed import for non-existent namespace DigitalData.Modules.Logging.
Linie 4: Removed import for non-existent namespace DigitalData.Modules.Logging.Config.“ in Datei „Base\WindowsEx.vb“
2025-12-29 13:33:52 +01:00
Developer01
bf7b200ee9 * „Linie 4: Removed the 'Imports DigitalData.Modules.Logging.Logger' directive because 'Logger' is not a namespace but a type. The correct import is just 'Imports DigitalData.Modules.Logging', which is already present. This resolves the BC30002 error for the undefined type 'Logger'.“ in Datei „Base\WindowsEx.vb“ 2025-12-29 13:33:42 +01:00
Developer01
2d8801c179 * „Linie 3: Added an import for the Logger type to resolve the BC30002 error, as Logger is not defined in the current context. This assumes Logger is a type within the DigitalData.Modules.Logging namespace or its sub-namespaces.“ in Datei „Base\WindowsEx.vb“ 2025-12-29 13:33:39 +01:00
Developer01
456a25e193 * „Linie 2: Added the missing import for the 'Logger' type, which is likely defined in the 'DigitalData.Modules.Logging' namespace, to resolve the BC30002 error.“ in Datei „Base\WindowsEx.vb“ 2025-12-29 13:33:30 +01:00
Developer01
3e87702c5d * „Linie 3: The error BC30002 indicates that the type 'LogConfig' is not defined. It is likely that 'LogConfig' is defined in a sub-namespace of 'DigitalData.Modules.Logging', such as 'DigitalData.Modules.Logging.Config'. Adding the correct import should resolve the error.“ in Datei „Base\WindowsEx.vb“ 2025-12-29 13:33:18 +01:00
Developer01
e2fe059470 Add assembly metadata to Base.vbproj and clean AssemblyInfo
Added assembly metadata (title, description, company, product, copyright, version) to Base.vbproj. Removed redundant assembly attributes from AssemblyInfo.vb, leaving only trademark, ComVisible, and GUID. This centralizes assembly information in the project file and streamlines AssemblyInfo.vb.
2025-12-29 13:33:08 +01:00
Developer01
a87937e1ad Update Base.vbproj: switch to .NET Core-compatible packages
Replaced several .NET Framework references in Base.vbproj with .NET Core-compatible NuGet packages, including Microsoft.AspNetCore.SystemWebAdapters, System.Configuration.ConfigurationManager, and multiple CoreWCF packages. Removed direct references to assemblies such as System.Web, System.ServiceModel, and DigitalData.Modules.Logging. This modernizes dependencies and improves cross-platform compatibility.
2025-12-29 13:33:04 +01:00
Developer01
318be76451 Modernize Base.vbproj to SDK style and update dependencies
Converted Base.vbproj to the SDK-style project format targeting net8.0-windows, enabling Windows Forms and implicit usings. Replaced direct assembly references and packages.config with PackageReference for NLog and NuGet.CommandLine. Removed legacy property groups, redundant references, and unnecessary compile/include entries. Deleted the obsolete packages.config file. Retained the post-build event and essential project metadata. This update streamlines project management and aligns with modern .NET practices.
2025-12-29 13:32:58 +01:00
Developer01
aa5742a529 MS Änderungen lokal PC Mirko 2025-11-18 16:15:22 +01:00
Developer01
79267e6bd9 GD Picture und Verweise 2025-11-17 12:50:52 +01:00
ce65276084 Modules.Base: version 1.3.9.0 2025-05-16 10:31:48 +02:00
17d5acee9d Neue Datum-Konvertierungsfunktion 2025-05-16 10:31:06 +02:00
Developer01
fa00f2ab54 MS Administration 2025-05-08 09:20:28 +02:00
Developer01
8c829d490f MS Baget 2025-03-26 15:27:35 +01:00
Developer01
7c473b9a27 MS Module Base StringFunctions
Modules.Jibs Sichtbeleg Anpassung
2025-03-14 14:43:11 +01:00
8d672b4b49 Base: Warnings bearbeitet 2024-02-02 10:14:27 +01:00
cf2e2161cf Base Module: Extension Methods ergänzt 2024-02-02 10:08:00 +01:00
Jonathan Jenne
9ac9895ed4 Integrate copy-binary-ps1 script 2024-01-31 10:05:28 +01:00
Jonathan Jenne
97c1fb4803 Base: Add deploy script 2024-01-26 10:41:28 +01:00
Jonathan Jenne
20ec64c21d BAse: add missing constants 2023-09-29 13:15:00 +02:00
Jonathan Jenne
6f33261101 Fix filesystem refs 2023-09-05 10:47:37 +02:00
Jonathan Jenne
e12b087c94 Base: Add Filesystem Classes 2023-09-05 10:37:19 +02:00
Jonathan Jenne
70bb33f823 Base: move Files 2023-09-05 10:25:49 +02:00
Jonathan Jenne
a4a3dc4536 Restructure Base 2023-09-01 13:41:40 +02:00
Jonathan Jenne
86d61e720f Base: Version 1.3.5.0 2023-08-22 08:40:09 +02:00
Jonathan Jenne
f6046aec54 Base: migrate functions from other modules, add new functions 2023-08-22 08:38:21 +02:00
Jonathan Jenne
22a30533c2 Base: Version 1.3.4.0 2023-07-27 16:11:17 +02:00
Jonathan Jenne
de418bcca4 Base: add drawrectangle, getshorthash 2023-07-27 16:10:49 +02:00
Jonathan Jenne
7b2b37a870 Base: Add WindowsEx, ScreenEx 2023-07-27 15:47:02 +02:00
Jonathan Jenne
89ee1caf36 Base: Version 1.3.3.0 2023-07-24 10:42:04 +02:00
Jonathan Jenne
73f95de4c8 Base: handle non-existing column in NotNull 2023-07-24 10:41:36 +02:00
Jonathan Jenne
5ec049ff61 add mime type checks 2023-07-24 10:33:45 +02:00
Jonathan Jenne
902231ff86 Base: Version 1.3.2.0 2023-06-26 16:33:55 +02:00
Jonathan Jenne
e5b5c259d7 Base: Add ToURLQueryString function for dictionay 2023-06-26 16:33:36 +02:00
Jonathan Jenne
a19123dd03 Base: Version 1.3.1.0 2023-06-16 11:23:59 +02:00
Jonathan Jenne
1c5cc2e6fc Base: fix typo 2023-06-16 11:23:52 +02:00
Jonathan Jenne
7625f2d2e3 Base: fix typo 2023-06-16 10:35:14 +02:00
Jonathan Jenne
f2e275c8bd Base: add RetoreWindowSize 2023-06-16 10:32:50 +02:00
Jonathan Jenne
977f79b6a6 Base: Version 1.3.0.0 2023-06-16 09:20:01 +02:00
Jonathan Jenne
b1114545a7 Add a lot of functions to Base 2023-06-16 09:16:49 +02:00
Jonathan Jenne
00cff028c9 Base: Add ScreenEx 2023-05-26 15:05:00 +02:00
Jonathan Jenne
726bdd1b2d Base: Version 1.2.1.0 2023-05-23 12:03:38 +02:00
Jonathan Jenne
fd2ad3f056 Base: Rename classes 2023-05-23 12:03:22 +02:00
Jonathan Jenne
5ced396e3f Base: Version 1.2.0.0 2023-05-16 08:47:35 +02:00
Jonathan Jenne
cd3646dca0 Base: Add Language Module 2023-05-15 16:02:39 +02:00
Jonathan Jenne
d9690d270b Downgrade to 4.6.2 2023-01-24 14:35:09 +01:00
b33720c61e MS 2023-01-03 16:03:15 +01:00
Jonathan Jenne
22b3918a03 Base: Update to Nlog 5 - Version 1.1.0.0 2022-11-25 12:56:10 +01:00
Jonathan Jenne
b6659b991b Version 1.0.0.1 2022-10-17 10:39:05 +02:00