Commit Graph

4 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
Piotr Kiełkowicz e0c2264534
Follow Strong Named convention from main repository (#3480) 2024-07-04 06:31:35 +02: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
Paulo Janotti 6a686f463c
Add the .NetFramework "marker" to the DomainNeutral test app (#1988)
* Add the .NetFramework "marker" to the DomainNeutral test app

"git mv" DomainNeutral to a .NetFramework

Follow up rename on the sln file

Reflect rename on the program namespace

Rename DomainNeutral test application

* Update app name on actual test
2023-01-13 13:45:16 -08:00