Developer01
|
d2da8c6594
|
* „Linie 7: Specify 'NLog.Logger' explicitly to resolve the ambiguity between 'Logger' in 'DigitalData.Modules.Logging' and 'NLog'.“ in Datei „Encryption\Compression.vb“
|
2025-12-29 13:39:45 +01:00 |
|
Developer01
|
f339d8ffc1
|
* „Linie 4: The type 'Logger' is not defined in 'DigitalData.Modules.Logging.Logger'. The closest match is 'NLog.Logger', which provides an 'Error' method matching the usage. The import is updated to use NLog.“ in Datei „Encryption\Compression.vb“
|
2025-12-29 13:36:40 +01:00 |
|
Developer01
|
2943124b53
|
* „Linie 1: Added an import for the Logger type. The error BC30002 indicates that the type 'Logger' is not defined. Since the existing import is for the namespace 'DigitalData.Modules.Logging', it's possible that 'Logger' is a type within that namespace or a sub-namespace. Adding an explicit import for 'DigitalData.Modules.Logging.Logger' may resolve the missing type error.“ in Datei „Encryption\Compression.vb“
|
2025-12-29 13:36:31 +01:00 |
|
Jonathan Jenne
|
b1b4868010
|
Add Encryption Module, remove all encryption Code from Filesystem to prevent circular dependencies
|
2021-05-26 16:37:55 +02:00 |
|