You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Update Dependencies (#608)
* Fix platform dependency in some test cases
String literals for the tests may include `\r` for line breaks when compiled on windows but not on mac.
* Update Dependencies
* More Fixes For Cross Plat Tests
* Fix DataRow Test By Standardizing Line Endings
* Standardize line endings instead of using indexof
* Remove unused proj
* Fix usage of ReplaceLineEndings
Update Dependencies, Add Net 9 Build, Remove Net 6/7 Builds (#602)
* Add Net 9.0 build, remove net 6.0 and net 7.0 builds
* Update Dependencies
* Refactor tests to use checked in test data files instead of dynamically generated test data to improve pipeline reliability of tests.
Add Basic Socket and HTTP Listener Rules (#578)
* Add Basic Socket and HTTP Listener Rules
Language specific rules for C#, C, C++, Javascript, Java and Python. Generic Socket rule for all other languages.
* Bump dependencies.