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

Leave debugStream as null on construction of parser token managers #949

Closed
wants to merge 2 commits into from

Commits on Jun 11, 2024

  1. Leave debugStream as null on construction of parser token managers

    * When debugStream is set to Console.Out by default, StandardSyntaxParserTokenManager throws an exception when constructing a StandardQueryParser on OSes that do not support System.Console, such as iOS and Android.
    * debugStream can be set later using the setter, if needed.
    * The above is the same for QueryParserTokenManager when constructing a QueryParser.
    * See issue apache#936 for details.
    JayOfemi committed Jun 11, 2024
    Configuration menu
    Copy the full SHA
    331174c View commit details
    Browse the repository at this point in the history

Commits on Jul 24, 2024

  1. Only target net6.0

    Otherwise the following error occurs when attempting to publish to the iOS App Store:
     Microsoft.NET.Sdk.FrameworkReferenceResolution.targets(90, 5): [NETSDK1124] Trimming assemblies requires .NET Core 3.0 or higher.
    HarlanHugh committed Jul 24, 2024
    Configuration menu
    Copy the full SHA
    7d62407 View commit details
    Browse the repository at this point in the history