-
Notifications
You must be signed in to change notification settings - Fork 40
Update SourceBrowser #184
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 SourceBrowser #184
Conversation
| uses: actions/setup-dotnet@v4 | ||
| with: | ||
| dotnet-version: '8.0.x' | ||
| global-json-file: global.json |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
❤️
| <file src="BuildHost-net472\*.*" target="tools\BuildHost-net472" /> | ||
| <file src="BuildHost-netcore\*.*" target="tools\BuildHost-netcore" /> |
There was a problem hiding this comment.
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.
There was a problem hiding this comment.
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.
There was a problem hiding this 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 🙏
|
Feel free to merge when ready, I don't have permissions, thanks. |
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