Commit Graph

994 Commits

Author SHA1 Message Date
Chris Cameron
de00acbf79 feat: Adding extension method for getting max value from a sequence, otherwise a default value 2019-11-12 17:12:20 -05:00
Chris Cameron
5ffca5e7a3 feat: Adding overload for determining if a sorted list contains an item by a given predicate 2019-11-08 14:57:27 -05:00
Chris Cameron
2037c990b2 feat: Method for determining if a URI is default 2019-11-07 19:22:52 -05:00
Chris Cameron
13a2493f4c feat: Adding methods to get the data directory for a given room 2019-11-06 14:34:47 -05:00
Chris Cameron
09e0a20443 fix: IcdSqliteConnection CreateFile method will make directories recursively 2019-11-05 16:19:32 -05:00
Chris Cameron
7870d2c375 feat: Added method for getting a path in the ProgramData directory 2019-11-05 16:18:24 -05:00
Laura Gomez
7cf3d18127 feat: Adding CompareTo method wich helped with validation cheking on DeploymentTool. 2019-10-30 10:13:15 -04:00
Chris Cameron
f39b3897fc Merge branch 'ConnectPro_v1.3' into ConnectPro_v1.4 2019-10-29 14:58:27 -04:00
Chris Cameron
ab2fab0b3a Merge remote-tracking branch 'origin/ConnectPro_v1.2' into ConnectPro_v1.3 2019-10-29 14:58:19 -04:00
Chris Cameron
9b69b2a712 Merge remote-tracking branch 'origin/ConnectPro_v1.1' into ConnectPro_v1.2
# Conflicts:
#	CHANGELOG.md
#	ICD.Common.Utils/Properties/AssemblyInfo.cs
2019-10-29 14:57:38 -04:00
Chris Cameron
0a1f637b45 chore: Updating changelog, incrementing patch version 8.7.2.0 2019-10-29 14:52:36 -04:00
Chris Cameron
e0ace12ef9 Merge pull request #43 from Utils fix/SerialQueueFix
Fix/SerialQueueFix
2019-10-29 14:33:28 -04:00
Jack Kanarish
9f1541f843 chore: update changelog 2019-10-29 14:19:58 -04:00
Jack Kanarish
b9f5349055 fix: fix an issue where commands would collapse to the point of the last deleted command instead of the position in queue where the new command was going 2019-10-29 14:18:45 -04:00
Chris Cameron
0c7f82835c fix: Fixing Net Standard build 2019-10-15 14:06:37 -04:00
Chris Cameron
41755cb472 refactor: Adding NotNull attributes to collections 2019-10-09 10:47:29 -04:00
Chris Cameron
238d6518ab refactor: Adding NotNull attributes to RangeAttribute 2019-10-09 10:15:47 -04:00
Chris Cameron
89cde5c9a0 chore: Decorating extension methods with NotNull and CanBeNull attributes 2019-10-07 21:59:21 -04:00
Chris Cameron
38204314e7 chore: Updating changelog, incrementing major version 10.0.0.0 2019-10-07 11:56:23 -04:00
Chris Cameron
9e8cedfbfa feat: Overload for Modulus taking long params 2019-09-30 11:52:02 -04:00
Chris Cameron
52229c1472 feat: Adding AreOrdered enumerable extension methods 2019-09-30 11:51:20 -04:00
Drew Tingen
38c24d42a7 feat: GetUtcTime() 2019-09-30 11:50:42 -04:00
Chris Cameron
cff1ec8d7e feat: Initial commit of NullObject 2019-09-25 13:52:20 -04:00
Chris Cameron
5a64a6c269 refactor: Tidying 2019-09-25 13:52:02 -04:00
Chris Cameron
68d98021a5 perf: Micro-optimization for copying arrays 2019-09-23 11:43:54 -04:00
Chris Cameron
0e16606d75 feat: Additional binary search extensions, AddSorted methods renamed to InsertSorted 2019-09-23 11:43:43 -04:00
Chris Cameron
602f170091 fix: Moving SafeCriticalSection Enters outside of tryf block, don't want to Leave if the Enter fails 2019-09-20 10:01:07 -04:00
Laura Gomez
aae8bc5323 feat: Adding default implementation for AbstractGenericXmlConverter Instantiate method 2019-09-16 15:15:35 -04:00
Chris Cameron
11004085c5 chore: Updating changelog, incrementing minor version 9.9.0.0 2019-09-16 14:44:07 -04:00
Chris Cameron
6ca015a561 Merge branch 'feat/ProgramDataPath' of Common/Utils into dev 2019-09-16 18:19:58 +00:00
Drew Tingen
73b1c4819c chore: Update changelog 2019-09-16 14:10:45 -04:00
Drew Tingen
f913af6efe Merge remote-tracking branch 'origin/dev' into feat/ProgramDataPath 2019-09-16 14:05:48 -04:00
Drew Tingen
099517df7d feat: Adding program data path to PathUtils 2019-09-16 14:00:47 -04:00
Chris Cameron
6a7b58f50f docs: Updating changelog 2019-09-14 11:23:19 -04:00
Chris Cameron
2273d5b3a1 refactor: Removing unused code 2019-09-14 11:23:09 -04:00
Chris Cameron
aa17f29305 feat: Adding BinarySearch extension method for ILists 2019-09-13 16:35:38 -04:00
Chris Cameron
e65578584a docs: Updating changelog 2019-09-10 17:19:28 -04:00
Chris Cameron
96d2df8871 feat: Added CultureInfo extensions for converting between 12 hour and 24 hour time formatting 2019-09-10 17:19:00 -04:00
Chris Cameron
b4d82a855e feat: Added a dictionary extension method for getting or adding a new value via func 2019-09-10 17:18:12 -04:00
Chris Cameron
83bc344ab3 feat: Added an event that is raised when the system time is set 2019-09-10 17:17:09 -04:00
Chris Cameron
0821dcb3ca fix: Fixed a bug where CultureInfo was not being cloned correctly 2019-09-10 17:16:31 -04:00
Chris Cameron
b6f64bb9b2 Merge branch 'fix/ModulusRename' of Common/Utils into dev 2019-09-09 19:54:24 +00:00
Drew Tingen
6ae110a997 Merge remote-tracking branch 'origin/dev' into fix/ModulusRename 2019-09-09 15:38:56 -04:00
Chris Cameron
efdb48f2c3 Merge branch 'fix/programdata-path' of Common/Utils into ConnectPro_v1.4 2019-09-09 19:33:32 +00:00
Drew Tingen
9d02ee0022 fix: Fixing MathUtilsTest after rename 2019-09-09 15:33:31 -04:00
Austin Noska
8c0416f70e docs: updating changelog 2019-09-09 15:28:03 -04:00
Austin Noska
0f27d68edf fix: Net Standard: the Root Config Path is now ICD.Connect in the current environments ProgramData directory 2019-09-09 15:25:35 -04:00
Drew Tingen
f8fc68e08f chore: remarks explaining method name limitations 2019-09-09 15:17:32 -04:00
Drew Tingen
fc4ae67e40 chore: changelog slightly more specific 2019-09-09 15:16:23 -04:00
Drew Tingen
0f618198b5 fix: Rename "Mod" to "Modulus" to keep S+ from throwing a fit 2019-09-09 15:06:39 -04:00