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,511
Commits
5
Branches
0
Tags
d817522df32277de08a3caac977af5be78118004
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