opentelemetry-dotnet-instru.../test/IntegrationTests/LibraryVersions.g.cs

123 lines
3.6 KiB
C#

//------------------------------------------------------------------------------
// <auto-generated>
// 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.
// </auto-generated>
//------------------------------------------------------------------------------
namespace IntegrationTests;
public static class LibraryVersion
{
public static readonly IReadOnlyCollection<object[]> Elasticsearch = new List<object[]>
{
#if DEFAULT_TEST_PACKAGE_VERSIONS
new object[] { string.Empty }
#else
new object[] { "8.0.0" },
new object[] { "8.0.6" },
#endif
};
public static readonly IReadOnlyCollection<object[]> EntityFrameworkCore = new List<object[]>
{
#if DEFAULT_TEST_PACKAGE_VERSIONS
new object[] { string.Empty }
#else
new object[] { "6.0.12" },
new object[] { "7.0.4" },
#endif
};
public static readonly IReadOnlyCollection<object[]> GraphQL = new List<object[]>
{
#if DEFAULT_TEST_PACKAGE_VERSIONS
new object[] { string.Empty }
#else
new object[] { "2.3.0" },
new object[] { "2.4.0" },
#endif
};
public static readonly IReadOnlyCollection<object[]> MassTransit = new List<object[]>
{
#if DEFAULT_TEST_PACKAGE_VERSIONS
new object[] { string.Empty }
#else
new object[] { "8.0.0" },
new object[] { "8.0.13" },
#endif
};
public static readonly IReadOnlyCollection<object[]> SqlClient = new List<object[]>
{
#if DEFAULT_TEST_PACKAGE_VERSIONS
new object[] { string.Empty }
#else
new object[] { "1.1.4" },
new object[] { "2.1.5" },
new object[] { "3.1.2" },
new object[] { "4.1.1" },
new object[] { "5.1.0" },
#endif
};
public static readonly IReadOnlyCollection<object[]> MongoDB = new List<object[]>
{
#if DEFAULT_TEST_PACKAGE_VERSIONS
new object[] { string.Empty }
#else
new object[] { "2.13.3" },
new object[] { "2.15.0" },
new object[] { "2.19.0" },
#endif
};
public static readonly IReadOnlyCollection<object[]> MySqlData = new List<object[]>
{
#if DEFAULT_TEST_PACKAGE_VERSIONS
new object[] { string.Empty }
#else
new object[] { "6.10.7" },
new object[] { "8.0.32.1" },
#endif
};
public static readonly IReadOnlyCollection<object[]> Npgsql = new List<object[]>
{
#if DEFAULT_TEST_PACKAGE_VERSIONS
new object[] { string.Empty }
#else
new object[] { "6.0.0" },
new object[] { "7.0.2" },
#endif
};
public static readonly IReadOnlyCollection<object[]> NServiceBus = new List<object[]>
{
#if DEFAULT_TEST_PACKAGE_VERSIONS
new object[] { string.Empty }
#else
new object[] { "8.0.0" },
new object[] { "8.0.3" },
#endif
};
public static readonly IReadOnlyCollection<object[]> Quartz = new List<object[]>
{
#if DEFAULT_TEST_PACKAGE_VERSIONS
new object[] { string.Empty }
#else
new object[] { "3.4.0" },
new object[] { "3.6.2" },
#endif
};
public static readonly IReadOnlyCollection<object[]> StackExchangeRedis = new List<object[]>
{
#if DEFAULT_TEST_PACKAGE_VERSIONS
new object[] { string.Empty }
#else
new object[] { "2.0.495" },
new object[] { "2.1.50" },
new object[] { "2.5.61" },
new object[] { "2.6.66" },
new object[] { "2.6.96" },
#endif
};
}