Commit Graph

9 Commits

Author SHA1 Message Date
Piotr Kiełkowicz db60adc2d4
Bump OpenTelemetry main packages to 1.10.0 (#3816)
* Bump OpenTelemetry main packages to 1.10.0

* Fix ActivityHelperTests tests + CHANGELOG

* Fix DefinedTransientDeps_Are_MatchingGeneratedDeps

* Update BuildTests verified files

* Bump Microsoft.AspNetCore.SignalR.Client to 9.0.0

Older version references to old ILogger

* [Tests] Bump Microsoft.Extensions.Hosting to 9.0.0

Older version brings old dependency on ILogger

* Execute windows containers tests only against .net fx 4.6.2

There is no tests for other frameworks. It leads to build failures

* CentOS Stream 9 - install dotnet by dotnet-install.sh

centos repositories contains only prereleased versions of .NET9

* docs/changelog
2024-11-29 05:55:27 +01:00
Piotr Kiełkowicz a170b74a1f
Bump OpenTelemetry.Instrumentation.StackExchangeRedis to 1.9.0-beta.1 (#3532)
Bump OpenTelemetry.Instrumentation.StackExchangeRedis to 1.9.0-beta.1
It drops support for StackExchange.Redis < 2.6.122
2024-07-25 19:33:43 +02:00
Piotr Kiełkowicz 9a96610008
Bump OTel to 1.7.0 (#3213) 2024-01-10 18:24:00 +00: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
Piotr Kiełkowicz 5782c35eb2
Drop .NET Core 3.1 support (#1603) 2022-11-10 08:38:11 +00:00
Piotr Kiełkowicz 6c61cf2ab3
typo fixes (#1077) 2022-08-16 08:55:35 -07:00
Piotr Kiełkowicz 7e85cd2c37
Handle old versions of System.Runtime.CompilerServices.Unsafe (#1072)
* Add information about System.Runtime.CompilerServices.Unsafe

* Handle old versions of System.Runtime.CompilerServices.Unsafe

* fix redis test application

* Use internal implementation for ContinuationGenerator

* code review feedback, extend comment

Co-authored-by: Paulo Janotti <pjanotti@splunk.com>
2022-08-15 22:50:45 +00:00
Piotr Kiełkowicz 076306d06e
StackExchange.Redis instrumentation for .NET Core 3.1+ (#979)
* Cleanup conditional references

* StackExchange.Redis intrumentation

* code review feedback

* Support from 2.0.405

* GraphQL - typo fixes in defined integrations

* remove launch settings

* typo fix in tests

* cleanup file header

Co-authored-by: Chris Ventura <45495992+nrcventura@users.noreply.github.com>
2022-07-28 12:06:27 -07:00