Commit Graph

11 Commits

Author SHA1 Message Date
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
Piotr Kiełkowicz 86a32ceb4a
Capture HTTP Headers/gRPC Metadata as span attributes (#3444) 2024-06-12 05:25:47 +00:00
Piotr Kiełkowicz 8516612166
Simplify copyright disclaimer (#3181) 2023-12-08 09:41:25 +01:00
Piotr Kiełkowicz 5067bc6bd5
AspNetCore Metrics instrumentation for .NET8 (#3130) 2023-11-20 08:19:52 +01:00
Piotr Kiełkowicz 9abc8e1df3
HttpClient Metrics instrumentation for .NET8 (#3129) 2023-11-17 06:18:01 +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 7b63b6da12
Nullable in TestApplications (#1712)
Nullable test apps
2022-12-05 13:09:51 -08:00
Robert Pająk 15a3bfbc30
Fix "Failed to bind to address" (#1370) 2022-10-06 00:27:47 +02:00
Piotr Kiełkowicz 9a859d8053
dotnet-format check step (#1121)
* cleanup

* dotnet format verification step
taken from OTel contrib repo

* dotnet-format fixes

* revert changes in vendored code

* revert changes in core clr code + mark as autogenerated

Co-authored-by: Rajkumar Rangaraj <rajrang@microsoft.com>
2022-08-24 22:41:18 -07:00
Piotr Kiełkowicz e5d699e9bf
Support for B3 multi propagator (#1089)
* Support for B3 multi propagator

* Apply suggestions from code review

Co-authored-by: Fabrizio Ferri-Benedetti <fferribenedetti@splunk.com>

* fix md lint

Co-authored-by: Fabrizio Ferri-Benedetti <fferribenedetti@splunk.com>
Co-authored-by: Paulo Janotti <pjanotti@splunk.com>
2022-08-19 16:47:35 -07:00
Piotr Kiełkowicz 36ecc9dfd5
Rename Samples applications to TestApplications (#486) 2022-04-13 15:29:13 -07:00