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

update to .net 9 #3286

Open
wants to merge 10 commits into
base: dev
Choose a base branch
from
Open

update to .net 9 #3286

wants to merge 10 commits into from

Conversation

taooceros
Copy link
Member

@taooceros taooceros commented Feb 26, 2025

We have experienced various issue with outdated framework, and also .Net 9 provides an excited theme for WPF, which we could later use to improve our UI.

Additional Change:

  • Use Locked mode for dependency (this will help us caching nuget packages and make the behavior more consistent)

Not working

  • Segoe Font Icons still have some problem (which is probably why .net 8 is paused) (For whatever reason, looks like the font file name can no longer contain a space).

This comment has been minimized.

Copy link

gitstream-cm bot commented Feb 26, 2025

🥷 Code experts: jjw24

jjw24 has most 🧠 knowledge in the files.

See details

Flow.Launcher.Core/Flow.Launcher.Core.csproj

Knowledge based on git-blame:
jjw24: 14%

Flow.Launcher.Infrastructure/Flow.Launcher.Infrastructure.csproj

Knowledge based on git-blame:
jjw24: 12%

Flow.Launcher.Plugin/Flow.Launcher.Plugin.csproj

Knowledge based on git-blame:
jjw24: 10%

Flow.Launcher.Test/Flow.Launcher.Test.csproj

Knowledge based on git-blame:
jjw24: 22%

Flow.Launcher/Flow.Launcher.csproj

Knowledge based on git-blame:
jjw24: 13%

Plugins/Flow.Launcher.Plugin.BrowserBookmark/Flow.Launcher.Plugin.BrowserBookmark.csproj

Knowledge based on git-blame:
jjw24: 38%

Plugins/Flow.Launcher.Plugin.Calculator/Flow.Launcher.Plugin.Calculator.csproj

Knowledge based on git-blame:
jjw24: 19%

Plugins/Flow.Launcher.Plugin.Explorer/Flow.Launcher.Plugin.Explorer.csproj

Knowledge based on git-blame:
jjw24: 76%

Plugins/Flow.Launcher.Plugin.PluginIndicator/Flow.Launcher.Plugin.PluginIndicator.csproj

Knowledge based on git-blame:
jjw24: 20%

Plugins/Flow.Launcher.Plugin.PluginsManager/Flow.Launcher.Plugin.PluginsManager.csproj

Knowledge based on git-blame:
jjw24: 85%

Plugins/Flow.Launcher.Plugin.ProcessKiller/Flow.Launcher.Plugin.ProcessKiller.csproj

Knowledge based on git-blame:
jjw24: 8%

Plugins/Flow.Launcher.Plugin.Program/Flow.Launcher.Plugin.Program.csproj

Knowledge based on git-blame:
jjw24: 15%

Plugins/Flow.Launcher.Plugin.Shell/Flow.Launcher.Plugin.Shell.csproj

Knowledge based on git-blame:
jjw24: 14%

Plugins/Flow.Launcher.Plugin.Sys/Flow.Launcher.Plugin.Sys.csproj

Knowledge based on git-blame:
jjw24: 13%

Plugins/Flow.Launcher.Plugin.Url/Flow.Launcher.Plugin.Url.csproj

Knowledge based on git-blame:
jjw24: 17%

Plugins/Flow.Launcher.Plugin.WebSearch/Flow.Launcher.Plugin.WebSearch.csproj

Knowledge based on git-blame:
jjw24: 36%

Plugins/Flow.Launcher.Plugin.WindowsSettings/Flow.Launcher.Plugin.WindowsSettings.csproj

Knowledge based on git-blame:

README.md

Knowledge based on git-blame:
jjw24: 26%

Scripts/flowlauncher.nuspec

Knowledge based on git-blame:
jjw24: 31%

Scripts/post_build.ps1

Knowledge based on git-blame:
jjw24: 16%

To learn more about /:\ gitStream - Visit our Docs

Copy link

gitstream-cm bot commented Feb 26, 2025

Be a legend 🏆 by adding a before and after screenshot of the changes you made, especially if they are around UI/UX.

Copy link
Contributor

coderabbitai bot commented Feb 26, 2025

📝 Walkthrough

