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
Files
2943124b53feb2c8ae2b68dab372c916a907fcb1
Modules
/
Encryption
History
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
..
My Project
Add assembly metadata to Encryption.vbproj, clean AssemblyInfo
2025-12-29 13:36:15 +01:00
Compression.vb
* „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
Encryption.vb
Add Encryption Module, remove all encryption Code from Filesystem to prevent circular dependencies
2021-05-26 16:37:55 +02:00
Encryption.vbproj
Add assembly metadata to Encryption.vbproj, clean AssemblyInfo
2025-12-29 13:36:15 +01:00
EncryptionLegacy.vb
Encryption: Add debugger step through attributes
2022-01-10 15:47:30 +01:00