Commit Graph

6 Commits

Author SHA1 Message Date
Piotr Kiełkowicz 3fc3553458
Add support for SqlClient metrics (#3875) 2024-12-10 06:44:25 +01: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
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
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 8516612166
Simplify copyright disclaimer (#3181) 2023-12-08 09:41:25 +01:00
Rasmus Kuusmann 11d051a5e0
Add support for System.Data.SqlClient (Nuget package) (#3058) 2023-10-31 21:38:28 +01:00