Skip to content

Commit

Permalink
Fix number formatting for trace configuration.
Browse files Browse the repository at this point in the history
  • Loading branch information
cincuranet committed Dec 7, 2023
1 parent 867fa99 commit 40eeb3d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ protected static string WriteString(string s)

protected static string WriteNumber(int i)
{
return i.ToString();
return i.ToString(CultureInfo.InvariantCulture);

Check failure on line 39 in src/FirebirdSql.Data.FirebirdClient/Services/FbTraceConfiguration.cs

View workflow job for this annotation

GitHub Actions / ci (FB40, Tests-EFCore)

The name 'CultureInfo' does not exist in the current context

Check failure on line 39 in src/FirebirdSql.Data.FirebirdClient/Services/FbTraceConfiguration.cs

View workflow job for this annotation

GitHub Actions / ci (FB40, Tests-EFCore)

The name 'CultureInfo' does not exist in the current context

Check failure on line 39 in src/FirebirdSql.Data.FirebirdClient/Services/FbTraceConfiguration.cs

View workflow job for this annotation

GitHub Actions / ci (FB40, Tests-EFCore)

The name 'CultureInfo' does not exist in the current context

Check failure on line 39 in src/FirebirdSql.Data.FirebirdClient/Services/FbTraceConfiguration.cs

View workflow job for this annotation

GitHub Actions / ci (FB40, Tests-EFCore)

The name 'CultureInfo' does not exist in the current context

Check failure on line 39 in src/FirebirdSql.Data.FirebirdClient/Services/FbTraceConfiguration.cs

View workflow job for this annotation

GitHub Actions / ci (FB40, Tests-EFCore)

The name 'CultureInfo' does not exist in the current context

Check failure on line 39 in src/FirebirdSql.Data.FirebirdClient/Services/FbTraceConfiguration.cs

View workflow job for this annotation

GitHub Actions / ci (FB40, Tests-EFCore)

The name 'CultureInfo' does not exist in the current context

Check failure on line 39 in src/FirebirdSql.Data.FirebirdClient/Services/FbTraceConfiguration.cs

View workflow job for this annotation

GitHub Actions / ci (FB40, Tests-FirebirdClient-Default-NoCompression-CryptDisabled)

The name 'CultureInfo' does not exist in the current context

Check failure on line 39 in src/FirebirdSql.Data.FirebirdClient/Services/FbTraceConfiguration.cs

View workflow job for this annotation

GitHub Actions / ci (FB40, Tests-FirebirdClient-Default-NoCompression-CryptDisabled)

The name 'CultureInfo' does not exist in the current context

Check failure on line 39 in src/FirebirdSql.Data.FirebirdClient/Services/FbTraceConfiguration.cs

View workflow job for this annotation

GitHub Actions / ci (FB40, Tests-FirebirdClient-Default-NoCompression-CryptDisabled)

The name 'CultureInfo' does not exist in the current context

Check failure on line 39 in src/FirebirdSql.Data.FirebirdClient/Services/FbTraceConfiguration.cs

View workflow job for this annotation

GitHub Actions / ci (FB40, Tests-FirebirdClient-Default-NoCompression-CryptDisabled)

The name 'CultureInfo' does not exist in the current context

Check failure on line 39 in src/FirebirdSql.Data.FirebirdClient/Services/FbTraceConfiguration.cs

View workflow job for this annotation

GitHub Actions / ci (FB40, Tests-FirebirdClient-Default-NoCompression-CryptDisabled)

The name 'CultureInfo' does not exist in the current context

Check failure on line 39 in src/FirebirdSql.Data.FirebirdClient/Services/FbTraceConfiguration.cs

View workflow job for this annotation

GitHub Actions / ci (FB40, Tests-FirebirdClient-Default-NoCompression-CryptDisabled)

The name 'CultureInfo' does not exist in the current context

Check failure on line 39 in src/FirebirdSql.Data.FirebirdClient/Services/FbTraceConfiguration.cs

View workflow job for this annotation

GitHub Actions / ci (FB50, Tests-EFCore)

The name 'CultureInfo' does not exist in the current context

Check failure on line 39 in src/FirebirdSql.Data.FirebirdClient/Services/FbTraceConfiguration.cs

View workflow job for this annotation

GitHub Actions / ci (FB50, Tests-EFCore)

The name 'CultureInfo' does not exist in the current context

Check failure on line 39 in src/FirebirdSql.Data.FirebirdClient/Services/FbTraceConfiguration.cs

View workflow job for this annotation

GitHub Actions / ci (FB50, Tests-EFCore)

The name 'CultureInfo' does not exist in the current context

Check failure on line 39 in src/FirebirdSql.Data.FirebirdClient/Services/FbTraceConfiguration.cs

View workflow job for this annotation

GitHub Actions / ci (FB50, Tests-EFCore)

The name 'CultureInfo' does not exist in the current context

Check failure on line 39 in src/FirebirdSql.Data.FirebirdClient/Services/FbTraceConfiguration.cs

View workflow job for this annotation

GitHub Actions / ci (FB50, Tests-EFCore)

The name 'CultureInfo' does not exist in the current context

Check failure on line 39 in src/FirebirdSql.Data.FirebirdClient/Services/FbTraceConfiguration.cs

View workflow job for this annotation

GitHub Actions / ci (FB50, Tests-EFCore)

The name 'CultureInfo' does not exist in the current context

Check failure on line 39 in src/FirebirdSql.Data.FirebirdClient/Services/FbTraceConfiguration.cs

View workflow job for this annotation

GitHub Actions / ci (FB50, Tests-EF6)

The name 'CultureInfo' does not exist in the current context

Check failure on line 39 in src/FirebirdSql.Data.FirebirdClient/Services/FbTraceConfiguration.cs

View workflow job for this annotation

GitHub Actions / ci (FB50, Tests-EF6)

The name 'CultureInfo' does not exist in the current context

Check failure on line 39 in src/FirebirdSql.Data.FirebirdClient/Services/FbTraceConfiguration.cs

View workflow job for this annotation

GitHub Actions / ci (FB50, Tests-EF6)

The name 'CultureInfo' does not exist in the current context

Check failure on line 39 in src/FirebirdSql.Data.FirebirdClient/Services/FbTraceConfiguration.cs

View workflow job for this annotation

GitHub Actions / ci (FB50, Tests-EF6)

The name 'CultureInfo' does not exist in the current context

Check failure on line 39 in src/FirebirdSql.Data.FirebirdClient/Services/FbTraceConfiguration.cs

View workflow job for this annotation

GitHub Actions / ci (FB50, Tests-EF6)

The name 'CultureInfo' does not exist in the current context

Check failure on line 39 in src/FirebirdSql.Data.FirebirdClient/Services/FbTraceConfiguration.cs

View workflow job for this annotation

GitHub Actions / ci (FB50, Tests-EF6)

The name 'CultureInfo' does not exist in the current context

Check failure on line 39 in src/FirebirdSql.Data.FirebirdClient/Services/FbTraceConfiguration.cs

View workflow job for this annotation

GitHub Actions / ci (FB40, Tests-FirebirdClient-Embedded)

The name 'CultureInfo' does not exist in the current context

Check failure on line 39 in src/FirebirdSql.Data.FirebirdClient/Services/FbTraceConfiguration.cs

View workflow job for this annotation

GitHub Actions / ci (FB40, Tests-FirebirdClient-Embedded)

The name 'CultureInfo' does not exist in the current context

Check failure on line 39 in src/FirebirdSql.Data.FirebirdClient/Services/FbTraceConfiguration.cs

View workflow job for this annotation

GitHub Actions / ci (FB40, Tests-FirebirdClient-Embedded)

The name 'CultureInfo' does not exist in the current context

Check failure on line 39 in src/FirebirdSql.Data.FirebirdClient/Services/FbTraceConfiguration.cs

View workflow job for this annotation

GitHub Actions / ci (FB40, Tests-FirebirdClient-Embedded)

The name 'CultureInfo' does not exist in the current context

Check failure on line 39 in src/FirebirdSql.Data.FirebirdClient/Services/FbTraceConfiguration.cs

View workflow job for this annotation

GitHub Actions / ci (FB40, Tests-FirebirdClient-Embedded)

The name 'CultureInfo' does not exist in the current context

Check failure on line 39 in src/FirebirdSql.Data.FirebirdClient/Services/FbTraceConfiguration.cs

View workflow job for this annotation

GitHub Actions / ci (FB40, Tests-FirebirdClient-Embedded)

The name 'CultureInfo' does not exist in the current context

Check failure on line 39 in src/FirebirdSql.Data.FirebirdClient/Services/FbTraceConfiguration.cs

View workflow job for this annotation

GitHub Actions / ci (FB40, Tests-FirebirdClient-Default-Compression-CryptRequired)

The name 'CultureInfo' does not exist in the current context

Check failure on line 39 in src/FirebirdSql.Data.FirebirdClient/Services/FbTraceConfiguration.cs

View workflow job for this annotation

GitHub Actions / ci (FB40, Tests-FirebirdClient-Default-Compression-CryptRequired)

The name 'CultureInfo' does not exist in the current context

Check failure on line 39 in src/FirebirdSql.Data.FirebirdClient/Services/FbTraceConfiguration.cs

View workflow job for this annotation

GitHub Actions / ci (FB40, Tests-FirebirdClient-Default-Compression-CryptRequired)

The name 'CultureInfo' does not exist in the current context

Check failure on line 39 in src/FirebirdSql.Data.FirebirdClient/Services/FbTraceConfiguration.cs

View workflow job for this annotation

GitHub Actions / ci (FB40, Tests-FirebirdClient-Default-Compression-CryptRequired)

The name 'CultureInfo' does not exist in the current context

Check failure on line 39 in src/FirebirdSql.Data.FirebirdClient/Services/FbTraceConfiguration.cs

View workflow job for this annotation

GitHub Actions / ci (FB40, Tests-FirebirdClient-Default-Compression-CryptRequired)

The name 'CultureInfo' does not exist in the current context

Check failure on line 39 in src/FirebirdSql.Data.FirebirdClient/Services/FbTraceConfiguration.cs

View workflow job for this annotation

GitHub Actions / ci (FB40, Tests-FirebirdClient-Default-Compression-CryptRequired)

The name 'CultureInfo' does not exist in the current context

Check failure on line 39 in src/FirebirdSql.Data.FirebirdClient/Services/FbTraceConfiguration.cs

View workflow job for this annotation

GitHub Actions / ci (FB50, Tests-FirebirdClient-Default-NoCompression-CryptRequired)

The name 'CultureInfo' does not exist in the current context

Check failure on line 39 in src/FirebirdSql.Data.FirebirdClient/Services/FbTraceConfiguration.cs

View workflow job for this annotation

GitHub Actions / ci (FB50, Tests-FirebirdClient-Default-NoCompression-CryptRequired)

The name 'CultureInfo' does not exist in the current context

Check failure on line 39 in src/FirebirdSql.Data.FirebirdClient/Services/FbTraceConfiguration.cs

View workflow job for this annotation

GitHub Actions / ci (FB50, Tests-FirebirdClient-Default-NoCompression-CryptRequired)

The name 'CultureInfo' does not exist in the current context

Check failure on line 39 in src/FirebirdSql.Data.FirebirdClient/Services/FbTraceConfiguration.cs

View workflow job for this annotation

GitHub Actions / ci (FB50, Tests-FirebirdClient-Default-NoCompression-CryptRequired)

The name 'CultureInfo' does not exist in the current context

Check failure on line 39 in src/FirebirdSql.Data.FirebirdClient/Services/FbTraceConfiguration.cs

View workflow job for this annotation

GitHub Actions / ci (FB50, Tests-FirebirdClient-Default-NoCompression-CryptRequired)

The name 'CultureInfo' does not exist in the current context

Check failure on line 39 in src/FirebirdSql.Data.FirebirdClient/Services/FbTraceConfiguration.cs

View workflow job for this annotation

GitHub Actions / ci (FB50, Tests-FirebirdClient-Default-NoCompression-CryptRequired)

The name 'CultureInfo' does not exist in the current context

Check failure on line 39 in src/FirebirdSql.Data.FirebirdClient/Services/FbTraceConfiguration.cs

View workflow job for this annotation

GitHub Actions / ci (FB50, Tests-EFCore-Functional)

The name 'CultureInfo' does not exist in the current context

Check failure on line 39 in src/FirebirdSql.Data.FirebirdClient/Services/FbTraceConfiguration.cs

View workflow job for this annotation

GitHub Actions / ci (FB50, Tests-EFCore-Functional)

The name 'CultureInfo' does not exist in the current context

Check failure on line 39 in src/FirebirdSql.Data.FirebirdClient/Services/FbTraceConfiguration.cs

View workflow job for this annotation

GitHub Actions / ci (FB50, Tests-EFCore-Functional)

The name 'CultureInfo' does not exist in the current context

Check failure on line 39 in src/FirebirdSql.Data.FirebirdClient/Services/FbTraceConfiguration.cs

View workflow job for this annotation

GitHub Actions / ci (FB50, Tests-EFCore-Functional)

The name 'CultureInfo' does not exist in the current context

Check failure on line 39 in src/FirebirdSql.Data.FirebirdClient/Services/FbTraceConfiguration.cs

View workflow job for this annotation

GitHub Actions / ci (FB50, Tests-EFCore-Functional)

The name 'CultureInfo' does not exist in the current context

Check failure on line 39 in src/FirebirdSql.Data.FirebirdClient/Services/FbTraceConfiguration.cs

View workflow job for this annotation

GitHub Actions / ci (FB50, Tests-EFCore-Functional)

The name 'CultureInfo' does not exist in the current context

Check failure on line 39 in src/FirebirdSql.Data.FirebirdClient/Services/FbTraceConfiguration.cs

View workflow job for this annotation

GitHub Actions / ci (FB30, Tests-FirebirdClient-Default-Compression-CryptDisabled)

The name 'CultureInfo' does not exist in the current context

Check failure on line 39 in src/FirebirdSql.Data.FirebirdClient/Services/FbTraceConfiguration.cs

View workflow job for this annotation

GitHub Actions / ci (FB30, Tests-FirebirdClient-Default-Compression-CryptDisabled)

The name 'CultureInfo' does not exist in the current context

Check failure on line 39 in src/FirebirdSql.Data.FirebirdClient/Services/FbTraceConfiguration.cs

View workflow job for this annotation

GitHub Actions / ci (FB30, Tests-FirebirdClient-Default-Compression-CryptDisabled)

The name 'CultureInfo' does not exist in the current context

Check failure on line 39 in src/FirebirdSql.Data.FirebirdClient/Services/FbTraceConfiguration.cs

View workflow job for this annotation

GitHub Actions / ci (FB30, Tests-FirebirdClient-Default-Compression-CryptDisabled)

The name 'CultureInfo' does not exist in the current context

Check failure on line 39 in src/FirebirdSql.Data.FirebirdClient/Services/FbTraceConfiguration.cs

View workflow job for this annotation

GitHub Actions / ci (FB30, Tests-FirebirdClient-Default-Compression-CryptDisabled)

The name 'CultureInfo' does not exist in the current context

Check failure on line 39 in src/FirebirdSql.Data.FirebirdClient/Services/FbTraceConfiguration.cs

View workflow job for this annotation

GitHub Actions / ci (FB30, Tests-FirebirdClient-Default-Compression-CryptDisabled)

The name 'CultureInfo' does not exist in the current context

Check failure on line 39 in src/FirebirdSql.Data.FirebirdClient/Services/FbTraceConfiguration.cs

View workflow job for this annotation

GitHub Actions / ci (FB30, Tests-FirebirdClient-Default-NoCompression-CryptDisabled)

The name 'CultureInfo' does not exist in the current context

Check failure on line 39 in src/FirebirdSql.Data.FirebirdClient/Services/FbTraceConfiguration.cs

View workflow job for this annotation

GitHub Actions / ci (FB30, Tests-FirebirdClient-Default-NoCompression-CryptDisabled)

The name 'CultureInfo' does not exist in the current context

Check failure on line 39 in src/FirebirdSql.Data.FirebirdClient/Services/FbTraceConfiguration.cs

View workflow job for this annotation

GitHub Actions / ci (FB30, Tests-FirebirdClient-Default-NoCompression-CryptDisabled)

The name 'CultureInfo' does not exist in the current context

Check failure on line 39 in src/FirebirdSql.Data.FirebirdClient/Services/FbTraceConfiguration.cs

View workflow job for this annotation

GitHub Actions / ci (FB30, Tests-FirebirdClient-Default-NoCompression-CryptDisabled)

The name 'CultureInfo' does not exist in the current context

Check failure on line 39 in src/FirebirdSql.Data.FirebirdClient/Services/FbTraceConfiguration.cs

View workflow job for this annotation

GitHub Actions / ci (FB30, Tests-FirebirdClient-Default-NoCompression-CryptDisabled)

The name 'CultureInfo' does not exist in the current context

Check failure on line 39 in src/FirebirdSql.Data.FirebirdClient/Services/FbTraceConfiguration.cs

View workflow job for this annotation

GitHub Actions / ci (FB30, Tests-FirebirdClient-Default-NoCompression-CryptDisabled)

The name 'CultureInfo' does not exist in the current context

Check failure on line 39 in src/FirebirdSql.Data.FirebirdClient/Services/FbTraceConfiguration.cs

View workflow job for this annotation

GitHub Actions / ci (FB30, Tests-EFCore)

The name 'CultureInfo' does not exist in the current context

Check failure on line 39 in src/FirebirdSql.Data.FirebirdClient/Services/FbTraceConfiguration.cs

View workflow job for this annotation

GitHub Actions / ci (FB30, Tests-EFCore)

The name 'CultureInfo' does not exist in the current context

Check failure on line 39 in src/FirebirdSql.Data.FirebirdClient/Services/FbTraceConfiguration.cs

View workflow job for this annotation

GitHub Actions / ci (FB30, Tests-EFCore)

The name 'CultureInfo' does not exist in the current context

Check failure on line 39 in src/FirebirdSql.Data.FirebirdClient/Services/FbTraceConfiguration.cs

View workflow job for this annotation

GitHub Actions / ci (FB30, Tests-EFCore)

The name 'CultureInfo' does not exist in the current context

Check failure on line 39 in src/FirebirdSql.Data.FirebirdClient/Services/FbTraceConfiguration.cs

View workflow job for this annotation

GitHub Actions / ci (FB30, Tests-EFCore)

The name 'CultureInfo' does not exist in the current context

Check failure on line 39 in src/FirebirdSql.Data.FirebirdClient/Services/FbTraceConfiguration.cs

View workflow job for this annotation

GitHub Actions / ci (FB30, Tests-EFCore)

The name 'CultureInfo' does not exist in the current context

Check failure on line 39 in src/FirebirdSql.Data.FirebirdClient/Services/FbTraceConfiguration.cs

View workflow job for this annotation

GitHub Actions / ci (FB30, Tests-FirebirdClient-Default-NoCompression-CryptRequired)

The name 'CultureInfo' does not exist in the current context

Check failure on line 39 in src/FirebirdSql.Data.FirebirdClient/Services/FbTraceConfiguration.cs

View workflow job for this annotation

GitHub Actions / ci (FB30, Tests-FirebirdClient-Default-NoCompression-CryptRequired)

The name 'CultureInfo' does not exist in the current context

Check failure on line 39 in src/FirebirdSql.Data.FirebirdClient/Services/FbTraceConfiguration.cs

View workflow job for this annotation

GitHub Actions / ci (FB30, Tests-FirebirdClient-Default-NoCompression-CryptRequired)

The name 'CultureInfo' does not exist in the current context

Check failure on line 39 in src/FirebirdSql.Data.FirebirdClient/Services/FbTraceConfiguration.cs

View workflow job for this annotation

GitHub Actions / ci (FB30, Tests-FirebirdClient-Default-NoCompression-CryptRequired)

The name 'CultureInfo' does not exist in the current context

Check failure on line 39 in src/FirebirdSql.Data.FirebirdClient/Services/FbTraceConfiguration.cs

View workflow job for this annotation

GitHub Actions / ci (FB30, Tests-FirebirdClient-Default-NoCompression-CryptRequired)

The name 'CultureInfo' does not exist in the current context

Check failure on line 39 in src/FirebirdSql.Data.FirebirdClient/Services/FbTraceConfiguration.cs

View workflow job for this annotation

GitHub Actions / ci (FB30, Tests-FirebirdClient-Default-NoCompression-CryptRequired)

The name 'CultureInfo' does not exist in the current context

Check failure on line 39 in src/FirebirdSql.Data.FirebirdClient/Services/FbTraceConfiguration.cs

View workflow job for this annotation

GitHub Actions / ci (FB30, Tests-EFCore-Functional)

The name 'CultureInfo' does not exist in the current context

Check failure on line 39 in src/FirebirdSql.Data.FirebirdClient/Services/FbTraceConfiguration.cs

View workflow job for this annotation

GitHub Actions / ci (FB30, Tests-EFCore-Functional)

The name 'CultureInfo' does not exist in the current context

Check failure on line 39 in src/FirebirdSql.Data.FirebirdClient/Services/FbTraceConfiguration.cs

View workflow job for this annotation

GitHub Actions / ci (FB30, Tests-EFCore-Functional)

The name 'CultureInfo' does not exist in the current context

Check failure on line 39 in src/FirebirdSql.Data.FirebirdClient/Services/FbTraceConfiguration.cs

View workflow job for this annotation

GitHub Actions / ci (FB30, Tests-EFCore-Functional)

The name 'CultureInfo' does not exist in the current context

Check failure on line 39 in src/FirebirdSql.Data.FirebirdClient/Services/FbTraceConfiguration.cs

View workflow job for this annotation

GitHub Actions / ci (FB30, Tests-EFCore-Functional)

The name 'CultureInfo' does not exist in the current context

Check failure on line 39 in src/FirebirdSql.Data.FirebirdClient/Services/FbTraceConfiguration.cs

View workflow job for this annotation

GitHub Actions / ci (FB30, Tests-EFCore-Functional)

The name 'CultureInfo' does not exist in the current context

Check failure on line 39 in src/FirebirdSql.Data.FirebirdClient/Services/FbTraceConfiguration.cs

View workflow job for this annotation

GitHub Actions / ci (FB40, Tests-FirebirdClient-Default-NoCompression-CryptRequired)

The name 'CultureInfo' does not exist in the current context

Check failure on line 39 in src/FirebirdSql.Data.FirebirdClient/Services/FbTraceConfiguration.cs

View workflow job for this annotation

GitHub Actions / ci (FB40, Tests-FirebirdClient-Default-NoCompression-CryptRequired)

The name 'CultureInfo' does not exist in the current context

Check failure on line 39 in src/FirebirdSql.Data.FirebirdClient/Services/FbTraceConfiguration.cs

View workflow job for this annotation

GitHub Actions / ci (FB40, Tests-FirebirdClient-Default-NoCompression-CryptRequired)

The name 'CultureInfo' does not exist in the current context

Check failure on line 39 in src/FirebirdSql.Data.FirebirdClient/Services/FbTraceConfiguration.cs

View workflow job for this annotation

GitHub Actions / ci (FB40, Tests-FirebirdClient-Default-NoCompression-CryptRequired)

The name 'CultureInfo' does not exist in the current context

Check failure on line 39 in src/FirebirdSql.Data.FirebirdClient/Services/FbTraceConfiguration.cs

View workflow job for this annotation

GitHub Actions / ci (FB40, Tests-FirebirdClient-Default-NoCompression-CryptRequired)

The name 'CultureInfo' does not exist in the current context

Check failure on line 39 in src/FirebirdSql.Data.FirebirdClient/Services/FbTraceConfiguration.cs

View workflow job for this annotation

GitHub Actions / ci (FB40, Tests-FirebirdClient-Default-NoCompression-CryptRequired)

The name 'CultureInfo' does not exist in the current context

Check failure on line 39 in src/FirebirdSql.Data.FirebirdClient/Services/FbTraceConfiguration.cs

View workflow job for this annotation

GitHub Actions / ci (FB30, Tests-EF6)

The name 'CultureInfo' does not exist in the current context

Check failure on line 39 in src/FirebirdSql.Data.FirebirdClient/Services/FbTraceConfiguration.cs

View workflow job for this annotation

GitHub Actions / ci (FB30, Tests-EF6)

The name 'CultureInfo' does not exist in the current context

Check failure on line 39 in src/FirebirdSql.Data.FirebirdClient/Services/FbTraceConfiguration.cs

View workflow job for this annotation

GitHub Actions / ci (FB30, Tests-EF6)

The name 'CultureInfo' does not exist in the current context

Check failure on line 39 in src/FirebirdSql.Data.FirebirdClient/Services/FbTraceConfiguration.cs

View workflow job for this annotation

GitHub Actions / ci (FB30, Tests-EF6)

The name 'CultureInfo' does not exist in the current context

Check failure on line 39 in src/FirebirdSql.Data.FirebirdClient/Services/FbTraceConfiguration.cs

View workflow job for this annotation

GitHub Actions / ci (FB30, Tests-EF6)

The name 'CultureInfo' does not exist in the current context

Check failure on line 39 in src/FirebirdSql.Data.FirebirdClient/Services/FbTraceConfiguration.cs

View workflow job for this annotation

GitHub Actions / ci (FB30, Tests-EF6)

The name 'CultureInfo' does not exist in the current context

Check failure on line 39 in src/FirebirdSql.Data.FirebirdClient/Services/FbTraceConfiguration.cs

View workflow job for this annotation

GitHub Actions / ci (FB30, Tests-FirebirdClient-Default-Compression-CryptRequired)

The name 'CultureInfo' does not exist in the current context

Check failure on line 39 in src/FirebirdSql.Data.FirebirdClient/Services/FbTraceConfiguration.cs

View workflow job for this annotation

GitHub Actions / ci (FB30, Tests-FirebirdClient-Default-Compression-CryptRequired)

The name 'CultureInfo' does not exist in the current context

Check failure on line 39 in src/FirebirdSql.Data.FirebirdClient/Services/FbTraceConfiguration.cs

View workflow job for this annotation

GitHub Actions / ci (FB30, Tests-FirebirdClient-Default-Compression-CryptRequired)

The name 'CultureInfo' does not exist in the current context

Check failure on line 39 in src/FirebirdSql.Data.FirebirdClient/Services/FbTraceConfiguration.cs

View workflow job for this annotation

GitHub Actions / ci (FB30, Tests-FirebirdClient-Default-Compression-CryptRequired)

The name 'CultureInfo' does not exist in the current context

Check failure on line 39 in src/FirebirdSql.Data.FirebirdClient/Services/FbTraceConfiguration.cs

View workflow job for this annotation

GitHub Actions / ci (FB30, Tests-FirebirdClient-Default-Compression-CryptRequired)

The name 'CultureInfo' does not exist in the current context

Check failure on line 39 in src/FirebirdSql.Data.FirebirdClient/Services/FbTraceConfiguration.cs

View workflow job for this annotation

GitHub Actions / ci (FB30, Tests-FirebirdClient-Default-Compression-CryptRequired)

The name 'CultureInfo' does not exist in the current context

Check failure on line 39 in src/FirebirdSql.Data.FirebirdClient/Services/FbTraceConfiguration.cs

View workflow job for this annotation

GitHub Actions / ci (FB30, Tests-FirebirdClient-Embedded)

The name 'CultureInfo' does not exist in the current context

Check failure on line 39 in src/FirebirdSql.Data.FirebirdClient/Services/FbTraceConfiguration.cs

View workflow job for this annotation

GitHub Actions / ci (FB30, Tests-FirebirdClient-Embedded)

The name 'CultureInfo' does not exist in the current context

Check failure on line 39 in src/FirebirdSql.Data.FirebirdClient/Services/FbTraceConfiguration.cs

View workflow job for this annotation

GitHub Actions / ci (FB30, Tests-FirebirdClient-Embedded)

The name 'CultureInfo' does not exist in the current context

Check failure on line 39 in src/FirebirdSql.Data.FirebirdClient/Services/FbTraceConfiguration.cs

View workflow job for this annotation

GitHub Actions / ci (FB30, Tests-FirebirdClient-Embedded)

The name 'CultureInfo' does not exist in the current context

Check failure on line 39 in src/FirebirdSql.Data.FirebirdClient/Services/FbTraceConfiguration.cs

View workflow job for this annotation

GitHub Actions / ci (FB30, Tests-FirebirdClient-Embedded)

The name 'CultureInfo' does not exist in the current context

Check failure on line 39 in src/FirebirdSql.Data.FirebirdClient/Services/FbTraceConfiguration.cs

View workflow job for this annotation

GitHub Actions / ci (FB30, Tests-FirebirdClient-Embedded)

The name 'CultureInfo' does not exist in the current context

Check failure on line 39 in src/FirebirdSql.Data.FirebirdClient/Services/FbTraceConfiguration.cs

View workflow job for this annotation

GitHub Actions / ci (FB40, Tests-EF6)

The name 'CultureInfo' does not exist in the current context

Check failure on line 39 in src/FirebirdSql.Data.FirebirdClient/Services/FbTraceConfiguration.cs

View workflow job for this annotation

GitHub Actions / ci (FB40, Tests-EF6)

The name 'CultureInfo' does not exist in the current context

Check failure on line 39 in src/FirebirdSql.Data.FirebirdClient/Services/FbTraceConfiguration.cs

View workflow job for this annotation

GitHub Actions / ci (FB40, Tests-EF6)

The name 'CultureInfo' does not exist in the current context

Check failure on line 39 in src/FirebirdSql.Data.FirebirdClient/Services/FbTraceConfiguration.cs

View workflow job for this annotation

GitHub Actions / ci (FB40, Tests-EF6)

The name 'CultureInfo' does not exist in the current context

Check failure on line 39 in src/FirebirdSql.Data.FirebirdClient/Services/FbTraceConfiguration.cs

View workflow job for this annotation

GitHub Actions / ci (FB40, Tests-EF6)

The name 'CultureInfo' does not exist in the current context

Check failure on line 39 in src/FirebirdSql.Data.FirebirdClient/Services/FbTraceConfiguration.cs

View workflow job for this annotation

GitHub Actions / ci (FB40, Tests-EF6)

The name 'CultureInfo' does not exist in the current context

Check failure on line 39 in src/FirebirdSql.Data.FirebirdClient/Services/FbTraceConfiguration.cs

View workflow job for this annotation

GitHub Actions / ci (FB40, Tests-EFCore-Functional)

The name 'CultureInfo' does not exist in the current context

Check failure on line 39 in src/FirebirdSql.Data.FirebirdClient/Services/FbTraceConfiguration.cs

View workflow job for this annotation

GitHub Actions / ci (FB40, Tests-EFCore-Functional)

The name 'CultureInfo' does not exist in the current context

Check failure on line 39 in src/FirebirdSql.Data.FirebirdClient/Services/FbTraceConfiguration.cs

View workflow job for this annotation

GitHub Actions / ci (FB40, Tests-EFCore-Functional)

The name 'CultureInfo' does not exist in the current context

Check failure on line 39 in src/FirebirdSql.Data.FirebirdClient/Services/FbTraceConfiguration.cs

View workflow job for this annotation

GitHub Actions / ci (FB40, Tests-EFCore-Functional)

The name 'CultureInfo' does not exist in the current context

Check failure on line 39 in src/FirebirdSql.Data.FirebirdClient/Services/FbTraceConfiguration.cs

View workflow job for this annotation

GitHub Actions / ci (FB40, Tests-EFCore-Functional)

The name 'CultureInfo' does not exist in the current context

Check failure on line 39 in src/FirebirdSql.Data.FirebirdClient/Services/FbTraceConfiguration.cs

View workflow job for this annotation

GitHub Actions / ci (FB40, Tests-EFCore-Functional)

The name 'CultureInfo' does not exist in the current context

Check failure on line 39 in src/FirebirdSql.Data.FirebirdClient/Services/FbTraceConfiguration.cs

View workflow job for this annotation

GitHub Actions / ci (FB40, Tests-FirebirdClient-Default-Compression-CryptDisabled)

The name 'CultureInfo' does not exist in the current context

Check failure on line 39 in src/FirebirdSql.Data.FirebirdClient/Services/FbTraceConfiguration.cs

View workflow job for this annotation

GitHub Actions / ci (FB40, Tests-FirebirdClient-Default-Compression-CryptDisabled)

The name 'CultureInfo' does not exist in the current context

Check failure on line 39 in src/FirebirdSql.Data.FirebirdClient/Services/FbTraceConfiguration.cs

View workflow job for this annotation

GitHub Actions / ci (FB40, Tests-FirebirdClient-Default-Compression-CryptDisabled)

The name 'CultureInfo' does not exist in the current context

Check failure on line 39 in src/FirebirdSql.Data.FirebirdClient/Services/FbTraceConfiguration.cs

View workflow job for this annotation

GitHub Actions / ci (FB40, Tests-FirebirdClient-Default-Compression-CryptDisabled)

The name 'CultureInfo' does not exist in the current context

Check failure on line 39 in src/FirebirdSql.Data.FirebirdClient/Services/FbTraceConfiguration.cs

View workflow job for this annotation

GitHub Actions / ci (FB40, Tests-FirebirdClient-Default-Compression-CryptDisabled)

The name 'CultureInfo' does not exist in the current context

Check failure on line 39 in src/FirebirdSql.Data.FirebirdClient/Services/FbTraceConfiguration.cs

View workflow job for this annotation

GitHub Actions / ci (FB40, Tests-FirebirdClient-Default-Compression-CryptDisabled)

The name 'CultureInfo' does not exist in the current context

Check failure on line 39 in src/FirebirdSql.Data.FirebirdClient/Services/FbTraceConfiguration.cs

View workflow job for this annotation

GitHub Actions / ci (FB50, Tests-FirebirdClient-Embedded)

The name 'CultureInfo' does not exist in the current context

Check failure on line 39 in src/FirebirdSql.Data.FirebirdClient/Services/FbTraceConfiguration.cs

View workflow job for this annotation

GitHub Actions / ci (FB50, Tests-FirebirdClient-Embedded)

The name 'CultureInfo' does not exist in the current context

Check failure on line 39 in src/FirebirdSql.Data.FirebirdClient/Services/FbTraceConfiguration.cs

View workflow job for this annotation

GitHub Actions / ci (FB50, Tests-FirebirdClient-Embedded)

The name 'CultureInfo' does not exist in the current context

Check failure on line 39 in src/FirebirdSql.Data.FirebirdClient/Services/FbTraceConfiguration.cs

View workflow job for this annotation

GitHub Actions / ci (FB50, Tests-FirebirdClient-Embedded)

The name 'CultureInfo' does not exist in the current context

Check failure on line 39 in src/FirebirdSql.Data.FirebirdClient/Services/FbTraceConfiguration.cs

View workflow job for this annotation

GitHub Actions / ci (FB50, Tests-FirebirdClient-Embedded)

The name 'CultureInfo' does not exist in the current context

Check failure on line 39 in src/FirebirdSql.Data.FirebirdClient/Services/FbTraceConfiguration.cs

View workflow job for this annotation

GitHub Actions / ci (FB50, Tests-FirebirdClient-Embedded)

The name 'CultureInfo' does not exist in the current context

Check failure on line 39 in src/FirebirdSql.Data.FirebirdClient/Services/FbTraceConfiguration.cs

View workflow job for this annotation

GitHub Actions / ci (FB50, Tests-FirebirdClient-Default-Compression-CryptDisabled)

The name 'CultureInfo' does not exist in the current context

Check failure on line 39 in src/FirebirdSql.Data.FirebirdClient/Services/FbTraceConfiguration.cs

View workflow job for this annotation

GitHub Actions / ci (FB50, Tests-FirebirdClient-Default-Compression-CryptDisabled)

The name 'CultureInfo' does not exist in the current context

Check failure on line 39 in src/FirebirdSql.Data.FirebirdClient/Services/FbTraceConfiguration.cs

View workflow job for this annotation

GitHub Actions / ci (FB50, Tests-FirebirdClient-Default-Compression-CryptDisabled)

The name 'CultureInfo' does not exist in the current context

Check failure on line 39 in src/FirebirdSql.Data.FirebirdClient/Services/FbTraceConfiguration.cs

View workflow job for this annotation

GitHub Actions / ci (FB50, Tests-FirebirdClient-Default-Compression-CryptDisabled)

The name 'CultureInfo' does not exist in the current context

Check failure on line 39 in src/FirebirdSql.Data.FirebirdClient/Services/FbTraceConfiguration.cs

View workflow job for this annotation

GitHub Actions / ci (FB50, Tests-FirebirdClient-Default-Compression-CryptDisabled)

The name 'CultureInfo' does not exist in the current context

Check failure on line 39 in src/FirebirdSql.Data.FirebirdClient/Services/FbTraceConfiguration.cs

View workflow job for this annotation

GitHub Actions / ci (FB50, Tests-FirebirdClient-Default-Compression-CryptDisabled)

The name 'CultureInfo' does not exist in the current context

Check failure on line 39 in src/FirebirdSql.Data.FirebirdClient/Services/FbTraceConfiguration.cs

View workflow job for this annotation

GitHub Actions / ci (FB50, Tests-FirebirdClient-Default-NoCompression-CryptDisabled)

The name 'CultureInfo' does not exist in the current context

Check failure on line 39 in src/FirebirdSql.Data.FirebirdClient/Services/FbTraceConfiguration.cs

View workflow job for this annotation

GitHub Actions / ci (FB50, Tests-FirebirdClient-Default-NoCompression-CryptDisabled)

The name 'CultureInfo' does not exist in the current context

Check failure on line 39 in src/FirebirdSql.Data.FirebirdClient/Services/FbTraceConfiguration.cs

View workflow job for this annotation

GitHub Actions / ci (FB50, Tests-FirebirdClient-Default-NoCompression-CryptDisabled)

The name 'CultureInfo' does not exist in the current context

Check failure on line 39 in src/FirebirdSql.Data.FirebirdClient/Services/FbTraceConfiguration.cs

View workflow job for this annotation

GitHub Actions / ci (FB50, Tests-FirebirdClient-Default-NoCompression-CryptDisabled)

The name 'CultureInfo' does not exist in the current context

Check failure on line 39 in src/FirebirdSql.Data.FirebirdClient/Services/FbTraceConfiguration.cs

View workflow job for this annotation

GitHub Actions / ci (FB50, Tests-FirebirdClient-Default-NoCompression-CryptDisabled)

The name 'CultureInfo' does not exist in the current context

Check failure on line 39 in src/FirebirdSql.Data.FirebirdClient/Services/FbTraceConfiguration.cs

View workflow job for this annotation

GitHub Actions / ci (FB50, Tests-FirebirdClient-Default-NoCompression-CryptDisabled)

The name 'CultureInfo' does not exist in the current context

Check failure on line 39 in src/FirebirdSql.Data.FirebirdClient/Services/FbTraceConfiguration.cs

View workflow job for this annotation

GitHub Actions / ci (FB50, Tests-FirebirdClient-Default-Compression-CryptRequired)

The name 'CultureInfo' does not exist in the current context

Check failure on line 39 in src/FirebirdSql.Data.FirebirdClient/Services/FbTraceConfiguration.cs

View workflow job for this annotation

GitHub Actions / ci (FB50, Tests-FirebirdClient-Default-Compression-CryptRequired)

The name 'CultureInfo' does not exist in the current context

Check failure on line 39 in src/FirebirdSql.Data.FirebirdClient/Services/FbTraceConfiguration.cs

View workflow job for this annotation

GitHub Actions / ci (FB50, Tests-FirebirdClient-Default-Compression-CryptRequired)

The name 'CultureInfo' does not exist in the current context

Check failure on line 39 in src/FirebirdSql.Data.FirebirdClient/Services/FbTraceConfiguration.cs

View workflow job for this annotation

GitHub Actions / ci (FB50, Tests-FirebirdClient-Default-Compression-CryptRequired)

The name 'CultureInfo' does not exist in the current context

Check failure on line 39 in src/FirebirdSql.Data.FirebirdClient/Services/FbTraceConfiguration.cs

View workflow job for this annotation

GitHub Actions / ci (FB50, Tests-FirebirdClient-Default-Compression-CryptRequired)

The name 'CultureInfo' does not exist in the current context

Check failure on line 39 in src/FirebirdSql.Data.FirebirdClient/Services/FbTraceConfiguration.cs

View workflow job for this annotation

GitHub Actions / ci (FB50, Tests-FirebirdClient-Default-Compression-CryptRequired)

The name 'CultureInfo' does not exist in the current context
}

protected static string WriteRegEx(string re)
Expand Down

0 comments on commit 40eeb3d

Please sign in to comment.