Commit Graph

9 Commits

Author SHA1 Message Date
Piotr Kiełkowicz 723c4d0ea1
Simplify conditional compilation (#3865) 2024-12-06 19:58:34 +00:00
Piotr Kiełkowicz e205769091
.NET9 support (#3796)
* Typo fix

* Update End OF Support validation rule

* Update Min Supported framework rule

* Update code space

* CHANGELOG

* Update developing documentation

* Update documentation

* Use .NET9 in build pipeline
drops .NET7 and .NET6

* Bump LangVersion to 13

* Update SDK Version analyzer

* Compile against .NET9

drops .NET6 and .NET7

* Adjust nuke build

* Fix build tests

* Update examples documentation

* Cleanup net6 references in project files

* Fix tests

* Cleanup target frameworks for generated tests targets

* Adjust conditional compilation

* Remove legacy code from LogBuilderExtensions

* Fix dev comment

* Adjust CI to execute scripts tests against .net9

* revert demo target versions.

It should be fixed just after next release

* Centos Stream9 - install .NET9

* Fix LoggingBuilder integration for version 9.*

* drop debugger launch

* cleanup using

* sync versions in the comments

* DuckTyping - include GH item in TODO comment

* TransientDependenciesTests - update comment
2024-11-21 20:23:18 +01:00
dependabot[bot] 05728a0530
Bump xunit from 2.9.0 to 2.9.1 (#3659)
* Bump xunit from 2.9.0 to 2.9.1

Bumps [xunit](https://github.com/xunit/xunit) from 2.9.0 to 2.9.1.
- [Commits](https://github.com/xunit/xunit/compare/2.9.0...2.9.1)

---
updated-dependencies:
- dependency-name: xunit
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

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

* Adjust code to breaking changes in xunit

* missing comment

* build fix

---------

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-25 13:33:57 +02:00
Piotr Kiełkowicz 3a3bad9c84
Tests - use strongly typed member data - fix xUnit1042 (#3416) 2024-05-17 19:00:47 +02:00
Piotr Kiełkowicz 072c4fd783
SqlClient and EntityFrameworkCore instrumentation - support for db.statement for text queries (#3255) 2024-02-06 19:16:24 +01: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 0778bbd057
Bump OpenTelemetry.Instrumentation.EntityFrameworkCore to 1.0.0.0-beta.4 (#2080) 2023-01-25 22:37:08 -08:00
Piotr Kiełkowicz f7597fb622
Add EntityFrameworkCore traces instrumentation (#2065) 2023-01-24 08:40:06 +01:00