Daniel Hanlon
7a79d31f01
Add new validation methods for AnyAndAllNotNull, add accompanying unit tests
2019-10-13 03:17:31 +01:00
Vlad Ion
91edc20011
Vi/cleanup comments ( #119 )
2019-10-11 14:48:36 +01:00
Omex GitHub Bot
4ae2980cf8
GitHub Reverse Integration - e0768dbb2c
( #116 )
2019-10-11 14:47:46 +01:00
Vlad Ion
cb3c23e8ad
Remove irrelevant comments from example file ( #118 )
2019-10-11 12:07:50 +01:00
ekorobchenko
f0c8df03ea
Update packages and remove unused properties ( #117 )
2019-10-11 09:49:37 +01:00
ekorobchenko
cb6c9bb527
Add nuget folder to gitignore ( #114 )
2019-10-10 10:52:17 +01:00
ekorobchenko
f847b9f9d0
Add netcore3.0 support ( #113 )
...
* Add netcore3.0 support
* Add separate property group
2019-10-10 10:36:13 +01:00
Andrey Tretyak
2314112f21
Change pipeline to use netcore 3.0 for build ( #115 )
...
Change pipeline to use netcore 3.0 for build
2019-10-10 10:11:23 +01:00
Daniel Kanev
2de28283db
Updated the documentation. Added information about NuGet.org ( #112 )
2019-09-03 13:45:48 +01:00
Andrey Tretyak
7d2a679282
Add ability to create internal releases ( #110 )
2019-08-22 11:31:10 +01:00
Maroš Tkáčik
726a429e60
Merge pull request #109 from microsoft/feature/bumpversion
...
Bump the CI package version
2019-08-21 16:25:11 +01:00
Maros Tkacik
b1c0c3e7c3
Bump the CI package version
2019-08-21 14:40:04 +01:00
Omex GitHub Bot
f97be34a65
GitHub Reverse Integration - 6739a0d2d8
( #107 )
2019-08-20 16:28:16 +01:00
Adam Szczepański
9cf0ff240a
Update CODEOWNERS ( #106 )
2019-08-20 13:07:45 +01:00
Andrey Tretyak
154b1c63fe
Add equality members for Category ( #105 )
...
* Add equality members for Category
* Fix comment style
* Code review fixes
2019-08-20 12:53:11 +01:00
Eoin O'Brien
74e5c224c9
Add Syntax highlighting to code in Docs ( #104 )
2019-08-20 12:00:23 +01:00
Andrey Tretyak
3273e94236
Make LogLevel public ( #103 )
2019-08-19 17:07:20 +01:00
Omex GitHub Bot
62c1fc87ab
GitHub Reverse Integration - 29f07f0a32
( #99 )
2019-08-19 14:56:53 +01:00
Omex GitHub Bot
52ecd1b4dd
GitHub Reverse Integration - a89f9a1def
( #100 )
...
* Tag Asserts
* Tag Asserts
* Tag Asserts
* Tag Asserts
* Tag Asserts
* Tag Asserts
* Tag Asserts
2019-08-19 11:12:39 +01:00
mastac-msft
b6164208cd
Add nuget properties for System.AspNetCore project ( #102 )
...
* Add nuget properties for System.AspNetCore project.
* Replace tabs with spaces in csproj file.
2019-08-19 10:57:05 +01:00
mastac-msft
04a79c16f5
Add timed scopes stack manager. ( #96 )
...
* Add timed scopes stack manager.
* Replace stack methods with property, make timed scopes parameters obligatory.
2019-08-16 13:14:53 +01:00
Daniel Kanev
e50ea52697
Bumped the CI package version ( #98 )
2019-08-16 12:16:50 +01:00
Andrey Tretyak
39487f1e35
Disable DevDebendency mode for DocDb package ( #94 )
2019-08-14 13:16:29 +01:00
Andrey Tretyak
15053fbe3c
Add full framework support for DocDb ( #93 )
2019-08-14 09:52:28 +01:00
mastac-msft
38707911cf
Remove IStructuralTypeResolver and update correlation data. ( #92 )
2019-08-14 09:39:38 +01:00
mastac-msft
5226bd2f74
Modify levels enum order ( #91 )
...
* Modify levels enum order.
* Update levels enum comments.
2019-08-13 11:36:04 +01:00
Daniel Kanev
a018f20b54
Reverted Gating configuration fix ( #90 )
2019-08-13 11:01:39 +01:00
Vlad Ion
ca7d15980a
Fix dotnet framework version for gategen so it is always net45 (it doesn't need any particular framework so this is as good a choice as any) ( #89 )
2019-08-12 17:32:16 +01:00
mastac-msft
3767a7000a
Update LogEventArgs class. ( #86 )
...
* Transfer LogEventArgs class.
* Remove owner from comments.
* Add constants.
2019-08-12 16:43:45 +01:00
Omex GitHub Bot
2d61f106ad
GitHub Reverse Integration - 6239bbed21
( #88 )
2019-08-12 15:46:33 +01:00
Omex GitHub Bot
48adbdd95f
GitHub Reverse Integration - 701333829d
( #79 )
...
* Tag Asserts
* Tag Asserts
* Tag Asserts
2019-08-12 11:30:14 +01:00
Omex GitHub Bot
68d5b15a9a
Tag Asserts ( #76 )
2019-08-12 11:22:30 +01:00
Omex GitHub Bot
57f2b0e89b
GitHub Reverse Integration - 320f745cc9
( #78 )
...
* Tag Asserts
* Tag Asserts
2019-08-12 11:12:36 +01:00
Omex GitHub Bot
2d5b03ce39
GitHub Reverse Integration - f7ecb2e30f
( #80 )
...
* Tag Asserts
* Tag Asserts
* Tag Asserts
* Tag Asserts
2019-08-12 11:00:00 +01:00
Omex GitHub Bot
95bfad4bdf
GitHub Reverse Integration - 0d049fe922
( #85 )
2019-08-12 10:37:24 +01:00
Omex GitHub Bot
11bd2093c7
GitHub Reverse Integration - 530ddd23ae
( #83 )
2019-08-12 10:26:34 +01:00
mastac-msft
89bb03d59b
Update timed scope end method. ( #84 )
2019-08-09 17:30:06 +01:00
mastac-msft
cd92be8a7a
Feature/add timedscopes ( #77 )
...
* Add timed scopes, correlation classes and tests.
* Project file fixes.
* Tag resets and dependencies corrections.
* Correlation fixes.
* Code cleanup.
* Correlation cleanup.
* Remove regions for using directives.
* Remove test category traits from unit tests.
* Reorganize imports order.
* Remove readme include from system csproj file.
* Dependencies cleanup, logging tags reset.
2019-08-07 16:03:35 +01:00
Daniel Kanev
89e814df46
Added NuGet package information for all the projects. ( #75 )
...
* Added NuGet package information for all the projects
* Adding the system project
2019-07-29 17:37:57 +01:00
Daniel Kanev
5d55d982cd
Added coding overview and coding style to the readme. ( #73 )
...
Added coding overview and coding style to the readme.
2019-07-26 17:14:32 +01:00
Daniel Kanev
66a70c7820
Fixing "Gating configuration not taken into account #46" issue ( #66 )
...
Fixed gating resource configuration not picked up.
2019-07-26 09:47:51 +01:00
Vlad Ion
619828761b
Update gategen related readme ( #72 )
...
* Fix readme heading
* Add gategen to main readme
2019-07-25 16:20:58 +01:00
Vlad Ion
3255a9cc18
Update GateGen Readme.md ( #71 )
...
* Update Readme.md
2019-07-25 15:12:57 +01:00
Vlad Ion
c03b53d55c
Vi/add nuget gategen ( #67 )
...
Add nuget package support
2019-07-25 14:39:52 +01:00
Daniel Kanev
2c3869c2d3
Added dotnet test and pack to the PR validation pipeline ( #68 )
2019-07-25 14:31:12 +01:00
Omex GitHub Bot
96a6c03a6d
Tag Asserts ( #69 )
2019-07-25 14:23:14 +01:00
Marian Dziubiak
923e48a85e
Implement CloudContext gate pivot ( #65 )
...
* Add CloudContext property to IGatedRequest and IGate
* Modify the schema
* Create a unit test
* Allow multiple cloud contexts per request
* Add cloud context dataset loading unit test
* Apply suggestions from code review
* Add a comment
* Add CCs to Gating.Example
* Change ReadCC comparison method and log level to warning
2019-07-25 12:24:49 +01:00
Vlad Ion
1ca918232d
Merge pull request #64 from microsoft/vlad-ion-patch-1
...
Update README.md
2019-07-24 14:44:36 +01:00
Vlad Ion
96b6461f0e
Update README.md
2019-07-23 17:33:52 +01:00
Daniel Kanev
b484bca661
Removed Readme.txt from csproj files and moved Gating README.md ( #63 )
2019-07-23 17:30:46 +01:00