-
Notifications
You must be signed in to change notification settings - Fork 4.9k
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
Document Single file unfriendly APIs #38405
Comments
Tagging subscribers to this area: @swaroop-sridhar |
We should clearly document these APIs in ms-docs in .net 5. |
@swaroop-sridhar are there any tests for the behaviour difference for single-exe for these APIs? I'm asking as we'd like to re-use that for similar scenarios. |
@marek-safar we don't have API tests yet. I'm working on a change to add the following tests: For .netcoreapp3.x single-file apps the APIs will return the actual location of assemblies in the extraction location.
Apart from these, Once I have a PR, I'll tag this issue. |
@LakshanF This would be good to put in the docs for |
Based on discussion in #40103 and #40087 I suggest to modify the behavior as:
|
We should also add "things that p/invoke into |
Closing since dotnet/docs#20761 was merged |
This is a running list of APIs that might be problematic for single file and we'll need to tag in some way. Until we have such mechanism here they are:
Assembly load APIs that might be problematic if people choose them instead of Assembly.Load by accident:
The text was updated successfully, but these errors were encountered: