dotnet / source-indexer

This repo contains the code for building http://source.dot.net
MIT License
51 stars 37 forks source link

WPF sources are missing #58

Closed tannergooding closed 3 months ago

tannergooding commented 4 years ago

The dotnet/wpf repo should be included as per https://github.com/dotnet/source-indexer/blob/master/src/index/repositories.props#L21, however certain assemblies like Microsoft.DotNet.Wpf appear to be missing: https://github.com/dotnet/wpf/blob/master/src/Microsoft.DotNet.Wpf/src/WindowsBase/System/Windows/Threading/Dispatcher.cs; https://source.dot.net/#q=Dispatcher

JesperTreetop commented 4 years ago

I thought this was fixed before but it's definitely back now. PasswordBox query on .NET Core browser; .NET Framework browser.

@alexperovich fixed this previously in #53 . (See cross-reference from KirillOsenkov/SourceBrowser#140 )

alexperovich commented 4 years ago

The build for wpf is currently spiting out error : Version 5.0.100-rc.1.20452.10 of the .NET Core SDK requires at least version 16.8.0 of MSBuild. The current available version of MSBuild is 16.7.0.37604. Change the .NET Core SDK specified in global.json to an older version that requires the MSBuild version currently available.

directhex commented 3 months ago

Marking closed, it seems fine right now