Skip to content
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

Could not scan /usr/local/share/dotnet/packs/Microsoft.AspNetCore.App.Ref/9.0.0/ref/net9.0/Microsoft.JSInterop.dll for Fable plugins #3974

Open
forki opened this issue Dec 10, 2024 · 1 comment

Comments

@forki
Copy link
Collaborator

forki commented Dec 10, 2024

Description

In .NET Aspire I always get: Could not scan /usr/local/share/dotnet/packs/Microsoft.AspNetCore.App.Ref/9.0.0/ref/net9.0/Microsoft.JSInterop.dll for Fable plugins

Is there anything I can do to work around that?

@MangelMaxime
Copy link
Member

Hello,

Last time I worked on Fable plugin loading, I was not able to determine why we can't scan some of the assemblies for plugins. In theory, this warning is harmless I kept it because otherwise we had a silent error or the compiler would continue but with an unexpected result.

Does the associated Original error message contains some meaningful information?

Currently Fable scan all the assemblies for plugins, but if we could identity assemblies that we know for sure don't contains Fable plugins we could either not scan them or not report the errors.

For example, we know that any .NET Standard assemblies will never contains a Fable plugins. The question is how do we identify them?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants