aspnet / MusicStore

[Archived] MusicStore test application that uses ASP.NET/EF Core. Project moved to https://github.com/aspnet/AspNetCore
1.3k stars 878 forks source link

Build Error on the Latest #799

Closed johntallon closed 7 years ago

johntallon commented 7 years ago

Hi,

I forked and trying to build and getting a build error:

'WebListenerOptions' does not contain a definition for 'Listener' and no extension method 'Listener' accepting a first argument of type 'WebListenerOptions' could be found (are you missing a using directive or an assembly reference?) [...\Sample Music Store\src\MusicStore\MusicStore.csproj]

Can package am I missing?

natemcmaster commented 7 years ago

@johntallon most likely, you need to pull the latest changes from the dev branch into your fork and try again. WebListenerOptions is an old API that does not exist anymore.

See https://github.com/aspnet/MusicStore/commit/cd5a789b2b1ae6ad5fff04b5b518cbcb7314a6e6.