//------------------------------------------------------------------------------ // // 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 { var theoryData = new TheoryData(); #if DEFAULT_TEST_PACKAGE_VERSIONS theoryData.Add(string.Empty); #else theoryData.Add("12.13.0"); theoryData.Add("12.21.2"); #endif return theoryData; } } public static TheoryData Elasticsearch { get { var theoryData = new TheoryData(); #if DEFAULT_TEST_PACKAGE_VERSIONS theoryData.Add(string.Empty); #else theoryData.Add("8.0.0"); theoryData.Add("8.10.0"); theoryData.Add("8.15.5"); #endif return theoryData; } } public static TheoryData EntityFrameworkCore { get { var theoryData = new TheoryData(); #if DEFAULT_TEST_PACKAGE_VERSIONS theoryData.Add(string.Empty); #else theoryData.Add("6.0.33"); theoryData.Add("7.0.20"); #if NET8_0 theoryData.Add("8.0.2"); #endif #if NET8_0 theoryData.Add("8.0.8"); #endif #endif return theoryData; } } public static TheoryData EntityFrameworkCorePomeloMySql { get { var theoryData = new TheoryData(); #if DEFAULT_TEST_PACKAGE_VERSIONS theoryData.Add(string.Empty); #else theoryData.Add("6.0.2"); theoryData.Add("7.0.0"); #if NET8_0 theoryData.Add("8.0.0"); #endif #if NET8_0 theoryData.Add("8.0.2"); #endif #endif return theoryData; } } public static TheoryData GraphQL { get { var theoryData = new TheoryData(); #if DEFAULT_TEST_PACKAGE_VERSIONS theoryData.Add(string.Empty); #else theoryData.Add("7.5.0"); theoryData.Add("8.0.2"); #endif return theoryData; } } public static TheoryData GrpcNetClient { get { var theoryData = new TheoryData(); #if DEFAULT_TEST_PACKAGE_VERSIONS theoryData.Add(string.Empty); #else theoryData.Add("2.52.0"); theoryData.Add("2.65.0"); #endif return theoryData; } } public static TheoryData MassTransit { get { var theoryData = new TheoryData(); #if DEFAULT_TEST_PACKAGE_VERSIONS theoryData.Add(string.Empty); #else theoryData.Add("8.0.0"); theoryData.Add("8.2.5"); #endif return theoryData; } } public static TheoryData SqlClientMicrosoft { get { var theoryData = new TheoryData(); #if DEFAULT_TEST_PACKAGE_VERSIONS theoryData.Add(string.Empty); #else theoryData.Add("2.1.7"); theoryData.Add("3.1.5"); theoryData.Add("4.0.5"); theoryData.Add("5.2.2"); #endif return theoryData; } } public static TheoryData SqlClientSystem { get { var theoryData = new TheoryData(); #if DEFAULT_TEST_PACKAGE_VERSIONS theoryData.Add(string.Empty); #else theoryData.Add("4.8.6"); #endif return theoryData; } } public static TheoryData MongoDB { get { var theoryData = new TheoryData(); #if DEFAULT_TEST_PACKAGE_VERSIONS theoryData.Add(string.Empty); #else theoryData.Add("2.28.0"); #endif return theoryData; } } public static TheoryData MySqlConnector { get { var theoryData = new TheoryData(); #if DEFAULT_TEST_PACKAGE_VERSIONS theoryData.Add(string.Empty); #else theoryData.Add("2.0.0"); theoryData.Add("2.3.7"); #endif return theoryData; } } public static TheoryData MySqlData { get { var theoryData = new TheoryData(); #if DEFAULT_TEST_PACKAGE_VERSIONS theoryData.Add(string.Empty); #else theoryData.Add("8.1.0"); theoryData.Add("9.0.0"); #endif return theoryData; } } public static TheoryData Npgsql { get { var theoryData = new TheoryData(); #if DEFAULT_TEST_PACKAGE_VERSIONS theoryData.Add(string.Empty); #else theoryData.Add("6.0.11"); theoryData.Add("8.0.3"); #endif return theoryData; } } public static TheoryData NServiceBus { get { var theoryData = new TheoryData(); #if DEFAULT_TEST_PACKAGE_VERSIONS theoryData.Add(string.Empty); #else theoryData.Add("8.0.0"); #if NET8_0 theoryData.Add("9.1.0"); #endif #if NET8_0 theoryData.Add("9.1.1"); #endif #endif return theoryData; } } public static TheoryData OracleMda { get { var theoryData = new TheoryData(); #if DEFAULT_TEST_PACKAGE_VERSIONS theoryData.Add(string.Empty); #else #if NET462 theoryData.Add("23.4.0"); #endif #endif return theoryData; } } public static TheoryData OracleMdaCore { get { var theoryData = new TheoryData(); #if DEFAULT_TEST_PACKAGE_VERSIONS theoryData.Add(string.Empty); #else theoryData.Add("23.4.0"); #endif return theoryData; } } public static TheoryData Quartz { get { var theoryData = new TheoryData(); #if DEFAULT_TEST_PACKAGE_VERSIONS theoryData.Add(string.Empty); #else theoryData.Add("3.4.0"); theoryData.Add("3.13.0"); #endif return theoryData; } } public static TheoryData StackExchangeRedis { get { var theoryData = new TheoryData(); #if DEFAULT_TEST_PACKAGE_VERSIONS theoryData.Add(string.Empty); #else theoryData.Add("2.6.122"); theoryData.Add("2.8.12"); #endif return theoryData; } } public static TheoryData WCFCoreClient { get { var theoryData = new TheoryData(); #if DEFAULT_TEST_PACKAGE_VERSIONS theoryData.Add(string.Empty); #else theoryData.Add("4.10.2"); theoryData.Add("6.2.0"); #endif return theoryData; } } public static TheoryData Kafka { get { var theoryData = new TheoryData(); #if DEFAULT_TEST_PACKAGE_VERSIONS theoryData.Add(string.Empty); #else theoryData.Add("1.6.2"); theoryData.Add("1.8.2"); theoryData.Add("2.5.3"); #endif return theoryData; } } public static TheoryData Kafka_x64 { get { var theoryData = new TheoryData(); #if DEFAULT_TEST_PACKAGE_VERSIONS theoryData.Add(string.Empty); #else theoryData.Add("1.4.0"); #endif return theoryData; } } public static TheoryData RabbitMq { get { var theoryData = new TheoryData(); #if DEFAULT_TEST_PACKAGE_VERSIONS theoryData.Add(string.Empty); #else theoryData.Add("6.0.0"); theoryData.Add("6.8.1"); #endif return theoryData; } } public static readonly IReadOnlyDictionary> LookupMap = new Dictionary> { { "Azure", Azure }, { "Elasticsearch", Elasticsearch }, { "EntityFrameworkCore", EntityFrameworkCore }, { "EntityFrameworkCorePomeloMySql", EntityFrameworkCorePomeloMySql }, { "GraphQL", GraphQL }, { "GrpcNetClient", GrpcNetClient }, { "MassTransit", MassTransit }, { "SqlClientMicrosoft", SqlClientMicrosoft }, { "SqlClientSystem", SqlClientSystem }, { "MongoDB", MongoDB }, { "MySqlConnector", MySqlConnector }, { "MySqlData", MySqlData }, { "Npgsql", Npgsql }, { "NServiceBus", NServiceBus }, { "OracleMda", OracleMda }, { "OracleMdaCore", OracleMdaCore }, { "Quartz", Quartz }, { "StackExchangeRedis", StackExchangeRedis }, { "WCFCoreClient", WCFCoreClient }, { "Kafka", Kafka }, { "Kafka_x64", Kafka_x64 }, { "RabbitMq", RabbitMq }, }; }