java/main/src/main/java/com/epam/deltix/utilities/ResourceLoader.java (6 lines): - line 599: // TODO: No support for unloading libraries. Java - line 711: // TODO: May use ByteBuffer interface later - line 766: // TODO: File verification checks will go here. Currently we don't store the necessary metadata - line 971: // TODO: check normalization - line 1014: // TODO: verify - line 1153: // TODO: May want to do something with these exceptions later csharp/NativeUtils/ResourceLoader.cs (3 lines): - line 234: // TODO: Is versioned name really necessary here? This creates problems with OSX support - line 863: // TODO: Must cache file size and hash for verification. Loading from zstd every time is wrong - line 1344: // TODO: Improve handling of '*', currently we allow directly specified filename again