-
Notifications
You must be signed in to change notification settings - Fork 418
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Error notification when LocationPaths is missing .dll file(s) #2201
Comments
Looking at the code and currently no. I'd say an error might probably be too intrusive, but maybe a warning or at least a debug log could be added. Relevant code is around here: omnisharp-roslyn/src/OmniSharp.Roslyn.CSharp/Services/ExternalFeaturesHostServicesProvider.cs Lines 17 to 32 in aa1018c
omnisharp-roslyn/src/OmniSharp.Host/Services/AssemblyLoader.cs Lines 38 to 62 in aa1018c
Thoughts, @filipw @david-driscoll? |
Is there any way we can get an error when one of the
LocationPaths
does not contain a.dll
? Otherwise it's relatively easy for analyzers to silently stop working.The text was updated successfully, but these errors were encountered: