rclabo commented on issue #641: URL: https://github.com/apache/lucenenet/issues/641#issuecomment-1183300621
In your screenshot I see that the GUI shows that you have a NuGet references to `Lucene.Net` Version 4.8.0-beta00016 and `Lucene.Net.Analysis.Common` Version 4.8.0-beta00016. And yet the GUI is saying it can't resolve the referenced to `StandardAnalyzer` and doesn't recognize the `Lucene.Net.Analysis.Standard` namespace. That class and namespace is in the `Lucene.Net.Analysis.Common `Version 4.8.0-beta00016 NuGet package. So it's odd the GUI isn't seeing them in that package. You might try saving everything and then restarting the development environment. Maybe it will then see the `StandardAnalyzer` and the `Lucene.Net.Analysis.Standard` namespace. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
