//------------------------------------------------------------------------------ // // This code was generated by the LibraryVersionsGenerator tool. To safely // modify this file, edit PackageVersionDefinitions.cs and // re-run the LibraryVersionsGenerator project in Visual Studio. // // Changes to this file may cause incorrect behavior and will be lost if // the code is regenerated. // //------------------------------------------------------------------------------ namespace IntegrationTests; public static partial class LibraryVersion { public static TheoryData Azure { get { TheoryData theoryData = [ #if DEFAULT_TEST_PACKAGE_VERSIONS string.Empty, #else "12.22.2", "12.24.1", #endif ]; return theoryData; } } public static TheoryData Elasticsearch { get { TheoryData theoryData = [ #if DEFAULT_TEST_PACKAGE_VERSIONS string.Empty, #else "8.15.10", "9.0.7", #endif ]; return theoryData; } } public static TheoryData EntityFrameworkCore { get { TheoryData theoryData = [ #if DEFAULT_TEST_PACKAGE_VERSIONS string.Empty, #else "6.0.35", "8.0.10", "9.0.6", #endif ]; return theoryData; } } public static TheoryData EntityFrameworkCorePomeloMySql { get { TheoryData theoryData = [ #if DEFAULT_TEST_PACKAGE_VERSIONS string.Empty, #else "6.0.3", "7.0.0", "8.0.0", "8.0.3", #endif ]; return theoryData; } } public static TheoryData GraphQL { get { TheoryData theoryData = [ #if DEFAULT_TEST_PACKAGE_VERSIONS string.Empty, #else "7.5.0", "8.0.2", "8.5.0", #endif ]; return theoryData; } } public static TheoryData GrpcNetClient { get { TheoryData theoryData = [ #if DEFAULT_TEST_PACKAGE_VERSIONS string.Empty, #else "2.52.0", "2.67.0", #endif ]; return theoryData; } } public static TheoryData log4net { get { TheoryData theoryData = [ #if DEFAULT_TEST_PACKAGE_VERSIONS string.Empty, #else "2.0.13", "3.1.0", #endif ]; return theoryData; } } public static TheoryData MassTransit { get { TheoryData theoryData = [ #if DEFAULT_TEST_PACKAGE_VERSIONS string.Empty, #else "8.3.0", "8.5.0", #endif ]; return theoryData; } } public static TheoryData SqlClientMicrosoft { get { TheoryData theoryData = [ #if DEFAULT_TEST_PACKAGE_VERSIONS string.Empty, #else "5.2.2", "6.0.2", #endif ]; return theoryData; } } public static TheoryData SqlClientSystem { get { TheoryData theoryData = [ #if DEFAULT_TEST_PACKAGE_VERSIONS string.Empty, #else "4.8.6", "4.9.0", #endif ]; return theoryData; } } public static TheoryData MongoDB { get { TheoryData theoryData = [ #if DEFAULT_TEST_PACKAGE_VERSIONS string.Empty, #else #if NET9_0 || NET8_0 || NET462 "2.19.0", #endif #if NET9_0 || NET8_0 || NET462 "2.30.0", #endif #if NET9_0 || NET8_0 || NET462 "3.0.0", #endif #if NET9_0 || NET8_0 || NET462 "3.4.0", #endif #endif ]; return theoryData; } } public static TheoryData MySqlConnector { get { TheoryData theoryData = [ #if DEFAULT_TEST_PACKAGE_VERSIONS string.Empty, #else "2.0.0", "2.4.0", #endif ]; return theoryData; } } public static TheoryData MySqlData { get { TheoryData theoryData = [ #if DEFAULT_TEST_PACKAGE_VERSIONS string.Empty, #else "9.0.0", "9.3.0", #endif ]; return theoryData; } } public static TheoryData Npgsql { get { TheoryData theoryData = [ #if DEFAULT_TEST_PACKAGE_VERSIONS string.Empty, #else "8.0.5", #if NET9_0 || NET8_0 "9.0.3", #endif #endif ]; return theoryData; } } public static TheoryData NServiceBus { get { TheoryData theoryData = [ #if DEFAULT_TEST_PACKAGE_VERSIONS string.Empty, #else "8.2.5", #if NET9_0 || NET8_0 "9.1.0", #endif #if NET9_0 || NET8_0 "9.2.7", #endif #endif ]; return theoryData; } } public static TheoryData OracleMda { get { TheoryData theoryData = [ #if DEFAULT_TEST_PACKAGE_VERSIONS string.Empty, #else #if NET462 "23.5.1", #endif #if NET462 "23.8.0", #endif #endif ]; return theoryData; } } public static TheoryData OracleMdaCore { get { TheoryData theoryData = [ #if DEFAULT_TEST_PACKAGE_VERSIONS string.Empty, #else "23.5.1", "23.8.0", #endif ]; return theoryData; } } public static TheoryData Quartz { get { TheoryData theoryData = [ #if DEFAULT_TEST_PACKAGE_VERSIONS string.Empty, #else "3.6.0", "3.14.0", #endif ]; return theoryData; } } public static TheoryData RabbitMq { get { TheoryData theoryData = [ #if DEFAULT_TEST_PACKAGE_VERSIONS string.Empty, #else "5.1.2", "6.8.1", "7.0.0", "7.1.2", #endif ]; return theoryData; } } public static TheoryData StackExchangeRedis { get { TheoryData theoryData = [ #if DEFAULT_TEST_PACKAGE_VERSIONS string.Empty, #else "2.6.122", "2.8.41", #endif ]; return theoryData; } } public static TheoryData WCFCoreClient { get { TheoryData theoryData = [ #if DEFAULT_TEST_PACKAGE_VERSIONS string.Empty, #else "4.10.2", "6.2.0", "8.1.2", #endif ]; return theoryData; } } public static TheoryData Kafka { get { TheoryData theoryData = [ #if DEFAULT_TEST_PACKAGE_VERSIONS string.Empty, #else "1.8.2", "2.10.1", #endif ]; return theoryData; } } public static readonly IReadOnlyDictionary> LookupMap = new Dictionary> { { "Azure", Azure }, { "Elasticsearch", Elasticsearch }, { "EntityFrameworkCore", EntityFrameworkCore }, { "EntityFrameworkCorePomeloMySql", EntityFrameworkCorePomeloMySql }, { "GraphQL", GraphQL }, { "GrpcNetClient", GrpcNetClient }, { "log4net", log4net }, { "MassTransit", MassTransit }, { "SqlClientMicrosoft", SqlClientMicrosoft }, { "SqlClientSystem", SqlClientSystem }, { "MongoDB", MongoDB }, { "MySqlConnector", MySqlConnector }, { "MySqlData", MySqlData }, { "Npgsql", Npgsql }, { "NServiceBus", NServiceBus }, { "OracleMda", OracleMda }, { "OracleMdaCore", OracleMdaCore }, { "Quartz", Quartz }, { "RabbitMq", RabbitMq }, { "StackExchangeRedis", StackExchangeRedis }, { "WCFCoreClient", WCFCoreClient }, { "Kafka", Kafka }, }; }