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 filename to use for project info #6447

Merged
merged 3 commits into from
Oct 4, 2023

Conversation

davidwengier
Copy link
Contributor

Copying Phil in dotnet/roslyn#70156

@dibarbet
Copy link
Member

Does this require a razor update? Or can this go in standalone?

@davidwengier
Copy link
Contributor Author

No Razor update needed, but needs to go in at the same time as a Roslyn update that includes Phil's PR

@phil-allen-msft
Copy link
Contributor

Approved, but we should probably wait until the Roslyn side PR comes through so that we write & read the same file.

@davidwengier
Copy link
Contributor Author

Tempted to clean this up and move the logic all to Razor, like it says in the comment

@davidwengier
Copy link
Contributor Author

Actually, even if we consolidate all of the logic into the Razor repo, we'd still need dual insertions to change it because the dependency is backwards here, and Roslyn references Razor. Maybe the real cleanup is to flip that, and have Razor deploy a DLL, and pass it to the language server as an extension.

For now I'll merge the Roslyn PR and update this one with a Roslyn bump.

@davidwengier davidwengier requested a review from a team as a code owner October 3, 2023 02:30
* Update Roslyn version to 4.9.0-1.23502.8 (PR: [#6447](https://github.com/dotnet/vscode-csharp/pull/6447))
* Update Razor project configuration file name (PR: [#70156](https://github.com/dotnet/roslyn/pull/70156))

## 2.5.?
Copy link
Contributor Author

Choose a reason for hiding this comment

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

@dibarbet not sure what the normal process here is. Will it be 2.5.0? .1?

Copy link
Member

Choose a reason for hiding this comment

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

it is most likely going to be 2.5.30 unless we have to re-spin for some reason (you can check the release branch build number). You can use that, or ? and we'll update it when we actually release.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

I'll leave it then. More likely to notice it needs to be updated if its a question mark

@davidwengier
Copy link
Contributor Author

/azp run

@azure-pipelines
Copy link

Azure Pipelines successfully started running 1 pipeline(s).

@davidwengier
Copy link
Contributor Author

Finally got the builds to pass, and whilst Windows Sandbox died on me 3 times, I validated on a DevBox and razor seems to continue working fine. My machine is haunted, but that seems unrelated.

@davidwengier davidwengier requested a review from dibarbet October 4, 2023 00:38
@davidwengier davidwengier merged commit b25eea3 into dotnet:main Oct 4, 2023
8 checks passed
@davidwengier davidwengier deleted the UpdateFilename branch October 4, 2023 00:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants