Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Consolidation of localization #2110

Merged
merged 27 commits into from Aug 14, 2023

Commits on Jun 8, 2023

  1. Add SqlConnectionEncryptOptionConverter class which is used to conver…

    …t string Encrypt option into SqlConnectionEncryptionOption type.
    arellegue committed Jun 8, 2023
    Configuration menu
    Copy the full SHA
    5c505a1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9b9af7e View commit details
    Browse the repository at this point in the history

Commits on Jun 13, 2023

  1. Configuration menu
    Copy the full SHA
    cde0430 View commit details
    Browse the repository at this point in the history

Commits on Jun 16, 2023

  1. Configuration menu
    Copy the full SHA
    1f41e2d View commit details
    Browse the repository at this point in the history
  2. Revert "Add SqlConnectionEncryptOptionConverter class which is used t…

    …o convert string Encrypt option into SqlConnectionEncryptionOption type."
    
    This reverts commit 5c505a1.
    arellegue committed Jun 16, 2023
    Configuration menu
    Copy the full SHA
    deac068 View commit details
    Browse the repository at this point in the history
  3. Revert "Add SqlConnectionEncryptOptionConverter class which is used t…

    …o convert string Encrypt option into SqlConnectionEncryptionOption type."
    
    This reverts commit 5c505a1.
    arellegue committed Jun 16, 2023
    Configuration menu
    Copy the full SHA
    bf78858 View commit details
    Browse the repository at this point in the history
  4. Revert "Fixed Issue dotnet#1126 .NET Core SqlConnection ConnectTimout…

    … 15 less than not work?"
    
    This reverts commit cde0430.
    arellegue committed Jun 16, 2023
    Configuration menu
    Copy the full SHA
    2028759 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    ede78dc View commit details
    Browse the repository at this point in the history

Commits on Jun 27, 2023

  1. Configuration menu
    Copy the full SHA
    cd55e44 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    fb748b9 View commit details
    Browse the repository at this point in the history

Commits on Jul 11, 2023

  1. Configuration menu
    Copy the full SHA
    5305cdf View commit details
    Browse the repository at this point in the history

Commits on Jul 18, 2023

  1. Moved Strings.resx to ../../src/Resources folder.

    Changed csproj to make Strings.resx shows up under netcore/src/Resources and netfx/src/Resources still.
    Change netfx csproj RootNamespace to Microsoft.Data.SqlClient.
    arellegue committed Jul 18, 2023
    Configuration menu
    Copy the full SHA
    4ce5bd9 View commit details
    Browse the repository at this point in the history
  2. Regenerate Strings.Designer.cs from netcore and netfx to ensure the r…

    …esults are still identical.
    arellegue committed Jul 18, 2023
    Configuration menu
    Copy the full SHA
    e2cad4c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ba3aed1 View commit details
    Browse the repository at this point in the history

Commits on Jul 19, 2023

  1. Added test string.

    arellegue committed Jul 19, 2023
    Configuration menu
    Copy the full SHA
    8bf2a47 View commit details
    Browse the repository at this point in the history
  2. Testing for Pipeline.

    arellegue committed Jul 19, 2023
    Configuration menu
    Copy the full SHA
    907bc61 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b27d3bd View commit details
    Browse the repository at this point in the history

Commits on Jul 21, 2023

  1. Configuration menu
    Copy the full SHA
    af7297a View commit details
    Browse the repository at this point in the history

Commits on Jul 26, 2023

  1. Configuration menu
    Copy the full SHA
    4a06b1b View commit details
    Browse the repository at this point in the history

Commits on Jul 31, 2023

  1. Configuration menu
    Copy the full SHA
    b3a926e View commit details
    Browse the repository at this point in the history

Commits on Aug 3, 2023

  1. Configuration menu
    Copy the full SHA
    fea7335 View commit details
    Browse the repository at this point in the history

Commits on Aug 9, 2023

  1. Consolidated netcore and netfx StringHelper class.

    Made netcore Strings.ResourceNames.cs dynamically created.
    Udated MDS nuspec.
    Added localization unit tests.
    arellegue committed Aug 9, 2023
    Configuration menu
    Copy the full SHA
    4d261ee View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    847e3ea View commit details
    Browse the repository at this point in the history

Commits on Aug 10, 2023

  1. Configuration menu
    Copy the full SHA
    98281b9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    be79f20 View commit details
    Browse the repository at this point in the history

Commits on Aug 11, 2023

  1. Added if preprocessor for netcore merged code into StringsHelper.cs.

    Added License info to GenerateResourceStringsSource.ps1.
    arellegue committed Aug 11, 2023
    Configuration menu
    Copy the full SHA
    dcc4693 View commit details
    Browse the repository at this point in the history
  2. Replaced misplaced tabs with spaces instead in Directory.Build.props.

    Removed a blank line in LocalizationTest.cs.
    arellegue committed Aug 11, 2023
    Configuration menu
    Copy the full SHA
    181c4bc View commit details
    Browse the repository at this point in the history