Chris Cameron
|
bd2ea606ae
|
docs: Updating changelog
|
2019-01-25 16:52:09 -05:00 |
|
Chris Cameron
|
1f20c07e94
|
refactor: Splitting JSON extensions into Reader and Writer extensions, removing unused code
|
2019-01-25 14:06:51 -05:00 |
|
Chris Cameron
|
1be588b86a
|
refactor: Simplifying JSON converters
|
2019-01-25 13:57:41 -05:00 |
|
Chris Cameron
|
488df297fc
|
refactor: Removing unused code
|
2019-01-25 13:57:19 -05:00 |
|
Chris Cameron
|
80a4d94358
|
refactor: Removing unused code
|
2019-01-24 17:28:59 -05:00 |
|
Chris Cameron
|
6a40f3ce18
|
refactor: Tidying
|
2019-01-24 16:46:07 -05:00 |
|
Chris Cameron
|
d564a0a423
|
feat: Adding shorthand method for serializing an object into a JSON message
|
2019-01-24 16:21:29 -05:00 |
|
Chris Cameron
|
a9a544c433
|
feat: Simplifying generic JSON converters
|
2019-01-24 15:58:46 -05:00 |
|
Chris Cameron
|
2e0837f5c8
|
feat: Extension methods for reading current JSON token to the given type
|
2019-01-24 15:58:21 -05:00 |
|
Chris Cameron
|
77be0ec477
|
refactor: Removing unused code
|
2019-01-24 15:57:53 -05:00 |
|
Chris Cameron
|
524cdc3e31
|
feat: EventArgs constructor overloads
|
2019-01-24 11:57:39 -05:00 |
|
Chris Cameron
|
1d6e8d55ca
|
refactor: Tidying
|
2019-01-23 11:10:35 -05:00 |
|
Chris Cameron
|
3ba5f11587
|
Merge branch 'feat/VC-4' of Common/Utils into MetLife_v5.4
|
2019-01-22 17:51:47 +00:00 |
|
Drew Tingen
|
fb7a6e27b8
|
chore: update changelog
|
2019-01-22 09:50:42 -08:00 |
|
Drew Tingen
|
fffc8e4a60
|
fix: Fixed GetApplicationRootDirectory for NetStandard
|
2019-01-22 09:50:32 -08:00 |
|
Drew Tingen
|
1d7ada87c5
|
refactor: Removing preprocessors and adding better multi-platform support
|
2019-01-22 09:47:20 -08:00 |
|
Drew Tingen
|
3a4438ec1e
|
chore: update changelog
|
2019-01-22 09:24:37 -08:00 |
|
Drew Tingen
|
21ce86de0f
|
fix: Use IcdEnvironment instead of CrestronEnvironment
|
2019-01-22 09:24:25 -08:00 |
|
Drew Tingen
|
3cb29452a2
|
chore: tidying
|
2019-01-22 09:17:35 -08:00 |
|
Drew Tingen
|
114a5e4ec7
|
Merge remote-tracking branch 'origin/dev' into feat/VC-4
|
2019-01-22 09:13:06 -08:00 |
|
Drew Tingen
|
a9d411dcfd
|
feat: Path support for VC-4
|
2019-01-22 09:11:48 -08:00 |
|
Chris Cameron
|
e708ef9603
|
fix: Fix for potential memory leak with timers
|
2019-01-21 11:49:21 -05:00 |
|
Drew Tingen
|
aae4fb6185
|
Merge branch 'feat/mono' of Common/Utils into dev
|
2019-01-17 23:12:09 +00:00 |
|
Chris Cameron
|
8401ab1852
|
feat: Added SimplSharpProMono to eRuntimeEnvironment enum
|
2019-01-17 17:15:34 -05:00 |
|
Chris Cameron
|
27760f2282
|
fix: Resolving warning
|
2019-01-14 16:42:32 -05:00 |
|
Chris Cameron
|
80a0ca26c5
|
chore: Updating changelog, incrementing minor version
8.2.0.0
|
2019-01-10 16:11:00 -05:00 |
|
Chris Cameron
|
b9ec2f3222
|
refactor: Tidying
|
2019-01-10 10:45:53 -05:00 |
|
Chris Cameron
|
a6ad52d492
|
refactor: Removing log from ReflectionUtils.CreateInstance, doesn't make sense here
|
2019-01-10 10:25:46 -05:00 |
|
Jack Kanarish
|
64e11db0bc
|
Merge branch 'MetLife_v5.4' of https://cs-gogs.icdpf.net/Common/Utils into MetLife_v5.4
|
2019-01-10 09:53:03 -05:00 |
|
Jack Kanarish
|
d01e9345d5
|
feat: add range attribute, which describes the valid ranges of a property if that range doesnt match the range of the datatype
|
2019-01-10 09:52:54 -05:00 |
|
Chris Cameron
|
466dc6deb5
|
fix: Fixing bug where xml fragments were being written with prepended document info
|
2019-01-09 16:33:33 -05:00 |
|
Chris Cameron
|
ad47c890a8
|
refactor: Tidying
|
2019-01-08 14:47:03 -05:00 |
|
Chris Cameron
|
108317212c
|
feat: Adding TryGetPortForScheme method to UriExtensions
|
2019-01-07 15:37:33 -05:00 |
|
Chris Cameron
|
4a411e8990
|
refactor: Removing unused code
|
2019-01-07 12:20:13 -05:00 |
|
Chris Cameron
|
4cd28a8a12
|
fix: IcdHashSet preserves comparer when an operation creates a new IcdHashSet
|
2019-01-03 13:03:51 -05:00 |
|
Chris Cameron
|
470c35cab7
|
chore: Updating changelog, incrementing minor version
8.1.0.0
|
2019-01-02 14:18:42 -05:00 |
|
Chris Cameron
|
a372d97868
|
feat: Adding RegexUtils shims for RegexOptions
|
2018-12-19 07:50:23 -05:00 |
|
Chris Cameron
|
f208ec521b
|
feat: Added RegexUtils method for replacing a single group in a match
|
2018-12-19 06:40:39 -05:00 |
|
Jack Kanarish
|
347cf70b6c
|
Merge branch 'MetLife_v5.4' of https://cs-gogs.icdpf.net/Common/Utils into MetLife_v5.4
|
2018-12-17 09:34:47 -05:00 |
|
Jack Kanarish
|
1076795fae
|
refactor: make isenumtype public for use in other classes
|
2018-12-17 09:34:37 -05:00 |
|
Chris Cameron
|
7d059bc605
|
Merge remote-tracking branch 'origin/dev' into MetLife_v5.4
|
2018-12-10 11:37:15 -05:00 |
|
Chris Cameron
|
dd270adf9e
|
feat: Added methods to IcdUriBuilder for appending path
|
2018-12-10 11:36:31 -05:00 |
|
Jack Kanarish
|
efb5e014ec
|
feat: give better information when constructor lookup fails
|
2018-12-04 14:36:04 -05:00 |
|
Chris Cameron
|
083280cc64
|
chore: Updating changelog
|
2018-12-03 14:32:21 -05:00 |
|
Rashod Davis
|
e222ce424b
|
feat: Adding short parsing methods to XML utils
|
2018-12-03 10:32:39 -05:00 |
|
Rashod Davis
|
ad7176506d
|
feat: Added GetAttributeAsEnum xml utils method
|
2018-12-03 10:32:16 -05:00 |
|
Chris Cameron
|
e4e3e9b91a
|
feat: IcdUriBuilder better supports null Uris
|
2018-11-28 13:28:40 -05:00 |
|
Chris Cameron
|
1721116908
|
chore: Removing bad null reference warning
|
2018-11-27 12:17:29 -05:00 |
|
Chris Cameron
|
d8489d31b6
|
chore: Updating changelog, incrementing major version
8.0.0.0
|
2018-11-20 14:59:21 -05:00 |
|
Chris Cameron
|
a8552ea0e3
|
chore: Adding xml encoding headers
|
2018-11-20 14:05:08 -05:00 |
|