Walkthrough

This pull request updates multiple project files and scripts to use .NET 9 instead of .NET 7. The changes include modifying the <TargetFramework> properties across various .csproj files (both in the main and plugins directories), updating SDK instructions and download links in README.md, and adjusting package and publish configurations. A new self-contained publish profile file is also added. These modifications ensure that the project components align with .NET 9 while retaining their original configurations aside from version-specific details.

Changes

File(s) Change Summary
Flow.Launcher/{Core, Infrastructure, Plugin, Test, Launcher}.csproj Updated target frameworks from `net7.0[-windows
Plugins/Flow.Launcher.Plugin.{BrowserBookmark, Calculator, Explorer, PluginIndicator, PluginsManager, ProcessKiller, Program, Shell, Sys, Url, WebSearch, WindowsSettings}.csproj Updated target frameworks from `net7.0[-windows
README.md Modified SDK instructions and download URLs, replacing references of .NET 7 SDK with .NET 9 SDK.
Scripts/{flowlauncher.nuspec, post_build.ps1} Changed target attributes and publish profile paths from .NET 7 to .NET 9 (e.g., using Net9.0-SelfContained.pubxml).
Flow.Launcher/Properties/{Net9.0-SelfContained.pubxml, PublishProfiles/Net9.0-SelfContained.pubxml} Added a new self-contained publish profile file and updated the target framework in the existing profile from .NET 7.0 to .NET 9.0.
Flow.Launcher/{Core, Infrastructure, Plugin}.csproj New packages.lock.json files created detailing project dependencies.

Possibly related PRs

  • update to net8.0 #2442: The changes in the main PR, which involve updating the target framework from .NET 7.0 to .NET 9.0, are related to the retrieved PR that updates the target framework from .NET 7.0 to .NET 8.0, as both involve modifications to the same project files and a similar transition in framework versions.

Suggested labels

dependencies, .NET, bug

Suggested reviewers

  • jjw24

Poem

I'm just a little rabbit, hopping with pure glee,
Upgrading frameworks now, as swift as I can be.
.NET 7 to 9, the code's in fine tune,
Leaping through the files by the light of the moon.
With ASCII hops and carrot cheer, my code sings a joyful tune!
🐰✨


📜 Recent review details

Configuration used: CodeRabbit UI
Review profile: CHILL
Plan: Pro

📥 Commits

Reviewing files that changed from the base of the PR and between a3a819c and e7ec5e3.

⛔ Files ignored due to path filters (1)
  • Flow.Launcher/Resources/SegoeFluentIcons.ttf is excluded by !**/*.ttf
📒 Files selected for processing (1)
  • Flow.Launcher/Flow.Launcher.csproj (3 hunks)
🚧 Files skipped from review as they are similar to previous changes (1)
  • Flow.Launcher/Flow.Launcher.csproj

Thank you for using CodeRabbit. We offer it for free to the OSS community and would appreciate your support in helping us grow. If you find it useful, would you consider giving us a shout-out on your favorite social media?

❤️ Share
🪧 Tips

Chat

There are 3 ways to chat with CodeRabbit:

  • Review comments: Directly reply to a review comment made by CodeRabbit. Example:
    • I pushed a fix in commit <commit_id>, please review it.
    • Generate unit testing code for this file.
    • Open a follow-up GitHub issue for this discussion.
  • Files and specific lines of code (under the "Files changed" tab): Tag @coderabbitai in a new review comment at the desired location with your query. Examples:
    • @coderabbitai generate unit testing code for this file.
    • @coderabbitai modularize this function.
  • PR comments: Tag @coderabbitai in a new PR comment to ask questions about the PR branch. For the best results, please provide a very specific query, as very limited context is provided in this mode. Examples:
    • @coderabbitai gather interesting stats about this repository and render them as a table. Additionally, render a pie chart showing the language distribution in the codebase.
    • @coderabbitai read src/utils.ts and generate unit testing code.
    • @coderabbitai read the files in the src/scheduler package and generate a class diagram using mermaid and a README in the markdown format.
    • @coderabbitai help me debug CodeRabbit configuration file.

Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments.

CodeRabbit Commands (Invoked using PR comments)

  • @coderabbitai pause to pause the reviews on a PR.
  • @coderabbitai resume to resume the paused reviews.
  • @coderabbitai review to trigger an incremental review. This is useful when automatic reviews are disabled for the repository.
  • @coderabbitai full review to do a full review from scratch and review all the files again.
  • @coderabbitai summary to regenerate the summary of the PR.
  • @coderabbitai generate docstrings to generate docstrings for this PR.
  • @coderabbitai resolve resolve all the CodeRabbit review comments.
  • @coderabbitai configuration to show the current CodeRabbit configuration for the repository.
  • @coderabbitai help to get help.

Other keywords and placeholders

  • Add @coderabbitai ignore anywhere in the PR description to prevent this PR from being reviewed.
  • Add @coderabbitai summary to generate the high-level summary at a specific location in the PR description.
  • Add @coderabbitai anywhere in the PR title to generate the title automatically.

CodeRabbit Configuration File (.coderabbit.yaml)

  • You can programmatically configure CodeRabbit by adding a .coderabbit.yaml file to the root of your repository.
  • Please see the configuration documentation for more information.
  • If your editor has YAML language server enabled, you can add the path at the top of this file to enable auto-completion and validation: # yaml-language-server: $schema=https://coderabbit.ai/integrations/schema.v2.json

Documentation and Community

  • Visit our Documentation for detailed information on how to use CodeRabbit.
  • Join our Discord Community to get help, request features, and share feedback.
  • Follow us on X/Twitter for updates and announcements.

Copy link
Contributor

@coderabbitai coderabbitai bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Actionable comments posted: 1

📜 Review details

Configuration used: CodeRabbit UI
Review profile: CHILL
Plan: Pro

📥 Commits

Reviewing files that changed from the base of the PR and between 30aa1fa and 865c865.

📒 Files selected for processing (21)
  • Flow.Launcher.Core/Flow.Launcher.Core.csproj (1 hunks)
  • Flow.Launcher.Infrastructure/Flow.Launcher.Infrastructure.csproj (1 hunks)
  • Flow.Launcher.Plugin/Flow.Launcher.Plugin.csproj (1 hunks)
  • Flow.Launcher.Test/Flow.Launcher.Test.csproj (1 hunks)
  • Flow.Launcher/Flow.Launcher.csproj (1 hunks)
  • Flow.Launcher/Properties/PublishProfiles/Net7.0-SelfContained.pubxml (0 hunks)
  • Plugins/Flow.Launcher.Plugin.BrowserBookmark/Flow.Launcher.Plugin.BrowserBookmark.csproj (1 hunks)
  • Plugins/Flow.Launcher.Plugin.Calculator/Flow.Launcher.Plugin.Calculator.csproj (1 hunks)
  • Plugins/Flow.Launcher.Plugin.Explorer/Flow.Launcher.Plugin.Explorer.csproj (1 hunks)
  • Plugins/Flow.Launcher.Plugin.PluginIndicator/Flow.Launcher.Plugin.PluginIndicator.csproj (1 hunks)
  • Plugins/Flow.Launcher.Plugin.PluginsManager/Flow.Launcher.Plugin.PluginsManager.csproj (1 hunks)
  • Plugins/Flow.Launcher.Plugin.ProcessKiller/Flow.Launcher.Plugin.ProcessKiller.csproj (1 hunks)
  • Plugins/Flow.Launcher.Plugin.Program/Flow.Launcher.Plugin.Program.csproj (1 hunks)
  • Plugins/Flow.Launcher.Plugin.Shell/Flow.Launcher.Plugin.Shell.csproj (1 hunks)
  • Plugins/Flow.Launcher.Plugin.Sys/Flow.Launcher.Plugin.Sys.csproj (1 hunks)
  • Plugins/Flow.Launcher.Plugin.Url/Flow.Launcher.Plugin.Url.csproj (1 hunks)
  • Plugins/Flow.Launcher.Plugin.WebSearch/Flow.Launcher.Plugin.WebSearch.csproj (1 hunks)
  • Plugins/Flow.Launcher.Plugin.WindowsSettings/Flow.Launcher.Plugin.WindowsSettings.csproj (1 hunks)
  • README.md (1 hunks)
  • Scripts/flowlauncher.nuspec (1 hunks)
  • Scripts/post_build.ps1 (1 hunks)
💤 Files with no reviewable changes (1)
  • Flow.Launcher/Properties/PublishProfiles/Net7.0-SelfContained.pubxml
🧰 Additional context used
🧠 Learnings (4)
Flow.Launcher.Infrastructure/Flow.Launcher.Infrastructure.csproj (1)
Learnt from: taooceros
PR: Flow-Launcher/Flow.Launcher#2616
File: Flow.Launcher/Flow.Launcher.csproj:7-7
Timestamp: 2024-11-12T03:58:56.325Z
Learning: In the Flow Launcher project, the version number in the `Flow.Launcher.csproj` file is dynamically updated during the CI/CD process.
Flow.Launcher/Flow.Launcher.csproj (1)
Learnt from: taooceros
PR: Flow-Launcher/Flow.Launcher#2616
File: Flow.Launcher/Flow.Launcher.csproj:7-7
Timestamp: 2024-11-12T03:58:56.325Z
Learning: In the Flow Launcher project, the version number in the `Flow.Launcher.csproj` file is dynamically updated during the CI/CD process.
Flow.Launcher.Core/Flow.Launcher.Core.csproj (1)
Learnt from: taooceros
PR: Flow-Launcher/Flow.Launcher#2616
File: Flow.Launcher/Flow.Launcher.csproj:7-7
Timestamp: 2024-11-12T03:58:56.325Z
Learning: In the Flow Launcher project, the version number in the `Flow.Launcher.csproj` file is dynamically updated during the CI/CD process.
Flow.Launcher.Test/Flow.Launcher.Test.csproj (1)
Learnt from: taooceros
PR: Flow-Launcher/Flow.Launcher#2616
File: Flow.Launcher/Flow.Launcher.csproj:7-7
Timestamp: 2024-11-12T03:58:56.325Z
Learning: In the Flow Launcher project, the version number in the `Flow.Launcher.csproj` file is dynamically updated during the CI/CD process.
⏰ Context from checks skipped due to timeout of 90000ms (1)
  • GitHub Check: gitStream.cm
🔇 Additional comments (19)
Scripts/flowlauncher.nuspec (1)

14-14: Target framework correctly updated to .NET 9

The target path has been properly updated from net7.0 to net9.0, which aligns with the overall objective of updating the project to .NET 9.

Plugins/Flow.Launcher.Plugin.Url/Flow.Launcher.Plugin.Url.csproj (1)

5-5: Target framework correctly updated to .NET 9

The TargetFramework has been properly updated from net7.0-windows to net9.0-windows, which aligns with the PR's objective of upgrading to .NET 9.

Plugins/Flow.Launcher.Plugin.WindowsSettings/Flow.Launcher.Plugin.WindowsSettings.csproj (1)

4-4: Target framework correctly updated to .NET 9

The TargetFramework has been properly updated from net7.0-windows to net9.0-windows, which aligns with the PR's objective of upgrading to .NET 9.

Plugins/Flow.Launcher.Plugin.Shell/Flow.Launcher.Plugin.Shell.csproj (1)

5-5: Target framework correctly updated to .NET 9

The TargetFramework has been properly updated from net7.0-windows to net9.0-windows, which aligns with the PR's objective of upgrading to .NET 9.

Plugins/Flow.Launcher.Plugin.WebSearch/Flow.Launcher.Plugin.WebSearch.csproj (1)

5-5: Target Framework Update Verification

The <TargetFramework> element has been successfully updated to net9.0-windows. This change is fully aligned with the project's upgrade objective to .NET 9.

Plugins/Flow.Launcher.Plugin.Calculator/Flow.Launcher.Plugin.Calculator.csproj (1)

5-5: Target Framework Update Verification

The <TargetFramework> element now specifies net9.0-windows, which is consistent with the overall upgrade to .NET 9. Please ensure that all referenced dependencies and project integrations remain compatible with the new framework version.

Plugins/Flow.Launcher.Plugin.Explorer/Flow.Launcher.Plugin.Explorer.csproj (1)

5-5: Framework Upgrade Confirmation

The project file now targets net9.0-windows, confirming the migration from .NET 7. This update is consistent with the other projects in the solution, ensuring uniformity across the ecosystem.

Plugins/Flow.Launcher.Plugin.ProcessKiller/Flow.Launcher.Plugin.ProcessKiller.csproj (1)

5-5: Target Framework Update Confirmation

The <TargetFramework> is updated to net9.0-windows, which aligns with the broader project upgrade to .NET 9. Verify that all project references and any version-specific features in dependencies continue to function as expected with this change.

Plugins/Flow.Launcher.Plugin.Program/Flow.Launcher.Plugin.Program.csproj (1)

5-5: Framework upgrade looks good.

The upgrade from .NET 7 to .NET 9 is properly implemented. I notice that the package reference to Microsoft.Extensions.Caching.Memory (line 67) is already at version 9.0.0, which aligns correctly with the .NET 9 framework.

Scripts/post_build.ps1 (1)

102-102: Publish profile path correctly updated.

The path has been appropriately updated to reference the .NET 9 publish profile instead of the .NET 7 one, which aligns with the framework upgrade.

Flow.Launcher.Plugin/Flow.Launcher.Plugin.csproj (1)

4-4: Framework upgrade looks good.

The target framework has been properly updated from .NET 7 to .NET 9, maintaining consistency with the other project files in the solution.

Plugins/Flow.Launcher.Plugin.Sys/Flow.Launcher.Plugin.Sys.csproj (1)

5-5: Framework upgrade looks good.

The target framework has been properly updated from .NET 7 to .NET 9, consistent with the other project files in the solution.

Flow.Launcher.Infrastructure/Flow.Launcher.Infrastructure.csproj (1)

4-4: Target Framework Update Verified in Infrastructure Project.
The update to <TargetFramework>net9.0-windows</TargetFramework> is in line with the overall migration to .NET 9. Please ensure that all WPF components and referenced packages are compatible with .NET 9.

Flow.Launcher.Core/Flow.Launcher.Core.csproj (1)

4-4: Target Framework Updated in Core Project.
Changing the target framework to <TargetFramework>net9.0-windows</TargetFramework> correctly aligns with the broader upgrade. All related properties (such as enabling both WPF and Windows Forms) remain consistent.

Plugins/Flow.Launcher.Plugin.PluginsManager/Flow.Launcher.Plugin.PluginsManager.csproj (1)

4-4: PluginsManager Target Framework Update.
The update to <TargetFramework>net9.0-windows</TargetFramework> ensures consistency with the overall .NET 9 migration. Please verify that all plugin-specific dependencies and settings continue to function as expected under the new framework.

Plugins/Flow.Launcher.Plugin.BrowserBookmark/Flow.Launcher.Plugin.BrowserBookmark.csproj (1)

5-5: BrowserBookmark Plugin Framework Upgrade.
The updated <TargetFramework>net9.0-windows</TargetFramework> meets the new .NET 9 requirements. The project configuration, including output and copying settings, appears correct.

Plugins/Flow.Launcher.Plugin.PluginIndicator/Flow.Launcher.Plugin.PluginIndicator.csproj (1)

5-5: PluginIndicator Target Framework Update.
The change to <TargetFramework>net9.0-windows</TargetFramework> is consistent with the migration objectives. Ensure that all package references and any inter-project dependencies have been validated for .NET 9 compatibility.

Flow.Launcher.Test/Flow.Launcher.Test.csproj (1)

4-4: Target Framework Update in Test Project
The <TargetFramework> element is updated to net9.0-windows10.0.19041.0, aligning the test project with the overall .NET 9 upgrade. Please verify that all tests run correctly under the new runtime.

Flow.Launcher/Flow.Launcher.csproj (1)

5-5: Updated Target Framework for Main Launcher Project
The <TargetFramework> element has been updated to net9.0-windows10.0.19041.0 to reflect the migration to .NET 9. This change is crucial for leveraging the latest runtime features and performance improvements. Additionally, with the removal of the outdated comment regarding upgrading Microsoft.Extensions libraries, please ensure that the current package versions (e.g., for Microsoft.Extensions.DependencyInjection and Microsoft.Extensions.Hosting, both at version 7.0.0) are fully compatible with .NET 9.

Comment on lines +394 to +397
- Install .Net 9 SDK
- via Visual Studio installer
- via winget `winget install Microsoft.DotNet.SDK.7`
- Manually from [here](https://dotnet.microsoft.com/en-us/download/dotnet/7.0)
- Manually from [here](https://dotnet.microsoft.com/en-us/download/dotnet/9.0)
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

⚠️ Potential issue

Inconsistency in SDK Installation Instructions

The README instructs to "Install .Net 9 SDK" and correctly updates the manual installation link to the .NET 9 download page. However, the winget command still references Microsoft.DotNet.SDK.7, which is inconsistent with the .NET 9 upgrade.

Please update the winget command to the correct package for .NET 9. For example:

-  - via winget `winget install Microsoft.DotNet.SDK.7`
+  - via winget `winget install Microsoft.DotNet.SDK.9`

This change will ensure developers install the intended SDK version.

📝 Committable suggestion

‼️ IMPORTANT
Carefully review the code before committing. Ensure that it accurately replaces the highlighted code, contains no missing lines, and has no issues with indentation. Thoroughly test & benchmark the code to ensure it meets the requirements.

Suggested change
- Install .Net 9 SDK
- via Visual Studio installer
- via winget `winget install Microsoft.DotNet.SDK.7`
- Manually from [here](https://dotnet.microsoft.com/en-us/download/dotnet/7.0)
- Manually from [here](https://dotnet.microsoft.com/en-us/download/dotnet/9.0)
- Install .Net 9 SDK
- via Visual Studio installer
- via winget `winget install Microsoft.DotNet.SDK.9`
- Manually from [here](https://dotnet.microsoft.com/en-us/download/dotnet/9.0)

This comment has been minimized.

This comment has been minimized.

This comment has been minimized.

@Jack251970
Copy link
Contributor

Hello, do you think we need to fix this build issue - ambiguous reference between 'System.Windows.Controls.ContextMenu' and 'System.Windows.Forms.ContextMenu' from #3234?

@taooceros
Copy link
Member Author

.net 10 seems to be pretty far away (at least another half year). I guess we can fix it in a separate pr.

This comment has been minimized.

This comment has been minimized.

This comment has been minimized.

This comment has been minimized.

This comment has been minimized.

Copy link

@check-spelling-bot Report

🔴 Please review

See the 📂 files view, the 📜action log, or 📝 job summary for details.

❌ Errors Count
ℹ️ candidate-pattern 1
❌ forbidden-pattern 22
⚠️ ignored-expect-variant 1
⚠️ noisy-file 4
⚠️ non-alpha-in-dictionary 19

See ❌ Event descriptions for more information.

Pattern suggestions ✂️ (1)

You could add these patterns to .github/actions/spelling/patterns.txt:

# Automatically suggested patterns

# hit-count: 1 file-count: 1
# Non-English
[a-zA-Z]*[ÀÁÂÃÄÅÆÇÈÉÊËÌÍÎÏÐÑÒÓÔÕÖØÙÚÛÜÝßàáâãäåæçèéêëìíîïðñòóôõöøùúûüýÿĀāŁłŃńŅņŒœŚśŠšŜŝŸŽžź][a-zA-Z]{3}[a-zA-ZÀÁÂÃÄÅÆÇÈÉÊËÌÍÎÏÐÑÒÓÔÕÖØÙÚÛÜÝßàáâãäåæçèéêëìíîïðñòóôõöøùúûüýÿĀāŁłŃńŅņŒœŚśŠšŜŝŸŽžź]*

If the flagged items are 🤯 false positives

If items relate to a ...

  • binary file (or some other file you wouldn't want to check at all).

    Please add a file path to the excludes.txt file matching the containing file.

    File paths are Perl 5 Regular Expressions - you can test yours before committing to verify it will match your files.

    ^ refers to the file's path from the root of the repository, so ^README\.md$ would exclude README.md (on whichever branch you're using).

  • well-formed pattern.

    If you can write a pattern that would match it,
    try adding it to the patterns.txt file.

    Patterns are Perl 5 Regular Expressions - you can test yours before committing to verify it will match your lines.

    Note that patterns can't match multiline strings.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants