This website requires JavaScript.
Explore
Help
Register
Sign In
AppStd
/
Modules
Watch
8
Star
0
Fork
0
You've already forked Modules
Code
Issues
Pull Requests
Projects
Releases
Wiki
Activity
2,512
Commits
5
Branches
0
Tags
54902699519ae662a8368a08aad196d4a573f0d4
Commit Graph
3 Commits
Author
SHA1
Message
Date
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