csturm83
csturm83
## Type of issue [ ] Bug [ ] Question (e.g. about handling/usage) [X] Request for new feature/improvement ## Expected Behavior - Modern/lean/minimal .NET QRCoder v2.0 library - Zero dependencies...
Addresses #3 Minimal set of changes to enable a NetStandard 2.0 build. Changes .csproj for Open3270Library project to the new VS2017 format. Maintains the 3.5 build with no changes. Also...
https://github.com/Open3270/Open3270/blob/433176e8f466ffc5bccadf69b61f1fdec56a0efa/src/Open3270Library/TN3270E/X3270/Telnet.cs#L2836 Should this callback do more than simply return true? The MSDN link below seems to indicate that this would allow clients to communicate with unauthenticated servers. Or am I...
https://github.com/Open3270/Open3270/blob/433176e8f466ffc5bccadf69b61f1fdec56a0efa/src/Open3270Library/Engine/TnXMLScreen.cs#L386 This line of code will throw a _TargetInvocationException_ at runtime on machines subject to FIPS compliance Group Policy. See: https://msdn.microsoft.com/en-us/library/381afeex(v=vs.110).aspx MD5 is not FIPS compliant. Consider using SHA256 (or...
QRCoder v2 provides a unique opportunity to streamline and clean up some of the rough edges of public API that has evolved and accumulated over the years. **Potential Goals of...
*__Note__: This issue is part of the planning of version 2 of the QRCoder. The [meta-issue can be found here](https://github.com/codebude/QRCoder/issues/512). These comments have been copied into this issue here, with...