Commit Graph

11 Commits

Author SHA1 Message Date
Piotr Kiełkowicz 65a44d7456
NuGet Audit fix - testing application - part 3 (#3722)
* NuGet Audit fix - System.Private.Uri - testing applications

* NuGet Audit fix - Quartz testing application

* NuGet testing app - TreatWarningsAsErrors

* NuGet Audit fix - OracleMDA Core

* NuGet Audit fix - OracleMDA

* NuGet Audit fix - EFCore.SqlLite - testing application

* NuGet Audit fix - EFCore.Pomelo - testing application

* NuGet Audit fix - Microsoft.Data.SqlClient - testing application

* NuGet Audit fix - MySql.Data - testing application
2024-10-23 19:22:33 +02:00
dependabot[bot] e856da4329
[Tests] Bump Google.Protobuf to 3.28.1 (#3640)
* Bump Google.Protobuf from 3.22.5 to 3.28.1

Bumps [Google.Protobuf](https://github.com/protocolbuffers/protobuf) from 3.22.5 to 3.28.1.
- [Release notes](https://github.com/protocolbuffers/protobuf/releases)
- [Changelog](https://github.com/protocolbuffers/protobuf/blob/main/protobuf_release.bzl)
- [Commits](https://github.com/protocolbuffers/protobuf/compare/v3.22.5...v3.28.1)

---
updated-dependencies:
- dependency-name: Google.Protobuf
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

* [Tests] Bump Google.Protobuf to 3.28.1

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Piotr Kiełkowicz <pkiekowicz@splunk.com>
2024-09-16 06:33:32 +02:00
Piotr Kiełkowicz 549c36a4f7
Bump dependencies (#3490)
* [Tests] Bump MySql.Data to 9.0.0

* [Tests] Bump Elastic.Clients.Elasticsearch to 8.14.4

* [Tools] Bump NuGet.ProjectModel to 6.10.1

* [Tests] Bump MongoDB.Driver to 2.27.0
2024-07-04 08:11:38 +02:00
Piotr Kiełkowicz f5a2707ac0
Bump dependencies (#3233)
* Bump Google.Protobuf to 3.25.2

* Bump Microsoft.Data.SqlClient to 5.1.4

* .NET Fx - Microsoft.Extensions.Options to 8.0.1

* .NET FX `Microsoft.Extensions.Configuration.Binder` from `8.0.0` to `8.0.1`

* .NET Fx `System.Text.Json` from `8.0.0` to `8.0.1`

* System.Data.SqlClient to 4.8.6 - older versions contains security issue

* StackExchange.Redis to 2.7.17

* MySqlConnector to 2.3.4

* MySql.Data to 8.3.0

* xunit 2.6.6

* Microsoft.Data.SqlClient - handles https://github.com/dotnet/announcements/issues/292
2024-01-17 09:17:14 +00:00
Piotr Kiełkowicz 9a96610008
Bump OTel to 1.7.0 (#3213) 2024-01-10 18:24:00 +00:00
Piotr Kiełkowicz 8516612166
Simplify copyright disclaimer (#3181) 2023-12-08 09:41:25 +01:00
Piotr Kiełkowicz 2e4a4c25df
[IntegrationTests] Test other instrumentation with various library versions. (#2241) 2023-02-23 11:04:11 +01:00
Piotr Kiełkowicz 309c20b29b
[IntegrationTests] Support for testing multiple nuget package versions (#2230)
* TestApplication - Compile shared classes into TestApplications

* ApiVersion -> TestedPackageVersion

* IntegrationTests - do not override compilation constants

* Prepare StackExchangeRedisTests to execute multiple libraries

* Adjust TestApplication building path
to allow to build it for more than one library version

* typo fix

* remove redundant usings

* temporary use default lib version

* Unify restore process for Windows and Linux

* Fix path while testing scripts

* Redis - execute tests for set of libraries

* Bump StackExchange.Redis to 2.6.90 (test folder)

* Empty TestedPackageVersionsGenerator

* Generates files for xUnit and Build

* Include test version generator into pipeline

* Refactor generator

* dotnet-format

* Fix compilation issue

* Add MassTransit to multiple lib tests

* remove unused parameter

* add missing file from previous commit

* TestedPackageVersion -> LibraryVersion

* PR feedback make class internal

* Fix BaseIntermediateOutputPath

* PR feedback update header file

* Fix StackExchangeRedis multiple versions

* PR feedback - improve restore/build process
2023-02-22 08:42:03 -08:00
xiang17 a36ba28e55
Manage dependencies with Central Package Management (#2004) 2023-01-23 11:46:12 +00:00
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 67c68aac34
MySql.Data intrumentation (.NET Core 3.1+) (#950)
* Implement LazyInstrumentationLoader

Co-authored-by: Rasmus Kuusmann <rkuusmann@splunk.com>
Co-authored-by: Robert Pająk <pellared@hotmail.com>
2022-07-21 07:15:00 +02:00