Skip to content

Conversation

jjw24
Copy link
Member

@jjw24 jjw24 commented Jul 19, 2025

Follows on from #3286

Readme updated.

@jjw24 jjw24 added this to the 2.0.0 milestone Jul 19, 2025
@jjw24 jjw24 self-assigned this Jul 19, 2025
@jjw24 jjw24 added the Dev branch only An issue or fix for the Dev branch build label Jul 19, 2025
@jjw24 jjw24 marked this pull request as ready for review September 1, 2025 11:54
@jjw24 jjw24 requested a review from Jack251970 September 1, 2025 11:54
Copy link

gitstream-cm bot commented Sep 1, 2025

🥷 Code experts: Jack251970, VictoriousRaptor

Jack251970, Yusyuriv have most 👩‍💻 activity in the files.
VictoriousRaptor, jjw24 have most 🧠 knowledge in the files.

See details

README.md

Activity based on git-commit:

Jack251970 Yusyuriv
SEP
AUG
JUL
JUN 4 additions & 0 deletions
MAY
APR

Knowledge based on git-blame:
VictoriousRaptor: 31%
jjw24: 26%

✨ Comment /gs review for LinearB AI review. Learn how to automate it here.

Copy link

gitstream-cm bot commented Sep 1, 2025

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

Jack251970
Jack251970 previously approved these changes Sep 1, 2025
Copy link
Contributor

coderabbitai bot commented Sep 1, 2025

📝 Walkthrough

Walkthrough

README documentation updated to target .NET 9 in the Developing/Debugging section: SDK label, winget package name, and manual download URL changed from .NET 7 to .NET 9. No code or public API changes.

Changes

Cohort / File(s) Summary of changes
Docs: .NET version update
README.md
Updated Developing/Debugging instructions: changed SDK label to ".NET 9", updated winget package from Microsoft.DotNet.SDK.7 to Microsoft.DotNet.SDK.9, and replaced .NET 7 download link with the .NET 9.0 URL. Visual Studio line set to "Install Visual Studio 2022 (v17.12+)".

Estimated code review effort

🎯 1 (Trivial) | ⏱️ ~3 minutes

Possibly related PRs

  • Add sponsor to readme #3064 — Previously modified the README Developing/Debugging guidance to target .NET 7; directly related to version-target changes.

Suggested reviewers

  • Garulf
  • JohnTheGr8
  • deefrawley
  • taooceros
✨ Finishing Touches
🧪 Generate unit tests
  • Create PR with unit tests
  • Post copyable unit tests in a comment
  • Commit unit tests in branch net9_readme

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ 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.
    • 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.
  • 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 the files in the src/scheduler package and generate a class diagram using mermaid and a README in the markdown format.

Support

Need help? Create a ticket on our support page for assistance with any issues or questions.

CodeRabbit Commands (Invoked using PR/Issue comments)

Type @coderabbitai help to get the list of available commands.

Other keywords and placeholders

  • Add @coderabbitai ignore or @coderabbit 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

Status, Documentation and Community

  • Visit our Status Page to check the current availability of CodeRabbit.
  • 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

🧹 Nitpick comments (2)
README.md (2)

398-398: Use correct casing for .NET.

Change “.Net” to “.NET”.

- - Flow Launcher's target framework is .Net 9
+ - Flow Launcher's target framework is .NET 9

402-405: Casing + verify winget ID.

- - Install .Net 9 SDK
+ - 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)
📜 Review details

Configuration used: CodeRabbit UI

Review profile: CHILL

Plan: Pro

💡 Knowledge Base configuration:

  • MCP integration is disabled by default for public repositories
  • Jira integration is disabled by default for public repositories
  • Linear integration is disabled by default for public repositories

You can enable these sources in your CodeRabbit configuration.

📥 Commits

Reviewing files that changed from the base of the PR and between d400cda and fe4984a.

📒 Files selected for processing (1)
  • README.md (1 hunks)
🧰 Additional context used
🧠 Learnings (1)
📚 Learning: 2024-10-08T15:52:58.573Z
Learnt from: taooceros
PR: Flow-Launcher/Flow.Launcher#2616
File: Flow.Launcher/Flow.Launcher.csproj:7-7
Timestamp: 2024-10-08T15:52:58.573Z
Learning: In the Flow Launcher project, the version number in the `Flow.Launcher.csproj` file is dynamically updated during the CI/CD process.

Applied to files:

  • README.md
🪛 LanguageTool
README.md

[grammar] ~402-~402: There might be a mistake here.
Context: ...Visual Studio 2022 - Install .Net 9 SDK - via Visual Studio installer - via wing...

(QB_NEW_EN)

⏰ Context from checks skipped due to timeout of 90000ms. You can increase the timeout in your CodeRabbit configuration to a maximum of 15 minutes (900000ms). (2)
  • GitHub Check: gitStream.cm
  • GitHub Check: gitStream.cm

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

♻️ Duplicate comments (1)
README.md (1)

400-400: Nice: minimum VS version noted.

The addition of “(v17.12+)” addresses the .NET 9 targeting requirement. LGTM.

🧹 Nitpick comments (2)
README.md (2)

398-402: Use the correct “.NET” capitalization and add the required VS workload.

  • Fix branding from “.Net” → “.NET”.
  • Call out the “.NET desktop development” workload to avoid build failures for WPF.
- - Flow Launcher's target framework is .Net 9
+ - Flow Launcher's target framework is .NET 9
...
- - Install .Net 9 SDK
+ - Install .NET 9 SDK
+   - Ensure Visual Studio has the ".NET desktop development" workload installed

404-404: Make the winget command exact to avoid ambiguous package resolution.

Add “-e --id” for an exact match.

-  - via winget `winget install Microsoft.DotNet.SDK.9`
+  - via winget `winget install -e --id Microsoft.DotNet.SDK.9`
📜 Review details

Configuration used: CodeRabbit UI

Review profile: CHILL

Plan: Pro

💡 Knowledge Base configuration:

  • MCP integration is disabled by default for public repositories
  • Jira integration is disabled by default for public repositories
  • Linear integration is disabled by default for public repositories

You can enable these sources in your CodeRabbit configuration.

📥 Commits

Reviewing files that changed from the base of the PR and between fe4984a and fba475c.

📒 Files selected for processing (1)
  • README.md (1 hunks)
🧰 Additional context used
🧠 Learnings (1)
📚 Learning: 2024-10-08T15:52:58.573Z
Learnt from: taooceros
PR: Flow-Launcher/Flow.Launcher#2616
File: Flow.Launcher/Flow.Launcher.csproj:7-7
Timestamp: 2024-10-08T15:52:58.573Z
Learning: In the Flow Launcher project, the version number in the `Flow.Launcher.csproj` file is dynamically updated during the CI/CD process.

Applied to files:

  • README.md
🪛 LanguageTool
README.md

[grammar] ~402-~402: There might be a mistake here.
Context: ...dio 2022 (v17.12+) - Install .Net 9 SDK - via Visual Studio installer - via wing...

(QB_NEW_EN)

⏰ Context from checks skipped due to timeout of 90000ms. You can increase the timeout in your CodeRabbit configuration to a maximum of 15 minutes (900000ms). (3)
  • GitHub Check: gitStream.cm
  • GitHub Check: gitStream.cm
  • GitHub Check: build

@jjw24 jjw24 removed the 1 min review label Sep 6, 2025
@jjw24 jjw24 merged commit c7e26d3 into dev Sep 6, 2025
15 checks passed
@jjw24 jjw24 deleted the net9_readme branch September 6, 2025 03:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Dev branch only An issue or fix for the Dev branch build
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants