Commit Graph

7 Commits

Author SHA1 Message Date
Rasmus Kuusmann dd79e41efc
Enable implicit usings (#1966)
* use implicit usings

* enable implicit usings for nuke project

* fixes
2023-01-10 10:03:46 -08:00
Piotr Kiełkowicz 7f52c26bbf
IntegrationTests - enable nullable (#1828)
* Remove redundant nullable

* Nullable for IntegrationTests

* dotnet-format

Co-authored-by: Paulo Janotti <pjanotti@splunk.com>
2022-12-19 19:02:54 +00:00
Piotr Kiełkowicz 9ddba05e62
Remove support for OTEL_DOTNET_AUTO_INCLUDE_PROCESSES (#1619) 2022-11-15 10:36:59 +00:00
Robert Pająk c587f56bc5
Refine tests to reduce usage of optional args and optimize defaults (#1543) 2022-11-08 08:29:15 +01:00
Piotr Kiełkowicz 8f846d39ee
[IntegrationTests] Remove ClearProfilerEnvironmentVariables (#1474)
remove ClearProfilerEnvironmentVariables
it is not needed as process info takes list of env. variables to set
2022-10-20 12:41:25 +00:00
Piotr Kiełkowicz 0a2664bc41
SqlTest improvements (#1122)
* SqlClientTest - simplify assertions for tags

* remove unnecessary interpolation

* connect using 127.0.0.1 instead of localhost

* remove unnecessary interpolation

* build - execute integration tests after unit tests

Co-authored-by: Rajkumar Rangaraj <rajrang@microsoft.com>
2022-08-23 17:49:39 +00:00
Robert Pająk bf22f0350e
Reorganize integration tests into one project (#878)
* Move integration tests to Helpers project

* Remove empty projects

* Flatten test project structure

* Move IntegrationTests.AspNet to IntegrationTests

* Update dependabot.yml

* Update AspNetTests.cs
2022-06-23 17:42:56 +00:00