Skip to content

Conversation

@jjonescz
Copy link
Member

Fixes most errors from #174 since the Roslyn version is updated from 4.2 to 4.12 (so there are no more parsing errors for modern features like collection expressions which can break reference links in the rest of the files). The one remaining error reported in #174 (for Application.SetHighDpiMode) is fixed by #183.

This PR is currently deployed at https://netsourceindex-validation.azurewebsites.net/ via this official build run: https://dev.azure.com/dnceng/internal/_build/results?buildId=2698995&view=results

@jjonescz
Copy link
Member Author

cc @jaredpar @ericstj

@ericstj ericstj requested review from joperezr and radical April 30, 2025 18:32
uses: actions/setup-dotnet@v4
with:
dotnet-version: '8.0.x'
global-json-file: global.json
Copy link
Member

Choose a reason for hiding this comment

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

❤️

Comment on lines +25 to +26
<file src="BuildHost-net472\*.*" target="tools\BuildHost-net472" />
<file src="BuildHost-netcore\*.*" target="tools\BuildHost-netcore" />
Copy link
Member

Choose a reason for hiding this comment

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

Do these need to be recursive? If I check microsoft.codeanalysis.workspaces.msbuild it does have some subfolders.

Copy link
Member Author

Choose a reason for hiding this comment

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

I don't know but this is from the upstream: https://github.com/KirillOsenkov/SourceBrowser/blob/main/src/HtmlGenerator/SourceBrowser.nuspec so maybe fixes should go there first? I don't think we care much here anyway about this nuspec, we don't publish/consume this as nuget package.

Copy link
Member

@ericstj ericstj left a comment

Choose a reason for hiding this comment

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

LGTM, thank you for fixing this 🙏

@jjonescz
Copy link
Member Author

jjonescz commented May 1, 2025

Feel free to merge when ready, I don't have permissions, thanks.

@jjonescz jjonescz requested a review from ericstj May 8, 2025 10:11
@jjonescz
Copy link
Member Author

@ericstj @radical @joperezr for reviews, thanks

@ericstj ericstj merged commit 2a865be into dotnet:main May 12, 2025
2 checks passed
@jjonescz jjonescz deleted the update-submodule branch May 13, 2025 08:36
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.

2 participants