Commit Graph

113 Commits

Author SHA1 Message Date
Alexandru Macocian 22fa8eccf7 Serialize and Deserialize extensions 2021-07-15 12:41:18 +03:00
amacocian 9609b2912c Merge pull request #5 from AlexMacocian/alexmacocian/security-package
SystemExtensions Security
2021-07-14 12:22:53 +03:00
Alexandru Macocian a2e99cb263 SystemExtensions Security 2021-07-14 12:17:31 +03:00
amacocian f9088a5aef Merge pull request #4 from AlexMacocian/alexmacocian/move-logger-resolver
Move logger resolver to System.Logging
v1.1.1
2021-07-10 13:06:35 +03:00
Alexandru Macocian d67ee95916 Fix UTs 2021-07-10 13:02:54 +03:00
Alexandru Macocian 8bfb8f1757 Move logger resolver to System.Logging
Nit fixes
2021-07-10 13:01:47 +03:00
amacocian a6572a1d15 Merge pull request #3 from AlexMacocian/alexmacocian/move-di-config-namespace
Move configuration namespace to system
v1.1.0
2021-07-10 11:29:20 +03:00
Alexandru Macocian 646b6dc253 Move configuration namespace to system 2021-07-10 11:24:37 +03:00
amacocian 0b2a76143b Merge pull request #2 from AlexMacocian/alexmacocian/di-extensions
Dependency Injection extensions
2021-07-10 11:15:48 +03:00
Alexandru Macocian 019d7e240d Stop CD pipeline from running on PR 2021-07-10 11:04:31 +03:00
Alexandru Macocian 7a764a5929 Dependency Injection extensions 2021-07-10 10:59:27 +03:00
amacocian 5aaa0d318a Merge pull request #1 from AlexMacocian/alexmacocian/add-pipelines
Added CI&CD pipelines
2021-06-02 13:04:46 +02:00
Alexandru Macocian 5767ccfd70 Fix misnaming in CI pipeline
Disable CD pipeline for PRs
2021-06-02 13:02:01 +02:00
Alexandru Macocian 16a9208e07 Added CI&CD pipelines
Changed test project to .net5
Changed ThreadPool to use CancellationTokens
2021-06-02 12:58:04 +02:00
Alexandru Macocian 3038661f6d Mockable http client implementation. 2021-05-13 13:55:17 +02:00
Alexandru Macocian 035e58248e Updated to 1.1.4 2021-04-23 10:52:13 +02:00
Alexandru Macocian 0d418ac9bf Merge branch 'master' of https://github.com/AlexMacocian/SystemExtensions 2021-04-23 10:49:50 +02:00
Alexandru Macocian 0288b385a0 String IsNullOrWhiteSpace and IsNullOrEmpty extensions. 2021-04-23 10:49:41 +02:00
Alexandru Macocian 5d442580c3 Add linq extension Do 2021-04-03 14:44:17 +02:00
Alexandru Macocian ee341af2c3 Read until extension. 2021-04-01 14:43:18 +02:00
Alexandru Macocian 8d1355ecbc Include repository 2021-04-01 12:49:44 +02:00
Alexandru Macocian c04b6ba906 Include author name 2021-04-01 12:49:04 +02:00
Alexandru Macocian 9a7125fbb0 Added various extensions.
Added coding style helpers.
Unit tests.
2021-04-01 12:38:26 +02:00
Alexandru Macocian 66b766326b Use license file from repo 2021-03-26 12:00:53 +01:00
Alexandru Macocian c8a98a0494 Merge 2021-03-26 11:59:12 +01:00
Alexandru Macocian f39e8cf89e Port to netstandard.
Nit fixes.
Fixed e2e tests.
Added MIT license.
2021-03-26 11:58:07 +01:00
Alexandru Macocian 0b5e93f9ea Changed package id 2020-07-27 11:21:22 +02:00
Alexandru Macocian 8fd22b3644 Restructured project to new project style
Targeted netstandard 2.0
Built nuget package
2020-07-27 11:18:56 +02:00
amacocian f6069bd3aa Bit field structures. 2019-12-09 10:44:16 +01:00
amacocian 89159e6cba Merge branch 'master' of https://github.com/AlexMacocian/SystemExtensions 2019-09-16 08:41:45 +03:00
amacocian a608b1ac95 changed proj details 2019-09-16 08:41:33 +03:00
amacocian 2ebd821bbd Cleaned code and upgraded framework to 4.7.2. 2019-07-19 11:10:34 +03:00
amacocian f0a5d509ea Implemented another way to get current process filename 2019-07-15 10:47:09 +03:00
amacocian 9003157a0f Changed elevateprocess way of getting the filename 2019-07-15 10:42:45 +03:00
amacocian 47c1e67f38 Implemented basic application functionality and security. 2019-07-15 10:36:50 +03:00
amacocian 5cb4b3a512 Removed a mistake in code v1.1 2019-07-11 09:49:00 +03:00
amacocian e8c9e682ed Marked class as sealed 2019-07-11 09:46:22 +03:00
amacocian c2a5860867 Modified Add method for consistency v1 2019-06-20 12:08:34 +02:00
amacocian 047635723b Merge branch 'master' of https://github.com/AlexMacocian/SystemExtensions 2019-06-20 11:06:39 +02:00
amacocian 222030940b Implemented Serializable + Tests 2019-06-20 11:06:25 +02:00
amacocian a05089533e Update README.md 2019-06-20 10:32:52 +02:00
amacocian a52cf5a077 Skip list implementation 2019-06-20 03:52:06 +02:00
amacocian 72267a5bf4 Renamed Remove function for consistency 2019-06-20 03:51:49 +02:00
amacocian e374d38d4e Removed comparators in favor of IComparable implementation 2019-06-20 02:19:05 +02:00
amacocian acb90e703f Removed unnecesarry edits 2019-06-16 17:58:39 +02:00
amacocian 04adb4bd30 Implemented AVLTree + Tests + Interface implementation for all other structures 2019-06-16 17:28:37 +02:00
amacocian bdb81512ca queue capacity 2019-05-23 20:01:12 +02:00
JavaOopAlgoStudent 978df544f9 Circular queue implementation WIP 2019-05-23 19:57:24 +02:00
JavaOopAlgoStudent d9cd4ad5ea Implemented queue interface for standardization. 2019-05-23 19:53:26 +02:00
Alex Macocian 8bd96fa35f Uniformization 2019-04-22 15:25:37 +02:00